aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n.php
Commit message (Expand)AuthorAgeFilesLines
* Changing elseif statement to what the PEAR coding guidelines say.Andreas Fischer2013-08-091-2/+1
* Do not pass numeric strings to strtotime() when formatting dates.Andreas Fischer2013-08-091-1/+1
* Merge pull request #4271 from owncloud/plural_translationsOwen Winkler2013-08-081-5/+163
|\
| * initialize $plural_form_string with English defaultThomas Müller2013-08-031-1/+1
| * unit tests for plural translations addedThomas Müller2013-08-021-2/+14
| * PHPDoc comments adjusted *partially* - fixing call to createPluralFormFunctionThomas Müller2013-08-021-11/+18
| * Fix copy and paste errors in l10n.phpJakob Sack2013-08-011-1/+1
| * Create plural functions on the flyJakob Sack2013-08-011-6/+85
| * Update l10n.php to read plural_forms stringJakob Sack2013-08-011-8/+22
| * Add multiple plural forms to the php partJakob Sack2013-07-161-4/+30
| * make l10n libs capable of handling plural translationsJakob Sack2013-07-071-0/+20
* | Make default language configurable via config.phpLennart Rosam2013-08-021-0/+6
|/
* additional safety checksAndreasErgenzinger2013-04-171-1/+3
* merge translations with those from themeAndreasErgenzinger2013-04-171-9/+10
* merge translations with those from themeAndreasErgenzinger2013-04-171-0/+9
* -L10N: cache the result of findLanguageRobin Appelman2013-04-121-0/+6
* filter l10n-* filesThomas Mueller2013-02-141-1/+1
* Remove invalid characters from app id to prevent loading of invalid resourcesBart Visscher2013-02-091-1/+1
* Case insensitive Lang Detection fix #1328Brice Maron2013-01-311-1/+1
* Spaces to tabsBart Visscher2013-01-161-9/+9
* More style fixesBart Visscher2012-12-151-4/+6
* Fix "No space found after comma in function call"Bart Visscher2012-12-151-2/+2
* Fix the loop to search al the available languages, not only the las element.Sergi Almacellas Abellana2012-12-091-4/+4
* Improve autodetection of language.Sergi Almacellas Abellana2012-12-071-2/+8
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
* Checkstyle: many fixesFelix Moeller2012-11-021-2/+2
* fix strftime in windows, use %#d instead of %e in windowsscambra2012-10-231-1/+6
* Correct a first issue Checkstyle is complaining about ...Felix Moeller2012-10-221-2/+2
* Merge pull request #38 from scambra/datepicker-l10nLukas Reschke2012-10-221-1/+6
|\
| * Translate formatDate using jquery datepickerscambra2012-10-191-0/+2
| * translate datepickerscambra2012-10-191-1/+4
* | Fixing undefined $languageThomas Müller2012-10-221-1/+3
|/
* don't duplicate locales with country codescambra2012-10-161-2/+3
* Use strftime to format date with translated month namesscambra2012-10-161-4/+6
* fix some more phpdocRobin Appelman2012-09-231-1/+1
* adding space between) and {Thomas Mueller2012-09-071-35/+35
* Whitespace fixes in libBart Visscher2012-09-071-3/+3
* fixing button to add additional siteThomas Mueller2012-09-041-9/+9
* in some cases no translations are loaded because $this->lang is empty not nullThomas Mueller2012-09-021-1/+1
* fix translations within subfolder /libThomas Mueller2012-08-311-1/+4
* Whitespace fixes in libBart Visscher2012-08-291-10/+10
* add warning in log if OC_L10N::tA was calledGeorg Ehrke2012-07-161-0/+7
* Don't display error messagesLukas Reschke2012-07-021-2/+2
* fix a small PHP failGeorg Ehrke2012-07-021-1/+1
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-211-15/+48
|\
| * Delay loading of translations until they are usedBart Visscher2012-06-181-7/+23
| * Be smarter when checking single app language availabilityBart Visscher2012-06-161-8/+25
* | Merge branch 'master' into multi_app_dirBrice Maron2012-06-071-0/+4
|\|
| * Make it easier to subclass OC_L10N.Thomas Tanghus2012-06-071-0/+4
* | First almost working versionBrice Maron2012-06-061-2/+2
|/