Skip to content

Commit

Permalink
fix nn-NO links in translation lint
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed May 3, 2020
1 parent db23a37 commit 7992653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/trans-lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self):


def short_lang(lang):
if lang in ["ne-NP", "la-LA"]:
if lang in ["ne-NP", "la-LA", "nn-NO"]:
return lang.replace("-", "").lower()
else:
return lang.split("-")[0]
Expand Down

0 comments on commit 7992653

Please sign in to comment.