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-09-29Merge branch 'jramsay-4012-externalize-wiki-strings' into 'master'Douwe Maan
Add translatable strings to wiki pages See merge request gitlab-org/gitlab-ce!14534
2017-09-28Add translatable strings to wiki pagesJames Ramsay
2017-09-28Tweaked the first time contributor tooltip textPhil Hughes
Removes the text `Handle with care` as it sounds condescending.
2017-09-27Fixed missing namespaces on navigation translationsPhil Hughes
2017-09-27Generates locale/gitlab.potFilipa Lacerda
2017-09-21Add unextracted strings for i18nkushalpandya
2017-09-07Change strings for projects dropdown placeholder and error stateChris Peressini
gitlab-ce#37513
2017-09-06Regenerate CE-potBob Van Landuyt
2017-09-05Add Projects Dropdown App i18n stringskushalpandya
2017-08-31Fix currently invalid po filesBob Van Landuyt
2017-08-24Reword job to pipeline on the chart viewZeger-Jan van de Weg
This got changed for i18n in !12480, however, I forgot to understand that the meaning of the graphs changed in !12378. This corrects the behaviour.
2017-08-18Add support for i18n on Project Activity PageKushal Pandya
2017-08-14Remove `\n` from translationsBob Van Landuyt
They seem to confuse some translation tools and aren't rendered in HTML anyway.
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