Commit Graph

27 Commits (20fc4b8b533407c7282bf1634e90f3a52e5619f0)

Author SHA1 Message Date
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Bernhard Posselt 512373fadf provide a way to detect the language that is being used (e.g. for clientside javascript language selection 11 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 11 years ago
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 11 years ago
Lukas Reschke fd5b2d11d6 Rename issubdirectory to isSubDirectory 11 years ago
Lukas Reschke 6f57911b44 Does also take int or string 11 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 11 years ago
Thomas Müller e125dc60cd introduce new function to force a language 11 years ago
kondou 5d5306175f Fix some docstrings in l10n.php 11 years ago
Bart Visscher 8951328a87 More PHPDoc updates 11 years ago
Bart Visscher 89e0763d3d Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10N 11 years ago
Lukas Reschke 2d5b3899a6 Hardening: Remove dangerous characters + Subdirectory Check 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Bjoern Schiessle 229f13adc0 change order of issubdirectory() calls to avoid error messages for non-apps 11 years ago
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