aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/language
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14645] Language pack not reconised when using a symlinkPaul Sohier2016-05-211-0/+1
| | | | | | | | Symfony finder does not follow symlinks by default. With this change it does, so a user is able to have the language pack outside the phpBB directory, and linked with a symlink into phpBB/language/ PHPBB3-14645
* [ticket/14432] Adds a method to get raw language valuesTristan Darricau2016-01-261-3/+23
| | | | PHPBB3-14432
* [ticket/14044] Patch language::set_fallback_array()Mate Bartus2015-10-301-2/+2
| | | | PHPBB3-14044
* [ticket/14044] Solve missing email template errorMate Bartus2015-10-281-0/+10
| | | | PHPBB3-14044
* [ticket/14158] Fix 5.3 compatibilityTristan Darricau2015-09-121-1/+1
| | | | PHPBB3-14158
* [ticket/14158] Add language::lang_array() to avoid using call_user_func_arrayTristan Darricau2015-09-121-10/+21
| | | | PHPBB3-14158
* [ticket/12143] Add is_set method to language serviceOliver Schramm2015-08-051-0/+30
| | | | | | We need that. PHPBB3-12143
* [ticket/13740] Allow language change in the installerMate Bartus2015-07-221-6/+42
| | | | PHPBB3-13740
* [ticket/13896] Fix coding styleTristan Darricau2015-05-301-1/+1
| | | | PHPBB3-13896
* [ticket/13844] Remove hacky code for the help arrayJoas Schilling2015-05-172-15/+4
| | | | PHPBB3-13844
* [ticket/13762] Optional DI injectable default language module arrayMateBartus2015-05-021-5/+14
| | | | PHPBB3-13762
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-026-0/+911
PHPBB3-13762