diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-12 00:59:39 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-12 00:59:39 (EDT) |
commit | 1f812448dfcc22a4eae00ee9e1f839e8cca759a2 (patch) | |
tree | b5b87375d64673eefe56248ee9b91de684acfbc9 /TODO | |
parent | 5032fd43cfa0585e8b3f0fca94a7bc50832fc5bc (diff) |
ob_error(), ob_warn(), ob_info(): Internationalize
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -42,7 +42,6 @@ Tasks * `src:foo` is the whole package. * Upload everything always. * Drop mksysconf. - * Internationalize "Error:" and "Warning:" in `ob_error()` and `ob_warn()`. * In executables, print error (using `printf`) and exit if `ob_set_text_domain()` fails. * Make `set -e` and drop `return 125` from library functions. `shift` |