Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14399 from owncloud/ignore-empty-plurals | Lukas Reschke | 2015-03-26 | 1 | -18/+0 |
|\ | | | | | 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 | -18/+0 |
| | | | | | | | | This reverts commit cbad5c998b260040523ac8e6a2797591d0086938. | ||||
* | | Add a test of what everyone thinks should be the result of this method | Joas Schilling | 2015-03-03 | 1 | -0/+16 |
|/ | |||||
* | Correctly fallback to english, if the plural case is not translated | Joas Schilling | 2014-12-11 | 1 | -0/+18 |
| | |||||
* | Make root tests extend the \Test\TestCase | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | adding console command to generate javascript translation files based on ↵ | Thomas Müller | 2014-10-29 | 1 | -3/+3 |
| | | | | | | existing php translation files read server side translations from json files | ||||
* | adding unit tests for en_GB and en-GB - just to verify | Thomas Müller | 2014-10-20 | 1 | -0/+8 |
| | |||||
* | implement localizations based on punic | Thomas Müller | 2014-10-20 | 1 | -5/+47 |
| | |||||
* | Some tests for OC_L10N::findLanguage() | Andreas Fischer | 2013-10-23 | 1 | -0/+41 |
| | |||||
* | adding test case for a numeric value | Thomas Müller | 2013-08-09 | 1 | -2/+7 |
| | |||||
* | Add datetime test for numeric string. | Andreas Fischer | 2013-08-09 | 1 | -0/+7 |
| | |||||
* | remove unneeded vars from unit test | Thomas Müller | 2013-08-05 | 1 | -2/+2 |
| | |||||
* | unit tests for plural translations added | Thomas Müller | 2013-08-02 | 1 | -0/+55 |