summaryrefslogtreecommitdiffstats
path: root/lib/private/L10N
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
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
* Format code according to PSR2Christoph Wurst2020-04-101-0/+5
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-105-17/+13
* Use elseif instead of else ifChristoph Wurst2020-04-102-4/+4
* Remove trailing and in between spacesChristoph Wurst2020-04-091-6/+6
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-2/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-9/+9
* Update license headersChristoph Wurst2019-12-056-7/+19
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Move settings to an appChristoph Wurst2019-09-281-2/+1
* Make the L10N loading lazyRoeland Jago Douma2019-05-222-25/+98
* 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-052-28/+143
* adjust backend and gui to update and changelog serverArthur Schiwon2018-06-291-0/+32
* docblock version fixesGeorg Ehrke2018-06-281-1/+1
* move locales file to /resources/Georg Ehrke2018-06-272-437/+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-272-0/+496
* Allow apps to specify locale for localisationThomas Citharel2018-06-272-13/+31
* 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
|/
* Relax what t accepts so we don't break it allRoeland Jago Douma2018-02-221-2/+6
* Fix other testsRoeland Jago Douma2018-02-211-0/+1
* Proper closure for functionRoeland Jago Douma2018-02-211-2/+2
* Make OCP\IL10N strictRoeland Jago Douma2018-02-211-19/+19
* 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
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-063-0/+5
* Make L10N->l provide weekdayNameGeorg Ehrke2017-11-031-0/+2
* Use symfony/translation for L10N pluralsRoeland Jago Douma2017-08-071-1/+6
* Some more invalid PHPDocs in legacy classesLukas Reschke2017-08-011-1/+1
* Move \OC_L10N_String to proper \OC\L10N\L10NStringRoeland Jago Douma2017-07-242-4/+91