summaryrefslogtreecommitdiffstats
path: root/lib/private/l10n
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\L10N to PSR-4Roeland Jago Douma2016-04-272-606/+0
|
* Move OC_L10N_String to legacy folderRoeland Jago Douma2016-04-271-78/+0
|
* Merge pull request #23515 from owncloud/issue-22695-wrong-menu-translationsThomas Müller2016-03-231-6/+4
|\ | | | | Fix the translations of the User menu
| * Fix the translations of the User menuJoas Schilling2016-03-231-6/+4
| |
* | Inject server root - allows proper testing and separation of concernsMorris Jobke2016-03-181-9/+15
| |
* | Read available l10n files also from theme folderMorris Jobke2016-03-171-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 informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Check whether ownCloud is installedLukas Reschke2016-01-271-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 Schilling2016-01-261-7/+7
|
* Add tests for the factoryJoas Schilling2016-01-261-8/+8
|
* Deprecate OC_L10N in favor of a namespaces and DI versionJoas Schilling2016-01-263-15/+228
|
* Move finding the language files and creating the function out of the objectJoas Schilling2016-01-261-3/+109
|
* Move validation and fallbacks of app and lang to the constructor/factoryJoas Schilling2016-01-261-1/+6
|
* Move findLanguage() and setLanguageFromRequest() to factoryJoas Schilling2016-01-261-0/+100
|
* Move languageExists() to the factoryJoas Schilling2016-01-261-0/+17
|
* Move findAvailableLanguages() to the factoryJoas Schilling2016-01-261-1/+55
|
* Happy new year!Thomas Müller2016-01-122-3/+3
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+1
|
* Add a public interface for the language factory so apps can use itJoas Schilling2015-08-271-9/+15
|
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* fix #15962Bernhard Posselt2015-04-301-2/+0
|
* implement json serialize for l10n stringBernhard Posselt2015-04-291-1/+9
|
* Merge pull request #14399 from owncloud/ignore-empty-pluralsLukas Reschke2015-03-261-20/+2
|\ | | | | Ignore empty plurals just like with singulars
| * Revert "Correctly fallback to english, if the plural case is not translated"Joas Schilling2015-02-201-20/+2
| | | | | | | | This reverts commit cbad5c998b260040523ac8e6a2797591d0086938.
* | Update license headersJenkins for ownCloud2015-03-262-8/+42
| |
* | Revert "Updating license headers"Morris Jobke2015-02-262-40/+10
| | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* | Updating license headersJenkins for ownCloud2015-02-232-10/+40
|/
* Correctly fallback to english, if the plural case is not translatedJoas Schilling2014-12-111-2/+20
|
* Use public api for getting l10nRobin Appelman2014-08-311-2/+5
|
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-2/+2
|
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+3
|
* Merge branch 'master' into fixing-appframework-masterThomas Müller2013-10-0885-3387/+0
|\
| * move l10n factory into privateThomas Müller2013-10-071-0/+34
| |
| * remove outdated translation filesThomas Müller2013-10-0785-3387/+0
| |
* | moving file to the right locationThomas Müller2013-10-071-0/+34
|/
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-3086-0/+3443
Conflicts: lib/private/vcategories.php