Commit Graph

44 Commits (4608d3def7e8619fe2a151aa7d2180dc465f8155)

Author SHA1 Message Date
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Thomas Müller 2367797c17 Respect http header 'Accept-Language' on ocs and remote.php calls 10 years ago
Joas Schilling b669bf26d6 Fix the behaviour of getLanguageCode() to match the expectation of the name 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Joas Schilling ae60108692 Revert "Correctly fallback to english, if the plural case is not translated" 10 years ago
Joas Schilling cbad5c998b Correctly fallback to english, if the plural case is not translated 10 years ago
Joas Schilling d69ea30097 Add a DateTimeFormatter class which allows overwriting the language and timezone 10 years ago
Lukas Reschke b20d698ebd Cache results of available languages 10 years ago
Lukas Reschke b947b65e5b Fix PHPDoc and deprecated code 10 years ago
Vincent Petry c682b1f0c1 Fix language file detection 11 years ago
Thomas Müller 2f19de11e4 adding console command to generate javascript translation files based on existing php translation files 11 years ago
Thomas Müller a589d61b78 in case a translation javascript is not found we no longer bail out 11 years ago
Thomas Müller c8e8945efb implement localizations based on punic 11 years ago
Robin Appelman c1b11571ea Move certificate management interface from files_external to core 11 years ago
Thomas Müller 8363f3c635 Adding new interface \OCP\Activity\IExtentsion 11 years ago
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