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:
Michal Čihař 2022-09-19 09:52:51 +02:00
parent c80341ca1f
commit 46436ecfde
2 changed files with 1 additions and 2 deletions

View file

@ -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

1 code name nplurals formula
327 la Latin 2 n != 1
328 lad Ladino 2 n != 1
329 lag Langi 3 (n == 0) ? 0 : ((n == 1) ? 1 : 2)
lah Lahnda 2 n != 1
330 lam Lamba 2 n != 1
331 lb Luxembourgish 2 n != 1
332 lez Lezghian 2 n != 1

View file

@ -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):