summaryrefslogtreecommitdiffstats
path: root/src/locale.sh
Commit message (Expand)AuthorAgeFilesLines
* src/locale.sh, src/cmd/version.sh: Add 2017 to copyright yearsPatrick McDermott2019-04-141-1/+1
* Makefile.am, src/locale.sh, src/main.sh: Update copyright yearsPatrick McDermott2019-04-141-1/+1
* _try_load_locale(): Fix handling of cat exit statusPatrick McDermott2019-04-141-1/+2
* Protect against cmd operands beginning with "-"Patrick McDermott2019-04-141-1/+1
* _try_load_locale(): Replace . with eval/catPatrick McDermott2019-04-131-4/+9
* _try_load_locale(): Move before usePatrick McDermott2019-04-131-18/+18
* Consistently shift function argumentsPatrick McDermott2019-04-111-0/+2
* Update author namePatrick McDermott2019-04-101-1/+1
* `git ls-files -- src/ | xargs sed -i 's|^# lib/|# src/|'`P. J. McDermott2017-07-221-1/+1
* load_locale(): Add missing argument to error()P. J. McDermott2017-07-221-1/+1
* load_locale(): Throw an error, not a warning, on missing localeP. J. McDermott2017-07-221-1/+1
* load_locale(): Automatically set localedir when in build dirP. J. McDermott2017-07-221-2/+2
* Improve license noticesP. J. McDermott2017-07-221-9/+12
* src/*.sh: Drop inclusion guardsP. J. McDermott2017-07-221-3/+0
* src/locale.sh: Drop TEXT_DOMAIN assignmentP. J. McDermott2017-07-221-1/+0
* src/locale.sh: Use TEXTDOMAINP. J. McDermott2017-07-221-2/+2
* src/locale.sh: Drop LOCALEDIR assignmentP. J. McDermott2017-07-221-1/+0
* `git mv lib/*.sh src/`P. J. McDermott2017-07-221-0/+88