diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-22 14:48:09 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-22 14:48:09 (EDT) |
commit | 0ad2c3323907bb06a57975c7c9f627d5ec2b5695 (patch) | |
tree | dae75d0300a5f28f9c61ada5f550af1fed168320 | |
parent | 0dfcd1c1fe8c8dd5389a53d6317502543e87c149 (diff) |
src/locale.sh: Drop TEXT_DOMAIN assignment
-rw-r--r-- | src/locale.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/locale.sh b/src/locale.sh index 5381e33..e3949a6 100644 --- a/src/locale.sh +++ b/src/locale.sh @@ -21,7 +21,6 @@ _LOCALE_SM=1 DEFAULT_LOCALE='en_US' -TEXT_DOMAIN='pro_archman' load_locale() { |