diff options
-rw-r--r-- | lib/locale.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/locale.sh b/lib/locale.sh index 57843cd..25cb128 100644 --- a/lib/locale.sh +++ b/lib/locale.sh @@ -39,8 +39,6 @@ oh_load_locale() fi fi - # TODO: Exit early if domain's messages have already been loaded. - # Try to load the messages. if ! _oh_try_load_messages "${LC_MESSAGES%.*}"; then if ! _oh_try_load_messages "${LC_MESSAGES%_*}"; then |