summaryrefslogtreecommitdiff
path: root/lib/gitlab/i18n
Commit message (Expand)AuthorAgeFilesLines
* Only require `simple_po_parser` in rake task that needs itbvl-only-require-po-parser-in-rakeBob Van Landuyt2017-09-041-2/+0
* Validate unescaped `%` chars in PO filesBob Van Landuyt2017-09-012-3/+36
* Fetch all translation keys using a regexBob Van Landuyt2017-08-311-5/+1
* Take `nplurals` into account when validating translations.Bob Van Landuyt2017-08-314-55/+44
* Check for newlines in different methods on TranslationEntryBob Van Landuyt2017-08-312-2/+18
* Split translation & metadata entries into classesBob Van Landuyt2017-08-314-96/+114
* Validate the number of plurals in an entryBob Van Landuyt2017-08-312-7/+49
* Move detailed information of an entry into a separate classBob Van Landuyt2017-08-312-29/+77
* Move `PoLinter` into `Gitlab::I18n`Bob Van Landuyt2017-08-311-0/+193