aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/language/language.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-2/+2
* [ticket/14432] Adds a method to get raw language valuesTristan Darricau2016-01-261-3/+23
* [ticket/14044] Patch language::set_fallback_array()Mate Bartus2015-10-301-2/+2
* [ticket/14044] Solve missing email template errorMate Bartus2015-10-281-0/+10
* [ticket/14158] Fix 5.3 compatibilityTristan Darricau2015-09-121-1/+1
* [ticket/14158] Add language::lang_array() to avoid using call_user_func_arrayTristan Darricau2015-09-121-10/+21
* [ticket/12143] Add is_set method to language serviceOliver Schramm2015-08-051-0/+30
* [ticket/13740] Allow language change in the installerMate Bartus2015-07-221-6/+42
* [ticket/13844] Remove hacky code for the help arrayJoas Schilling2015-05-171-6/+1
* [ticket/13762] Optional DI injectable default language module arrayMateBartus2015-05-021-5/+14
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-0/+562