diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-25 17:21:14 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-25 17:21:14 (EST) |
commit | e5f5c557dd494e849eb39b0966aa12b896579930 (patch) | |
tree | 1b281454acf105c73220093b0e9f2c329c0af1ff /lib | |
parent | 812c1756ff91c55b4b664b1e3c24a4b6038b12c1 (diff) |
oh_load_locale(): Remove an old comment.
Diffstat (limited to 'lib')
-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 |