Commit Graph

54 Commits (9866037d0cbcdfc19d0ebb047632892e444b5dc2)

Author SHA1 Message Date
Morris Jobke b945d71384 update licence headers via script 11 years ago
Morris Jobke 6b53f7c40e [l10n] remove unused static methods 11 years ago
Morris Jobke 73819c4f05 Fix l10n on master 11 years ago
Morris Jobke 5a2b30d78f cache found l10n per app and not globally 11 years ago
Joas Schilling a12d354762 Deprecate OC_L10N::get() 11 years ago
Morris Jobke 4f13f96981 Save detected l10n of browser on login 11 years ago
Thomas Müller 9c57ae89d9 Some locales need to be converted to be compliant with CLDR 11 years ago
Morris Jobke ccf47f40aa Remove unused variables 11 years ago
Robin Appelman 712e478cb2 fix caching of preferred language 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Thomas Müller 2367797c17 Respect http header 'Accept-Language' on ocs and remote.php calls 11 years ago
Joas Schilling b669bf26d6 Fix the behaviour of getLanguageCode() to match the expectation of the name 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Joas Schilling ae60108692 Revert "Correctly fallback to english, if the plural case is not translated" 11 years ago
Joas Schilling cbad5c998b Correctly fallback to english, if the plural case is not translated 12 years ago
Joas Schilling d69ea30097 Add a DateTimeFormatter class which allows overwriting the language and timezone 12 years ago
Lukas Reschke b20d698ebd Cache results of available languages 12 years ago
Lukas Reschke b947b65e5b Fix PHPDoc and deprecated code 12 years ago
Vincent Petry c682b1f0c1 Fix language file detection 12 years ago
Thomas Müller 2f19de11e4 adding console command to generate javascript translation files based on existing php translation files 12 years ago
Thomas Müller a589d61b78 in case a translation javascript is not found we no longer bail out 12 years ago
Thomas Müller c8e8945efb implement localizations based on punic 12 years ago
Robin Appelman c1b11571ea Move certificate management interface from files_external to core 12 years ago
Thomas Müller 8363f3c635 Adding new interface \OCP\Activity\IExtentsion 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Bernhard Posselt 512373fadf provide a way to detect the language that is being used (e.g. for clientside javascript language selection 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 12 years ago
Lukas Reschke fd5b2d11d6 Rename issubdirectory to isSubDirectory 12 years ago
Lukas Reschke 6f57911b44 Does also take int or string 12 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 12 years ago
Thomas Müller e125dc60cd introduce new function to force a language 12 years ago
kondou 5d5306175f Fix some docstrings in l10n.php 12 years ago
Bart Visscher 8951328a87 More PHPDoc updates 12 years ago
Bart Visscher 89e0763d3d Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10N 12 years ago
Lukas Reschke 2d5b3899a6 Hardening: Remove dangerous characters + Subdirectory Check 12 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Bjoern Schiessle 229f13adc0 change order of issubdirectory() calls to avoid error messages for non-apps 12 years ago
Morris Jobke 4c4c9096c4 fix plural translation - fixes #6226 13 years ago
Thomas Müller 54e0f1d739 fixing PHPDoc & grammar 13 years ago
Andreas Fischer 06f2ae082e Have to also strtolower() on available language name. Otherwise no match. 13 years ago
Andreas Fischer daf93c4516 Sort, so 'de' is preferred over 'de_DE' when performing non-exact matching. 13 years ago
Andreas Fischer c14b470ea2 Apply substring on the correct value. 13 years ago
Andreas Fischer 4c76dd3871 Better variable names. 13 years ago
Andreas Fischer 207f6d55ce Fix coding style for else. 13 years ago
Andreas Fischer 9d1b425b62 Correct indentation for default language. 13 years ago
Bart Visscher 9f777fba98 Add L10N interface to server container 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago