Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-04 | Move nls globals into #ifdef NLS | Mathias Gumz | 1 | -3/+8 | |
2015-01-31 | Improve I18n support | Mathias Gumz | 1 | -44/+121 | |
Among the first steps to produce better i18n support is to test the created translations adhoc without running "make install". To achieve this, fluxbox now honors several environment variables: - NLSPATH: fluxbox won't create the absolute path to the catalog and thus catopen() is free to use NLSPATH as described in the manpage. Example given: "/tmp/%N" will pick "/tmp/fluxbox.cat". %N refers to FLUXBOX_CATFILE. - FLUXBOX_CATFILE: By setting FLUXBOX_CATFILE the users can make fluxbox to use a different name for the catalog file. Default: "fluxbox.cat" - FLUXBOX_CATDIR: Per default fluxbox tries to find FLUXBOX_CATFILE at several places. Setting this environment variable allows to point fluxbox to a different search path for the catalog files. Then, fluxbox tries catopen() first without changing the deduced catalog file name. After that it applies some heuristics to get a good catalog file name. | |||||
2015-01-31 | Clean up FbTk::I18n API | Mathias Gumz | 1 | -83/+94 | |
Move private stuff into FbTk/I18n.cc. | |||||
2013-05-26 | build-sys: use AC_USE_SYSTEM_EXTENSIONS | Sami Kerola | 1 | -5/+0 | |
The earlier _GNU_SOURCE definitions possibly did not take effect everywhere where it was intended. | |||||
2011-10-31 | FbTk/I18n.cc: Constructor should also check defined(NLS) | Ryan Pavlik | 1 | -4/+4 | |
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 1 | -1/+1 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2006-06-21 | fix nls... notably classify text on conversion whether its for X or | simonb | 1 | -6/+40 | |
console, plus handle catalogs better. | |||||
2006-06-21 | make new nls stuff work. Was missing path update | simonb | 1 | -4/+0 | |
2006-05-20 | fix error when running with -i (or similar "don't start Fluxbox class" | simonb | 1 | -0/+1 | |
options | |||||
2006-05-20 | improve native language handling, move messages and menu labels to | simonb | 1 | -6/+11 | |
FbTk::FbString | |||||
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2006-02-12 | minor typeo | fluxgen | 1 | -1/+1 | |
2005-05-18 | locale path | fluxgen | 1 | -3/+0 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-10-07 | added LC_TIME so the ClockTool gets the right locale | akir | 1 | -1/+3 | |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -4/+16 | |
2004-06-20 | we should only load LC_MESSAGES, not LC_ALL | rathnor | 1 | -2/+2 | |
2004-06-07 | update NLS string handling... | rathnor | 1 | -0/+153 | |