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
2019-12-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-06-15Correctly translate all forms in testsBob Van Landuyt
2018-06-15Validate PO-variable usage in message idsBob Van Landuyt
That way we can detect incorrect usage before the strings are added to Crowdin for translation
2018-06-15Forbids combining named and unnamed variables in `gitlab.pot`Bob Van Landuyt
This would break with an argument error when interpolating using `sprintf` in ruby.
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-09-01Validate unescaped `%` chars in PO filesBob Van Landuyt
2017-08-31Fetch all translation keys using a regexBob Van Landuyt
2017-08-31Take `nplurals` into account when validating translations.Bob Van Landuyt
2017-08-31Check for newlines in different methods on TranslationEntryBob Van Landuyt
2017-08-31Split translation & metadata entries into classesBob Van Landuyt
2017-08-31Validate the number of plurals in an entryBob Van Landuyt
2017-08-31Move detailed information of an entry into a separate classBob Van Landuyt
2017-08-31Move `PoLinter` into `Gitlab::I18n`Bob Van Landuyt