summaryrefslogtreecommitdiffstats
path: root/tests/lib/l10n
Commit message (Collapse)AuthorAgeFilesLines
* Inject server root - allows proper testing and separation of concernsMorris Jobke2016-03-183-14/+13
|
* Read available l10n files also from theme folderMorris Jobke2016-03-171-0/+25
| | | | | | | | | | 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.
* Check whether ownCloud is installedLukas Reschke2016-01-273-77/+195
| | | | | | 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 findAvailableLanguagesJoas Schilling2016-01-261-0/+22
|
* Add tests for findLanguage()Joas Schilling2016-01-261-6/+93
|
* Remove tests for wrapperJoas Schilling2016-01-261-43/+0
|
* Add tests for the factoryJoas Schilling2016-01-261-0/+201
|
* Add tests for the new l10n classJoas Schilling2016-01-261-0/+162
|
* Move legacy test file to new locationJoas Schilling2016-01-261-0/+179