summaryrefslogtreecommitdiff
path: root/lib/gitlab/i18n/po_linter.rb
Commit message (Expand)AuthorAgeFilesLines
* Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
* Enable even more frozen string for lib/gitlabgfyoung2018-11-161-0/+2
* Correctly translate all forms in testsbvl-i18n-validationBob Van Landuyt2018-06-151-16/+43
* Validate PO-variable usage in message idsBob Van Landuyt2018-06-151-0/+4
* Forbids combining named and unnamed variables in `gitlab.pot`Bob Van Landuyt2018-06-151-33/+66
* 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-011-3/+18
* Take `nplurals` into account when validating translations.Bob Van Landuyt2017-08-311-8/+15
* Check for newlines in different methods on TranslationEntryBob Van Landuyt2017-08-311-2/+6
* Split translation & metadata entries into classesBob Van Landuyt2017-08-311-10/+14
* Validate the number of plurals in an entryBob Van Landuyt2017-08-311-6/+17
* Move detailed information of an entry into a separate classBob Van Landuyt2017-08-311-29/+11
* Move `PoLinter` into `Gitlab::I18n`Bob Van Landuyt2017-08-311-0/+193