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
2018-11-30Fix typo in method name "silence_stderr"Brett Walker
2018-08-28Rails 5: replace removed silence_streamJasper Maes
2018-07-10Remove timestamps from `locale/gitlab.pot`Bob Van Landuyt
This will help us avoid conflicts when regenerating the pot file, the timestamps aren't used by Crowdin.
2018-07-09Update `gettext:updated_check` regenerate pot fileBob Van Landuyt
Making the `gettext:updated_check` by completely regenerating the gitlab.pot. This avoids an issue where `gettext:find` would not pick up on changes if the file isn't removed first.
2018-06-21Merge branch 'bvl-dont-generate-mo' into 'master'Rubén Dávila
Don't generate `.mo` files Closes #47979 See merge request gitlab-org/gitlab-ce!20048
2018-06-20Don't generate `.mo` filesBob Van Landuyt
Since we are only using `.po` files for translation we can shave off some setup time. Generating the `mo` files also regenerates the PO-files, including fuzzy translations. Those cause a lot of bugs, and we don't need them anymore since the `po` files are generated by an external translation service.
2018-06-20Unify flay.rake and gettext.rake from EELin Jen-Shin
2018-06-20More verbose errors in static-analysisBob Van Landuyt
This makes the output in static analysis a bit more verbose.
2018-06-15Correctly translate all forms in testsBob Van Landuyt
2018-06-15Validate if changed translations are checked inBob Van Landuyt
2017-11-17Use StrongMemoize and enable/disable cops properlyLin Jen-Shin
2017-09-05Do not require the simple_po_parser in the gettext rake task when in aDJ Mountney
2017-09-04Only require `simple_po_parser` in rake task that needs itBob Van Landuyt
That way we don't need to install it in production, since it's really not needed there.
2017-08-31Move `PoLinter` into `Gitlab::I18n`Bob Van Landuyt
2017-08-31Add a linter for PO filesBob Van Landuyt
2017-07-07Remove .coffee ext files for i18nTakuya Noguchi
2017-06-01Add new Rake task to simplify the compilation of PO filesRuben Davila
2017-05-02Fix Rubocop complains.Ruben Davila
2017-04-26Add ability to parse *.vue files through the `ruby gettext:find` scriptRuben Davila