Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/locale
AgeCommit message (Collapse)Author
2017-06-21Merge branch 'bvl-revert-regenerating-translations' into 'master'Douwe Maan
Revert "Regenerate po and js files" See merge request !12044
2017-06-20Merge branch 'fix-i18n-helpers' into 'master'Douwe Maan
Fix some incorrect usage of translation helpers See merge request !12274
2017-06-17Merge branch 'bvl-missing-translations' into 'master'Douwe Maan
Missing translations for the project & repository pages. Closes #33420 See merge request !12052 Conflicts: app/assets/javascripts/locale/en/app.js app/assets/javascripts/locale/es/app.js app/views/projects/pipeline_schedules/_form.html.haml locale/en/gitlab.po locale/es/gitlab.po locale/gitlab.pot
2017-06-08Merge branch '33383_add_bulgarian_translation_of_cycle_analytics_page' into ↵Douwe Maan
'master' Add bulgarian translation of Cycle Analytics Page to I18N Closes #33383 See merge request !11958
2017-06-08Merge branch ↵Douwe Maan
'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
2017-06-08Regenerate po and js filesZ.J. van de Weg
2017-06-08Allow translation of Pipeline SchedulesZ.J. van de Weg
2017-06-07Translate project & repository pagesBob Van Landuyt
2017-06-07add bulgarian translation of cycle analytics page to I18N黄涛
Fix #33383
2017-06-07add portuguese brazil translation of cycle analytics page黄涛
Fix #33334
2017-06-05Optimize translation content黄涛
1. Optimize the translation of zh-TW 2. Synchronous zh-CN, zh-HK translation
2017-06-05Add translation zh_TW to I18N黄涛
2017-06-05Add translation zh_HK to I18N黄涛
2017-06-05Change the language name zh to zh_CN黄涛
2017-06-05fix plural form of translation黄涛
2017-06-05 optimize part of the translation黄涛
2017-06-05added Simplified Chinese to I18N黄涛
2017-05-21Change translation for 'coding' by 'desarrollo' for SpanishRuben Davila
2017-05-09Add German translation for Cycle Analytics (!11161)winh
2017-05-05Some small updates for Spanish translations.Ruben Davila
2017-05-05More updates for translations plus small tweaks.Ruben Davila
2017-05-04More updates for translations plus some refactoring.Ruben Davila
2017-05-03More translations updates.Ruben Davila
2017-05-03Updated some JS translate methods to correctly take in contextPhil Hughes
2017-05-03First round of updates from the code review.Ruben Davila
2017-04-28Add more spanish translations.Ruben Davila
2017-04-27Adjust regex used in order to parse inline content.Ruben Davila
e.g: %h4 {{ __('foo') }} Problem was it was being parsed as: %h4 = _('foo') And the correct content should be: %h4= _('foo')
2017-04-27Added some missing text that needs translatingPhil Hughes
2017-04-27Add more translation for Spanish.Ruben Davila
2017-04-27Add some translations for Spanish.Ruben Davila
2017-04-26Removed t filter from other placesPhil Hughes
2017-04-26Changed JS translation functionsPhil Hughes
Added context function
2017-04-21Merge remote-tracking branch ↵Phil Hughes
'origin/28433-internationalise-cycle-analytics-page' into js-translations
2017-04-13Ignore some files required to the translation processRuben Davila
2017-04-13Set locale through controller filterRuben Davila
2017-04-13Setup gettext librariesRuben Davila