summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-16 08:57:39 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-16 08:57:39 +0100
commit553e7cfb02d73f341fe4f68463e25cebac750b42 (patch)
tree70fa42e6a6ccc52d4e3f3f0a37711e6d05b7d344 /docs
parente0591ef89ab1fd515a1bccf9cb22572a62e84b76 (diff)
downloadwolfbones-553e7cfb02d73f341fe4f68463e25cebac750b42.tar.gz
wolfbones-553e7cfb02d73f341fe4f68463e25cebac750b42.tar.bz2
added documentation about command line parsing and i18n
Diffstat (limited to 'docs')
-rw-r--r--docs/i18n/TODOS5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/i18n/TODOS b/docs/i18n/TODOS
index 270194b..ff0f0e5 100644
--- a/docs/i18n/TODOS
+++ b/docs/i18n/TODOS
@@ -2,3 +2,8 @@
(testd), but we should have an idea about this, maybe extend gengetopt?
- see discussions about 'gettext' in 'getgetopt-user' mailing list
- see HelenOS comment on getopt in libc: Interesting internationalization | Echoreply.txt
+ - have a look at alternatives:
+ - popt is localized
+ - argtable is not, but is very simple
+ - also gengetopt has a stub getopt/getopt_long which can be i18n-ized
+- add gettext initialization code to testd