Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-10 | Remove comment on translation helpers from "web/lib/translator.inc". | Lukas Fleischer | 1 | -9/+0 | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||||
2011-04-10 | Replace translation engine with php-gettext. | Lukas Fleischer | 1 | -10/+6 | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||||
2010-01-09 | Remove useless or redundant code for translations. | Loui Chang | 1 | -4/+0 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2010-01-09 | translator.inc: Remove old and deprecated code. | Loui Chang | 1 | -23/+6 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2010-01-08 | Make DEFAULT_LANG mean the default language for displayed messages. | Athurg Gooth | 1 | -8/+8 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2009-06-25 | Remove excess whitespace. | Loui Chang | 1 | -1/+1 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2009-04-13 | translator.inc: Eliminate notices for untranslated strings. | Loui Chang | 1 | -8/+9 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2009-01-19 | Use new conglomerated translation files. | Loui Chang | 1 | -1/+3 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-12-21 | Introduce function include_lang for translations. | Loui Chang | 1 | -4/+14 | |
This includes only the requested language for each page and makes top level language include files obsolete. Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-12-17 | Stop printing underscores around untranslated strings. | Loui Chang | 1 | -1/+1 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-07-28 | Convert special chars in translations to html entities. | Loui Chang | 1 | -1/+3 | |
This closes FS#10809 - bug in french translation of AUR web interface Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-07-22 | Add a new DEFAULT_LANG constant. | Loui Chang | 1 | -3/+6 | |
DEFAULT_LANG will essentially be used to specify what language strings are initially written in. This will eliminate the need for English translation arrays in AUR and make adding or changing the English strings a lot easier. DEFAULT_LANG may be required for strings to display properly. Also change the output when a translation isn't found. Eliminate the <b> which can cause validation errors depending on where the string is placed. Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-06-17 | Remove all vim mode lines. Add HACKING file. | Loui Chang | 1 | -1/+0 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-03-27 | New behaviour for translations. Function takes variable number of arguments. | Loui Chang | 1 | -10/+26 | |
The old string,array usage is still supported however. (for now) Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Simo Leone <simo@archlinux.org> | |||||
2007-09-20 | patch from eliott to convert all <? to <?php | pjmattal | 1 | -1/+1 | |
2005-06-11 | changed missing translations to red rather than blink | pjmattal | 1 | -1/+1 | |
2004-06-19 | finished tweaking language selection | eric | 1 | -15/+0 | |
2004-06-18 | renamed _() function to __() to avoid gettext conflict | eric | 1 | -4/+5 | |
2004-06-18 | finishing touches on genpopo, started playing with _real_ PHP code and svn ↵ | eric | 1 | -6/+16 | |
keywords | |||||
2004-06-14 | Started adding i18n support | eric | 1 | -0/+55 | |