summaryrefslogtreecommitdiffstats
path: root/lib/locale.sh
Commit message (Collapse)AuthorAgeFilesLines
* lib/*.sh: Add extra space in copyright notices.P. J. McDermott2014-03-061-1/+1
| | | | Also update copyright years.
* lib/*.sh: Consolidate arg variable assignments.P. J. McDermott2014-03-061-9/+2
|
* Add missing ".sh" to file headers.P. J. McDermott2014-03-011-1/+1
| | | | | All source files were renamed two years ago in e206c66, but the headers were never updated.
* Use new build system macros in source files.P. J. McDermott2014-02-281-1/+1
|
* lib/locale.sh: Improve [ cmds with unset vars.P. J. McDermott2014-02-261-3/+3
|
* lib/*.sh, lib/*/*.sh: Rewrite include guards.P. J. McDermott2014-02-261-2/+2
| | | | This is one step toward adding `set -u` to opkhelper utilities.
* oh_load_locale() Simplify warning message.P. J. McDermott2014-02-251-2/+1
|
* oh_load_locale(): Remove an old comment.P. J. McDermott2014-02-251-2/+0
|
* oh_set_text_domain(): Rename and remove parameter.P. J. McDermott2014-02-251-7/+1
|
* lib/locale.sh: Remove unused functions.P. J. McDermott2014-02-251-25/+0
|
* oh_get_msg(): Use printf instead of echo.P. J. McDermott2014-02-251-1/+1
|
* Remove unused _OH_INTERNAL_TEXT_DOMAIN variable.P. J. McDermott2014-02-251-2/+1
|
* lib/locale.sh: New file.P. J. McDermott2014-02-251-0/+121
|
* Delete opkhelper library.P. J. McDermott2012-10-091-57/+0
| | | | libopkbuild.1 is the library now.
* Fix some problems with locale loading.P. J. McDermott2012-08-021-4/+3
|
* Always load at least the default locale.P. J. McDermott2012-08-011-0/+2
|
* Set locale parameters in oh_locale_set().P. J. McDermott2012-08-011-3/+9
|
* Prevent double execution/inclusion.P. J. McDermott2012-08-011-0/+3
|
* Remove a spare line break from the locale library.P. J. McDermott2012-08-011-1/+0
|
* Fix substring patterns in oh_locale_set().P. J. McDermott2012-07-311-4/+4
|
* Support locale setting.P. J. McDermott2012-07-311-0/+48