summaryrefslogtreecommitdiff
path: root/spec/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-0/+1
* Validate unescaped `%` chars in PO filesBob Van Landuyt2017-09-012-1/+83
* Fetch all translation keys using a regexBob Van Landuyt2017-08-311-1/+1
* Take `nplurals` into account when validating translations.Bob Van Landuyt2017-08-314-57/+72
* Check for newlines in different methods on TranslationEntryBob Van Landuyt2017-08-312-0/+34
* Split translation & metadata entries into classesBob Van Landuyt2017-08-314-142/+157
* Validate the number of plurals in an entryBob Van Landuyt2017-08-312-6/+106
* Move detailed information of an entry into a separate classBob Van Landuyt2017-08-312-5/+76
* Move `PoLinter` into `Gitlab::I18n`Bob Van Landuyt2017-08-311-0/+274