aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/L10N
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-246-140/+16
* 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-022-9/+9
* chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-1/+2
* 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
* fix(l10n): Fix plural issue with different locale and languageJoas Schilling2023-06-211-1/+6
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-152-4/+4
* Adapt tests to config value typingCôme Chilliet2023-04-051-1/+1
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-052-7/+7
* composer run cs:fixCôme Chilliet2023-01-204-10/+7
* Cache available languages locallyJulius Härtl2022-12-071-1/+12
* Use {$var} instead of ${var} for PHP 8.2 compatibilityCôme Chilliet2022-06-141-1/+1
* Fix translations with trailing colonsJoas Schilling2022-04-261-1/+7
* 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
* Fix Iterator return typesCôme Chilliet2021-11-231-2/+2
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-5/+1
* 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-046-14/+5
* Fix PHP CSJoas Schilling2021-04-201-1/+1
* Correctly replace all PHP placeholders with the parametersJoas Schilling2021-04-201-5/+4
* Fix languages that miss a string in the translationJoas Schilling2021-04-201-7/+16
* Add a check for the pipe characterJoas Schilling2021-04-201-0/+6
* "Symfony\Component\Translation\PluralizationRules" is deprecatedJoas Schilling2021-04-202-40/+23
* 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
* 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