summaryrefslogtreecommitdiffstats
path: root/lib/private/l10n.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix coding style for else.Andreas Fischer2013-10-231-4/+2
* Correct indentation for default language.Andreas Fischer2013-10-231-4/+4
* Add L10N interface to server containerBart Visscher2013-10-041-13/+5
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+546