summaryrefslogtreecommitdiffstats
path: root/lib/private/L10N/Factory.php
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-3/+3
* Move localecache to arrayRoeland Jago Douma2020-11-021-7/+5
* Only parse the locales onesRoeland Jago Douma2020-10-311-5/+14
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Add a dedicated method to get the language for another userJoas Schilling2020-07-011-0/+23
* Fix languages empty arrayGretaD2020-05-081-2/+11
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+3
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Remove trailing and in between spacesChristoph Wurst2020-04-091-6/+6
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-9/+9
* Update license headersChristoph Wurst2019-12-051-1/+7
* Move settings to an appChristoph Wurst2019-09-281-2/+1
* Make the L10N loading lazyRoeland Jago Douma2019-05-221-25/+28
* TypehintJohn Molakvoæ (skjnldsv)2018-09-101-2/+1
* Use user locale as default in the templateJohn Molakvoæ (skjnldsv)2018-09-101-0/+20
* Backend work to provide NC whats New info to usersArthur Schiwon2018-07-051-28/+6
* adjust backend and gui to update and changelog serverArthur Schiwon2018-06-291-0/+32
* move locales file to /resources/Georg Ehrke2018-06-271-1/+1
* fix use of findLocaleGeorg Ehrke2018-06-271-1/+1
* properly handle force_locale settingGeorg Ehrke2018-06-271-0/+5
* cache available locales to minimize fs accessGeorg Ehrke2018-06-271-6/+23
* OC.getLocale() now returns Locale and no longer LanguageThomas Citharel2018-06-271-1/+1
* handle config.php valuesThomas Citharel2018-06-271-5/+10
* Fix review & testsThomas Citharel2018-06-271-0/+60
* Allow apps to specify locale for localisationThomas Citharel2018-06-271-2/+3
* Merge pull request #9435 from nextcloud/bugfix/noid/fix_force_language_html_attrRoeland Jago Douma2018-05-231-0/+5
|\
| * Always set the request language to the force languageRoeland Jago Douma2018-05-231-6/+5
| * make sure force language is reflected in html lang attributeGeorg Ehrke2018-05-221-0/+6
* | Added language support in users listJohn Molakvoæ (skjnldsv)2018-05-161-3/+78
|/
* Improve conditional of loopMorris Jobke2018-01-251-1/+2
* Request->getHeader() should always return a stringMorris Jobke2018-01-171-1/+1
* check if $defaultLanguage is a valid string before we move onBjoern Schiessle2017-12-011-2/+3
* use formal version of German if default_language is set to 'de_DE'Bjoern Schiessle2017-11-301-1/+25
* Allow to force a language and set it via the ocs apiJoas Schilling2017-06-211-1/+7
* Don't force the use of Accept-Language anymoreJoas Schilling2017-04-071-18/+0
* Simplify isSubDirectory checkLukas Reschke2016-10-071-4/+26
* ACCEPT_LANGUAGE goes before default_langaugeRoeland Jago Douma2016-09-041-20/+37
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-1/+1
* Do not save the language as request lang for apps when we didn't find anyJoas Schilling2016-05-041-1/+1
* Move \OC\L10N to PSR-4Roeland Jago Douma2016-04-271-0/+390