Commit Graph

58 Commits (a0cb52c90e4bae5f5ca7b78c8619888a9014edb7)

Author SHA1 Message Date
Thomas Müller 682821c71e Happy new year! 9 years ago
Roeland Jago Douma eccd9ca1cb Remove unused deprecated function 9 years ago
Joas Schilling c6dbe8ac63 Do not overwrite the language when it's just missing for one app 9 years ago
Morris Jobke ef76998eda Add warning for broken l10n json files 9 years ago
Morris Jobke b945d71384 update licence headers via script 9 years ago
Morris Jobke 6b53f7c40e [l10n] remove unused static methods 9 years ago
Morris Jobke 73819c4f05 Fix l10n on master 9 years ago
Morris Jobke 5a2b30d78f cache found l10n per app and not globally 9 years ago
Joas Schilling a12d354762 Deprecate OC_L10N::get() 9 years ago
Morris Jobke 4f13f96981 Save detected l10n of browser on login 9 years ago
Thomas Müller 9c57ae89d9 Some locales need to be converted to be compliant with CLDR 10 years ago
Morris Jobke ccf47f40aa Remove unused variables 10 years ago
Robin Appelman 712e478cb2 fix caching of preferred language 10 years ago
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 10 years ago
Thomas Müller 2f19de11e4 adding console command to generate javascript translation files based on existing php translation files 10 years ago
Thomas Müller a589d61b78 in case a translation javascript is not found we no longer bail out 10 years ago
Thomas Müller c8e8945efb implement localizations based on punic 10 years ago
Robin Appelman c1b11571ea Move certificate management interface from files_external to core 10 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 11 years ago
Andreas Fischer 06f2ae082e Have to also strtolower() on available language name. Otherwise no match. 11 years ago
Andreas Fischer daf93c4516 Sort, so 'de' is preferred over 'de_DE' when performing non-exact matching. 11 years ago
Andreas Fischer c14b470ea2 Apply substring on the correct value. 11 years ago
Andreas Fischer 4c76dd3871 Better variable names. 11 years ago