summaryrefslogtreecommitdiffstats
path: root/inc/dictionary.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [inc/Dictionary] Teh evil unvalidated redirects must die!Simon Rettberg2019-01-301-3/+8
|
* [inc/Dictionary] Hide languages that are missing flag.png AND name.txtSimon Rettberg2018-03-151-0/+4
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-161-15/+74
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* [inc/Dictionary] Add $returnTagOnMissing to :translateFile()Simon Rettberg2017-04-191-2/+2
|
* Add fallback feature to Dictionary functionsSimon Rettberg2016-08-101-3/+9
|
* [translation] Improve module list; move baseconfig hook to baseconfig_bwlpSimon Rettberg2016-07-041-2/+31
|
* [dictionary] Handle case where we have no PageSimon Rettberg2016-06-091-1/+2
|
* [install] Implement install scripts for most modulesSimon Rettberg2016-06-081-0/+1
|
* work work work work workSimon Rettberg2016-05-191-1/+1
|
* MORE WMORKSimon Rettberg2016-05-181-5/+2Star
|
* Translating module strings and custom sections worksSimon Rettberg2016-05-101-8/+22
|
* Message string editing works nowSimon Rettberg2016-05-091-2/+14
|
* Work on translations: templates and messages workSimon Rettberg2016-05-041-7/+2Star
|
* More Progress; Merged changes from ufpr up to ↵Simon Rettberg2016-04-291-1/+1
| | | | 775cdbd29f5d0f70946d1d5ff09c091e6189c9e9
* Implemented new menu, added logic for defining dependencies, move ↵Simon Rettberg2016-04-281-31/+36
| | | | translation files around
* [merge] merging c3sl / fr - initial commitJonathan Bauer2016-04-011-7/+13
|
* [i18n] Language handling is now completely dynamic, no more hardcoded de,en,ptSimon Rettberg2014-09-021-8/+26
|
* [i18n] Moved all texts from cat_setting and setting to json filesSimon Rettberg2014-08-181-10/+18
|
* [i18n] Fix loading of messagesSimon Rettberg2014-08-181-1/+1
|
* Find messages and hardcoded-messages in php files, fix editing of messagesSimon Rettberg2014-08-151-6/+18
|
* [i18n] Sanity checks, introduced subdir for template language filesSimon Rettberg2014-08-141-4/+12
|
* Don't bail out if a json file doesn't exist for a given lang+templateSimon Rettberg2014-08-131-3/+3
|
* Merge branch 'i18n' of https://gitlab.c3sl.ufpr.br/cdn/slx-admin into i18nSimon Rettberg2014-08-121-1/+4
| | | | | | Conflicts: lang/i18n.php modules/translation.inc.php
* Some sanity checks; start making detection of available languages dynamic; ↵Simon Rettberg2014-08-071-0/+82
put dictionary class in inc/; make redirection on language change work if browser doesn't send referer information