Commit Graph

10 Commits (75c8d74c945293a65f0009caeb5a1ba33f21e37b)

Author SHA1 Message Date
Morris Jobke 4c4c9096c4 fix plural translation - fixes #6226 11 years ago
Thomas Müller 54e0f1d739 fixing PHPDoc & grammar 12 years ago
Andreas Fischer 06f2ae082e Have to also strtolower() on available language name. Otherwise no match. 12 years ago
Andreas Fischer daf93c4516 Sort, so 'de' is preferred over 'de_DE' when performing non-exact matching. 12 years ago
Andreas Fischer c14b470ea2 Apply substring on the correct value. 12 years ago
Andreas Fischer 4c76dd3871 Better variable names. 12 years ago
Andreas Fischer 207f6d55ce Fix coding style for else. 12 years ago
Andreas Fischer 9d1b425b62 Correct indentation for default language. 12 years ago
Bart Visscher 9f777fba98 Add L10N interface to server container 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Andreas Fischer 43be3eb4d0 Changing elseif statement to what the PEAR coding guidelines say. 12 years ago
Andreas Fischer 9c22046bff Do not pass numeric strings to strtotime() when formatting dates. 12 years ago
Thomas Müller b229381dda initialize $plural_form_string with English default 12 years ago
Thomas Müller e04bf0aaeb unit tests for plural translations added 12 years ago
Thomas Müller 35a42da3ca PHPDoc comments adjusted *partially* - fixing call to createPluralFormFunction 12 years ago
Lennart Rosam 79351d064f Make default language configurable via config.php 12 years ago
Jakob Sack eee2c369d9 Fix copy and paste errors in l10n.php 12 years ago
Jakob Sack 9673a563b5 Create plural functions on the fly 12 years ago
Jakob Sack 495e44e76c Update l10n.php to read plural_forms string 12 years ago
Jakob Sack bb0c5bff5f Add multiple plural forms to the php part 12 years ago
Jakob Sack 560839195e make l10n libs capable of handling plural translations 12 years ago
AndreasErgenzinger eef1cf529e additional safety checks 12 years ago
AndreasErgenzinger 7611d218df merge translations with those from theme 12 years ago
AndreasErgenzinger 6a5f5ce157 merge translations with those from theme 12 years ago
Robin Appelman 2180a4c420 -L10N: cache the result of findLanguage 12 years ago
Thomas Mueller e96f6ffa52 filter l10n-* files 12 years ago
Bart Visscher 9dddcae9ca Remove invalid characters from app id to prevent loading of invalid resources 12 years ago
Brice Maron 17f94de19b Case insensitive Lang Detection fix #1328 12 years ago
Bart Visscher a8f963d9cf Spaces to tabs 12 years ago
Bart Visscher df7d6cb26c More style fixes 12 years ago
Bart Visscher 8256650da8 Fix "No space found after comma in function call" 12 years ago
Sergi Almacellas Abellana 7b0e2b348b Fix the loop to search al the available languages, not only the las element. 12 years ago
Sergi Almacellas Abellana b810e42cc7 Improve autodetection of language. 12 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
scambra 9601352d46 fix strftime in windows, use %#d instead of %e in windows 13 years ago
Felix Moeller 03581ef463 Correct a first issue Checkstyle is complaining about ... 13 years ago
Thomas Müller 126d16f16d Fixing undefined $language 13 years ago
scambra 41b597e179 Translate formatDate using jquery datepicker 13 years ago
scambra a24d8db4b2 translate datepicker 13 years ago
scambra d8eb62232e don't duplicate locales with country code 13 years ago
scambra ec253f1354 Use strftime to format date with translated month names 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Robin Appelman 4131b205d4 fix some more phpdoc 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Bart Visscher 5e55b4d6e7 Whitespace fixes in lib 13 years ago
Thomas Mueller 1e2d582123 fixing button to add additional site 13 years ago
Thomas Mueller 5f2751c672 in some cases no translations are loaded because $this->lang is empty not null 13 years ago
Thomas Mueller bd809574dc fix translations within subfolder /lib 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago