summaryrefslogtreecommitdiffstats
path: root/lib/private/l10n.php
Commit message (Expand)AuthorAgeFilesLines
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
* [l10n] remove unused static methodsMorris Jobke2015-10-021-36/+3
* Merge pull request #19480 from owncloud/fix-l10nJörn Friedrich Dreyer2015-10-021-14/+5
|\
| * Fix l10n on masterMorris Jobke2015-09-301-14/+5
* | cache found l10n per app and not globallyMorris Jobke2015-09-301-3/+4
|/
* Deprecate OC_L10N::get()Joas Schilling2015-08-281-6/+3
* Save detected l10n of browser on loginMorris Jobke2015-08-251-4/+12
* Some locales need to be converted to be compliant with CLDRThomas Müller2015-05-081-0/+11
* Remove unused variablesMorris Jobke2015-04-181-3/+0
* fix caching of preferred languageRobin Appelman2015-04-031-2/+3
* Merge pull request #14399 from owncloud/ignore-empty-pluralsLukas Reschke2015-03-261-1/+1
|\
| * Revert "Correctly fallback to english, if the plural case is not translated"Joas Schilling2015-02-201-1/+1
* | Update license headersJenkins for ownCloud2015-03-261-8/+33
* | Respect http header 'Accept-Language' on ocs and remote.php callsThomas Müller2015-03-091-35/+43
* | Fix the behaviour of getLanguageCode() to match the expectation of the nameJoas Schilling2015-03-031-14/+5
* | Revert "Updating license headers"Morris Jobke2015-02-261-34/+12
* | Updating license headersJenkins for ownCloud2015-02-231-12/+34
|/
* Correctly fallback to english, if the plural case is not translatedJoas Schilling2014-12-111-1/+1
* Add a DateTimeFormatter class which allows overwriting the language and timezoneJoas Schilling2014-12-091-1/+7
* Cache results of available languagesLukas Reschke2014-11-271-0/+6
* Fix PHPDoc and deprecated codeLukas Reschke2014-11-241-25/+17
* Fix language file detectionVincent Petry2014-10-291-1/+1
* adding console command to generate javascript translation files based on exis...Thomas Müller2014-10-291-31/+33
* in case a translation javascript is not found we no longer bail outThomas Müller2014-10-291-11/+0
* implement localizations based on punicThomas Müller2014-10-201-61/+45
* Move certificate management interface from files_external to coreRobin Appelman2014-08-311-1/+1
* Adding new interface \OCP\Activity\IExtentsionThomas Müller2014-07-081-1/+2
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-16/+16
* provide a way to detect the language that is being used (e.g. for clientside ...Bernhard Posselt2014-05-141-0/+17
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-1/+1
* Replace @returns with @return, in /libRobin McCorkell2014-05-131-10/+10
* Rename issubdirectory to isSubDirectoryLukas Reschke2014-05-111-5/+5
* Does also take int or stringLukas Reschke2014-05-041-1/+1
* Some more PHPDoc fixesLukas Reschke2014-04-211-29/+4
* introduce new function to force a languageThomas Müller2014-04-151-0/+8
* Merge branch 'master' into type-hintingBart Visscher2014-03-311-6/+7
|\
| * Fix some docstrings in l10n.phpkondou2014-03-011-13/+15
* | More PHPDoc updatesBart Visscher2014-02-281-4/+5
* | Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10NBart Visscher2014-02-281-16/+15
|/
* Hardening: Remove dangerous characters + Subdirectory CheckLukas Reschke2014-02-191-2/+2
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+3
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-2/+2
|\
| * change order of issubdirectory() calls to avoid error messages for non-appsBjoern Schiessle2014-01-291-2/+2
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+3
|/
* fix plural translation - fixes #6226Morris Jobke2013-12-071-1/+1
* fixing PHPDoc & grammarThomas Müller2013-10-231-5/+5
* Have to also strtolower() on available language name. Otherwise no match.Andreas Fischer2013-10-231-4/+6
* Sort, so 'de' is preferred over 'de_DE' when performing non-exact matching.Andreas Fischer2013-10-231-0/+4
* Apply substring on the correct value.Andreas Fischer2013-10-231-1/+1
* Better variable names.Andreas Fischer2013-10-231-9/+9