summaryrefslogtreecommitdiff
path: root/locale
Commit message (Collapse)AuthorAgeFilesLines
* Optimize translation content黄涛2017-06-053-84/+84
| | | | | 1. Optimize the translation of zh-TW 2. Synchronous zh-CN, zh-HK translation
* Add translation zh_TW to I18N黄涛2017-06-052-0/+225
|
* Add translation zh_HK to I18N黄涛2017-06-052-0/+225
|
* Change the language name zh to zh_CN黄涛2017-06-052-2/+2
|
* fix plural form of translation黄涛2017-06-051-29/+46
|
* optimize part of the translation黄涛2017-06-051-28/+29
|
* added Simplified Chinese to I18N黄涛2017-06-052-0/+207
|
* Change translation for 'coding' by 'desarrollo' for Spanishupdate-coding-translationRuben Davila2017-05-201-2/+2
|
* Add German translation for Cycle Analytics (!11161)winh2017-05-091-69/+69
|
* Some small updates for Spanish translations.Ruben Davila2017-05-044-26/+26
|
* More updates for translations plus small tweaks.Ruben Davila2017-05-044-28/+16
|
* More updates for translations plus some refactoring.Ruben Davila2017-05-035-71/+169
|
* More translations updates.Ruben Davila2017-05-035-63/+67
|
* Updated some JS translate methods to correctly take in contextPhil Hughes2017-05-034-34/+39
|
* First round of updates from the code review.Ruben Davila2017-05-024-107/+104
|
* Add more spanish translations.Ruben Davila2017-04-275-10/+93
|
* Adjust regex used in order to parse inline content.Ruben Davila2017-04-274-1/+25
| | | | | | | e.g: %h4 {{ __('foo') }} Problem was it was being parsed as: %h4 = _('foo') And the correct content should be: %h4= _('foo')
* Added some missing text that needs translatingPhil Hughes2017-04-274-2/+63
|
* Add more translation for Spanish.Ruben Davila2017-04-265-10/+122
|
* Add some translations for Spanish.Ruben Davila2017-04-264-21/+142
|
* Removed t filter from other placesPhil Hughes2017-04-264-98/+110
|
* Changed JS translation functionsPhil Hughes2017-04-264-63/+135
| | | | Added context function
* Merge remote-tracking branch ↵Phil Hughes2017-04-214-2/+146
| | | | 'origin/28433-internationalise-cycle-analytics-page' into js-translations
* Ignore some files required to the translation processRuben Davila2017-04-133-84/+0
|
* Set locale through controller filterRuben Davila2017-04-137-11/+74
|
* Setup gettext librariesRuben Davila2017-04-1210-0/+130