Skip to content

Commit

Permalink
trans-lint: br-FR has to be fully quallified
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktwerner committed Oct 4, 2022
1 parent 2b2b7f1 commit cf7b4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/trans-lint
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Report:


def short_lang(lang):
if lang in ["ne-NP", "la-LA", "nn-NO", "zh-CN", "ur-PK", "zh-TW", "tlh-AA", "ml-IN", "pt-BR", "tt-RU", "gsw-CH"]:
if lang in ["ne-NP", "la-LA", "nn-NO", "zh-CN", "ur-PK", "zh-TW", "tlh-AA", "ml-IN", "pt-BR", "tt-RU", "gsw-CH", "br-FR"]:
return lang.replace("-", "").lower()
elif lang == "kab-DZ":
return "kaby"
Expand Down

0 comments on commit cf7b4d8

Please sign in to comment.