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
2021-10-20Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2019-05-05Run rubocop -a on CE filesStan Hu
2018-08-16Frontend: Proper gettext extraction with gettext-extractorπŸŒ΄πŸ‡ΏπŸ‡¦ Lukas Eipert (OOO until Summit)
2017-10-04Load only the currently needed JS locale fileTim Zallmann
2017-07-07Remove .coffee ext files for i18nTakuya Noguchi
2017-05-02Fix Rubocop complains.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-26Adjust the patch for the gettext_i18n_rails and gettext_i18n_rails_js gems.Ruben Davila
This is more simple now given we're using the recommended code to annotate content to be translated.
2017-04-26Add ability to parse *.vue files through the `ruby gettext:find` scriptRuben Davila
2017-04-25Parse translate filters from JS files.Ruben Davila
2017-04-25Parse the translate-plural filter in HAML viewsRuben Davila
2017-04-25Merge branch 'js-translations' into 28433-internationalise-cycle-analytics-pageRuben Davila
Conflicts: config/initializers/gettext_rails_i18n_patch.rb
2017-04-25Monkey patch gettext_i18n_rails so it can parse content in Mustache formatRuben Davila
2017-04-21Revert line being commented outPhil Hughes
2017-04-21Merge remote-tracking branch ↡Phil Hughes
'origin/28433-internationalise-cycle-analytics-page' into js-translations
2017-04-21Monkey patch gettext_i18n_rails so it can parse content in Mustache formatRuben Davila