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
AgeCommit message (Collapse)Author
2017-07-13Always return the translated level name.Ruben Davila
There are many places that expect the `.level_name` method to return the translated level name.
2017-07-12Fix wrong helper used for adding context for translations.Ruben Davila
Additionally some missing translations were added
2017-07-05Add translation string generated .potEric Eastwood
2017-07-03Strings ready for translation; Pipeline chartsZ.J. van de Weg
Earlier, this was part of another MR, but that got split. Didn't pick that commit, as there were many merge conflicts. Vim macros seemed faster.
2017-06-22Added internationalization to commits listPhil Hughes
Closes #32793
2017-06-20Merge branch 'fix-i18n-helpers' into 'master'Douwe Maan
Fix some incorrect usage of translation helpers See merge request !12274
2017-06-19Fix some incorrect usage of translation helpersRuben Davila
Conflicts: app/views/projects/pipeline_schedules/_form.html.haml
2017-06-16Disable fork button on project limitvanadium23
2017-06-16Small refactoring plus fixes for Spanish translations.Ruben Davila
2017-06-15Add translation for the verb 'Revert'Bob Van Landuyt
2017-06-15Add context to the `with_stage` stringsBob Van Landuyt
2017-06-15Add context for commit_box titleBob Van Landuyt
2017-06-15Remove HTML from translation keyBob Van Landuyt
2017-06-15Add some context to JS translationsBob Van Landuyt
2017-06-15Update Spanish translations after code reviewRuben Davila
2017-06-15Translate commit dialogsBob Van Landuyt
2017-06-15Complete Spanish translations for Pipeline SchedulesRuben Davila
2017-06-15Spanish translations for Pipelines Schedules index page.Ruben Davila
2017-06-15Generate as much of the Spanish translation as possibleBob Van Landuyt
2017-06-09Revert "Regenerate po and js files"Bob Van Landuyt
This reverts commit 9157c300b78314e04857c66dacdc732a8193d278.
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-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-13Set locale through controller filterRuben Davila
2017-04-13Setup gettext librariesRuben Davila