summaryrefslogtreecommitdiff
path: root/locale
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix-i18n-helpers' into 'master'Douwe Maan2017-06-202-3/+21
|\ | | | | | | | | Fix some incorrect usage of translation helpers See merge request !12274
| * Fix some incorrect usage of translation helpersfix-i18n-helpersRuben Davila2017-06-192-3/+21
| | | | | | | | | | Conflicts: app/views/projects/pipeline_schedules/_form.html.haml
* | Disable fork button on project limitvanadium232017-06-169-0/+27
|/
* Merge branch 'bvl-missing-translations' into 'master'Douwe Maan2017-06-163-22/+1689
|\ | | | | | | | | | | | | Missing translations for the project & repository pages. Closes #33420 See merge request !12052
| * Small refactoring plus fixes for Spanish translations.Ruben Davila2017-06-152-13/+7
| |
| * Add translation for the verb 'Revert'Bob Van Landuyt2017-06-153-3/+12
| |
| * Add context to the `with_stage` stringsBob Van Landuyt2017-06-153-18/+21
| |
| * Add context for commit_box titleBob Van Landuyt2017-06-153-17/+26
| |
| * Remove HTML from translation keyBob Van Landuyt2017-06-152-19/+19
| |
| * Add some context to JS translationsBob Van Landuyt2017-06-152-15/+15
| |
| * Small update for Spanish translationRuben Davila2017-06-151-2/+2
| |
| * More updates for Spanish translationsRuben Davila2017-06-151-9/+9
| |
| * Update Spanish translations after code reviewRuben Davila2017-06-153-22/+156
| |
| * Translate commit dialogsBob Van Landuyt2017-06-151-2/+48
| |
| * Complete Spanish translations for Pipeline SchedulesRuben Davila2017-06-152-37/+91
| |
| * Spanish translations for Pipelines Schedules index page.Ruben Davila2017-06-152-14/+44
| |
| * Generate as much of the Spanish translation as possibleBob Van Landuyt2017-06-153-9/+1397
| |
* | Add French translations for Cycle Analytics, Project, and Repository pages.Erwan GEORGET2017-06-152-0/+207
|/
* Fix a few translation for zh_TWfix-zh_TW-00Lin Jen-Shin2017-06-121-2/+2
|
* Recover last working spanish translationbvl-revert-regenerating-translationsBob Van Landuyt2017-06-091-68/+590
|
* Revert "Regenerate po and js files"Bob Van Landuyt2017-06-097-3103/+2
| | | | This reverts commit 9157c300b78314e04857c66dacdc732a8193d278.
* Merge branch '33383_add_bulgarian_translation_of_cycle_analytics_page' into ↵Douwe Maan2017-06-082-0/+260
|\ | | | | | | | | | | | | | | | | 'master' Add bulgarian translation of Cycle Analytics Page to I18N Closes #33383 See merge request !11958
| * add bulgarian translation of cycle analytics page to I18N黄涛2017-06-072-0/+260
| | | | | | | | Fix #33383
* | Merge branch ↵Douwe Maan2017-06-082-0/+260
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '33334_add_portuguese_brazil_translation_of_cycle_analytics_page' into 'master' Add portuguese brazil translation of Cycle Analytics Page to I18N Closes #33334 See merge request !11920
| * | add portuguese brazil translation of cycle analytics page黄涛2017-06-072-0/+260
| |/ | | | | | | Fix #33334
* | Regenerate po and js fileszj-i18n-pipeline-schedulesZ.J. van de Weg2017-06-087-2/+3103
| |
* | Allow translation of Pipeline SchedulesZ.J. van de Weg2017-06-087-2378/+494
| |
* | Translate project & repository pagesBob Van Landuyt2017-06-074-12/+2466
|/
* 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