| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not overwrite the language when it's just missing for one app | Joas Schilling | 2015-12-07 | 1 | -3/+7 |
* | Add warning for broken l10n json files | Morris Jobke | 2015-10-30 | 1 | -0/+2 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+0 |
* | [l10n] remove unused static methods | Morris Jobke | 2015-10-02 | 1 | -36/+3 |
* | Merge pull request #19480 from owncloud/fix-l10n | Jörn Friedrich Dreyer | 2015-10-02 | 1 | -14/+5 |
|\ |
|
| * | Fix l10n on master | Morris Jobke | 2015-09-30 | 1 | -14/+5 |
* | | cache found l10n per app and not globally | Morris Jobke | 2015-09-30 | 1 | -3/+4 |
|/ |
|
* | Deprecate OC_L10N::get() | Joas Schilling | 2015-08-28 | 1 | -6/+3 |
* | Save detected l10n of browser on login | Morris Jobke | 2015-08-25 | 1 | -4/+12 |
* | Some locales need to be converted to be compliant with CLDR | Thomas Müller | 2015-05-08 | 1 | -0/+11 |
* | Remove unused variables | Morris Jobke | 2015-04-18 | 1 | -3/+0 |
* | fix caching of preferred language | Robin Appelman | 2015-04-03 | 1 | -2/+3 |
* | Merge pull request #14399 from owncloud/ignore-empty-plurals | Lukas Reschke | 2015-03-26 | 1 | -1/+1 |
|\ |
|
| * | Revert "Correctly fallback to english, if the plural case is not translated" | Joas Schilling | 2015-02-20 | 1 | -1/+1 |
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -8/+33 |
* | | Respect http header 'Accept-Language' on ocs and remote.php calls | Thomas Müller | 2015-03-09 | 1 | -35/+43 |
* | | Fix the behaviour of getLanguageCode() to match the expectation of the name | Joas Schilling | 2015-03-03 | 1 | -14/+5 |
* | | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -34/+12 |
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -12/+34 |
|/ |
|
* | Correctly fallback to english, if the plural case is not translated | Joas Schilling | 2014-12-11 | 1 | -1/+1 |
* | Add a DateTimeFormatter class which allows overwriting the language and timezone | Joas Schilling | 2014-12-09 | 1 | -1/+7 |
* | Cache results of available languages | Lukas Reschke | 2014-11-27 | 1 | -0/+6 |
* | Fix PHPDoc and deprecated code | Lukas Reschke | 2014-11-24 | 1 | -25/+17 |
* | Fix language file detection | Vincent Petry | 2014-10-29 | 1 | -1/+1 |
* | adding console command to generate javascript translation files based on exis... | Thomas Müller | 2014-10-29 | 1 | -31/+33 |
* | in case a translation javascript is not found we no longer bail out | Thomas Müller | 2014-10-29 | 1 | -11/+0 |
* | implement localizations based on punic | Thomas Müller | 2014-10-20 | 1 | -61/+45 |
* | Move certificate management interface from files_external to core | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
* | Adding new interface \OCP\Activity\IExtentsion | Thomas Müller | 2014-07-08 | 1 | -1/+2 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -16/+16 |
* | provide a way to detect the language that is being used (e.g. for clientside ... | Bernhard Posselt | 2014-05-14 | 1 | -0/+17 |
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
* | Replace @returns with @return, in /lib | Robin McCorkell | 2014-05-13 | 1 | -10/+10 |
* | Rename issubdirectory to isSubDirectory | Lukas Reschke | 2014-05-11 | 1 | -5/+5 |
* | Does also take int or string | Lukas Reschke | 2014-05-04 | 1 | -1/+1 |
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -29/+4 |
* | introduce new function to force a language | Thomas Müller | 2014-04-15 | 1 | -0/+8 |
* | Merge branch 'master' into type-hinting | Bart Visscher | 2014-03-31 | 1 | -6/+7 |
|\ |
|
| * | Fix some docstrings in l10n.php | kondou | 2014-03-01 | 1 | -13/+15 |
* | | More PHPDoc updates | Bart Visscher | 2014-02-28 | 1 | -4/+5 |
* | | Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10N | Bart Visscher | 2014-02-28 | 1 | -16/+15 |
|/ |
|
* | Hardening: Remove dangerous characters + Subdirectory Check | Lukas Reschke | 2014-02-19 | 1 | -2/+2 |
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+3 |
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -2/+2 |
|\ |
|
| * | change order of issubdirectory() calls to avoid error messages for non-apps | Bjoern Schiessle | 2014-01-29 | 1 | -2/+2 |
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+3 |
|/ |
|
* | fix plural translation - fixes #6226 | Morris Jobke | 2013-12-07 | 1 | -1/+1 |
* | fixing PHPDoc & grammar | Thomas Müller | 2013-10-23 | 1 | -5/+5 |
* | Have to also strtolower() on available language name. Otherwise no match. | Andreas Fischer | 2013-10-23 | 1 | -4/+6 |
* | Sort, so 'de' is preferred over 'de_DE' when performing non-exact matching. | Andreas Fischer | 2013-10-23 | 1 | -0/+4 |