Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\L10N to PSR-4 | Roeland Jago Douma | 2016-04-27 | 2 | -606/+0 |
| | |||||
* | Move OC_L10N_String to legacy folder | Roeland Jago Douma | 2016-04-27 | 1 | -78/+0 |
| | |||||
* | Merge pull request #23515 from owncloud/issue-22695-wrong-menu-translations | Thomas Müller | 2016-03-23 | 1 | -6/+4 |
|\ | | | | | Fix the translations of the User menu | ||||
| * | Fix the translations of the User menu | Joas Schilling | 2016-03-23 | 1 | -6/+4 |
| | | |||||
* | | Inject server root - allows proper testing and separation of concerns | Morris Jobke | 2016-03-18 | 1 | -9/+15 |
| | | |||||
* | | Read available l10n files also from theme folder | Morris Jobke | 2016-03-17 | 1 | -7/+24 |
|/ | | | | | | | | | | The old behaviour was that only languages could be used for an app that are already present in the apps/$app/l10n folder. If there is a themed l10n that is not present in the apps default l10n folder the language could not be used and the texts are not translated. With this change this is possible and also the l10n files are loaded even if the default l10n doesn't contain the l10n file. | ||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Check whether ownCloud is installed | Lukas Reschke | 2016-01-27 | 1 | -4/+28 |
| | | | | | | ownCloud might not yet be setup. This causes an issue as the user config requires a setup ownCloud. Thus this needs a block whether ownCloud is installed or not. Fixes https://github.com/owncloud/core/issues/21955 | ||||
* | Add tests for findLanguage() | Joas Schilling | 2016-01-26 | 1 | -7/+7 |
| | |||||
* | Add tests for the factory | Joas Schilling | 2016-01-26 | 1 | -8/+8 |
| | |||||
* | Deprecate OC_L10N in favor of a namespaces and DI version | Joas Schilling | 2016-01-26 | 3 | -15/+228 |
| | |||||
* | Move finding the language files and creating the function out of the object | Joas Schilling | 2016-01-26 | 1 | -3/+109 |
| | |||||
* | Move validation and fallbacks of app and lang to the constructor/factory | Joas Schilling | 2016-01-26 | 1 | -1/+6 |
| | |||||
* | Move findLanguage() and setLanguageFromRequest() to factory | Joas Schilling | 2016-01-26 | 1 | -0/+100 |
| | |||||
* | Move languageExists() to the factory | Joas Schilling | 2016-01-26 | 1 | -0/+17 |
| | |||||
* | Move findAvailableLanguages() to the factory | Joas Schilling | 2016-01-26 | 1 | -1/+55 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 2 | -3/+3 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+1 |
| | |||||
* | Add a public interface for the language factory so apps can use it | Joas Schilling | 2015-08-27 | 1 | -9/+15 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | fix #15962 | Bernhard Posselt | 2015-04-30 | 1 | -2/+0 |
| | |||||
* | implement json serialize for l10n string | Bernhard Posselt | 2015-04-29 | 1 | -1/+9 |
| | |||||
* | Merge pull request #14399 from owncloud/ignore-empty-plurals | Lukas Reschke | 2015-03-26 | 1 | -20/+2 |
|\ | | | | | Ignore empty plurals just like with singulars | ||||
| * | Revert "Correctly fallback to english, if the plural case is not translated" | Joas Schilling | 2015-02-20 | 1 | -20/+2 |
| | | | | | | | | This reverts commit cbad5c998b260040523ac8e6a2797591d0086938. | ||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 2 | -8/+42 |
| | | |||||
* | | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 2 | -40/+10 |
| | | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 2 | -10/+40 |
|/ | |||||
* | Correctly fallback to english, if the plural case is not translated | Joas Schilling | 2014-12-11 | 1 | -2/+20 |
| | |||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -2/+5 |
| | |||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' into fixing-appframework-master | Thomas Müller | 2013-10-08 | 85 | -3387/+0 |
|\ | |||||
| * | move l10n factory into private | Thomas Müller | 2013-10-07 | 1 | -0/+34 |
| | | |||||
| * | remove outdated translation files | Thomas Müller | 2013-10-07 | 85 | -3387/+0 |
| | | |||||
* | | moving file to the right location | Thomas Müller | 2013-10-07 | 1 | -0/+34 |
|/ | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 86 | -0/+3443 |
Conflicts: lib/private/vcategories.php |