mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/language-data.git
synced 2025-10-04 15:12:29 +08:00
languages: Remove lah
It should be an alias for pa_PK, see https://github.com/WeblateOrg/language-data/pull/724
This commit is contained in:
parent
c80341ca1f
commit
46436ecfde
2 changed files with 1 additions and 2 deletions
|
@ -327,7 +327,6 @@ ky,Kyrgyz,2,n != 1
|
|||
la,Latin,2,n != 1
|
||||
lad,Ladino,2,n != 1
|
||||
lag,Langi,3,(n == 0) ? 0 : ((n == 1) ? 1 : 2)
|
||||
lah,Lahnda,2,n != 1
|
||||
lam,Lamba,2,n != 1
|
||||
lb,Luxembourgish,2,n != 1
|
||||
lez,Lezghian,2,n != 1
|
||||
|
|
|
|
@ -27,7 +27,7 @@ import csv
|
|||
import json
|
||||
import subprocess
|
||||
|
||||
IGNORE = {"nb", "no", "zh", "zxx"}
|
||||
IGNORE = {"nb", "no", "zh", "zxx", "lah"}
|
||||
|
||||
|
||||
def parse_csv(name):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue