aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/L10N/Factory.php
Commit message (Expand)AuthorAgeFilesLines
* feat: reduce available languages per config value "reduce_to_languages"Misha M.-Kupriyanov2024-07-011-0/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-241-35/+3
* fix: Fix tests following OC_App migrations to IAppManagerCôme Chilliet2024-04-221-3/+1
* fix: Migrate a few more classes away from OC_App::getAppPathCôme Chilliet2024-04-221-33/+15
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-8/+8
* Update lib/private/L10N/Factory.phpc39cfbb32023-10-181-1/+1
* L10N/Factory: Support "Accept-Language: zh-Hans-CN" and alikec39cfbb32023-10-181-0/+4
* Refactor "substr" calls to improve code readabilityHamid Dehnavi2023-07-071-2/+2
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-2/+2
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-6/+6
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Cache available languages locallyJulius Härtl2022-12-071-1/+12
* Remove createPluralFunction which is replaced by Symfony\Translations libJoas Schilling2022-01-241-65/+0
* Default to language from request in L10N\Factory->getUserLanguage()Jonas Meurer2022-01-101-0/+9
* Add new account propertiesChristopher Ng2021-10-191-20/+24
* Add L10n factory method for generic language heuristicsChristoph Wurst2021-10-131-21/+59
* Provide initial stateChristopher Ng2021-08-271-7/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* 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