mirror of
https://github.com/transmission/transmission
synced 2024-12-21 23:32:35 +00:00
Remove low-quality gettext locales from the list (#6475)
Only leave translations that are 90+% complete. This means the dropped ones won't be installed, but (as with Qt client) will still be there in the repo to avoid the need in adding them back if/when the time comes.
This commit is contained in:
parent
964bd31a2b
commit
6a84dbf560
1 changed files with 0 additions and 69 deletions
|
@ -1,89 +1,20 @@
|
||||||
set(LINGUAS
|
set(LINGUAS
|
||||||
an
|
|
||||||
ar
|
|
||||||
ast
|
|
||||||
az
|
|
||||||
be
|
|
||||||
bg
|
|
||||||
bn
|
|
||||||
br
|
|
||||||
bs
|
|
||||||
ca
|
|
||||||
ca@valencia
|
|
||||||
ceb
|
|
||||||
ckb
|
|
||||||
cs
|
|
||||||
cy
|
|
||||||
da
|
da
|
||||||
de
|
|
||||||
el
|
|
||||||
en_AU
|
|
||||||
en_CA
|
|
||||||
en_GB
|
|
||||||
eo
|
|
||||||
es
|
es
|
||||||
et
|
|
||||||
eu
|
eu
|
||||||
fa
|
|
||||||
fi
|
fi
|
||||||
fil
|
|
||||||
fo
|
|
||||||
fr
|
fr
|
||||||
fr_CA
|
|
||||||
ga
|
|
||||||
gl
|
|
||||||
gv
|
|
||||||
he
|
he
|
||||||
hi
|
|
||||||
hr
|
|
||||||
hu
|
hu
|
||||||
hy
|
|
||||||
ia
|
|
||||||
id
|
|
||||||
is
|
is
|
||||||
it
|
|
||||||
ja
|
ja
|
||||||
jbo
|
|
||||||
ka
|
|
||||||
kk
|
|
||||||
ko
|
|
||||||
ku
|
|
||||||
ky
|
|
||||||
li
|
|
||||||
lt
|
|
||||||
lv
|
|
||||||
mk
|
|
||||||
ml
|
|
||||||
mr
|
|
||||||
ms
|
|
||||||
mt
|
|
||||||
nb
|
|
||||||
nl
|
nl
|
||||||
nn
|
|
||||||
oc
|
|
||||||
pl
|
pl
|
||||||
pt
|
|
||||||
pt_BR
|
|
||||||
pt_PT
|
|
||||||
ro
|
|
||||||
ru
|
ru
|
||||||
si
|
|
||||||
sk
|
|
||||||
sl
|
|
||||||
sq
|
|
||||||
sr
|
|
||||||
sv
|
sv
|
||||||
ta
|
|
||||||
te
|
|
||||||
th
|
|
||||||
tr
|
tr
|
||||||
ug
|
|
||||||
uk
|
uk
|
||||||
ur
|
|
||||||
uz
|
|
||||||
vi
|
|
||||||
zh_CN
|
zh_CN
|
||||||
zh_HK
|
|
||||||
zh_TW)
|
zh_TW)
|
||||||
|
|
||||||
set(GETTEXT_PACKAGE ${TR_NAME}-gtk)
|
set(GETTEXT_PACKAGE ${TR_NAME}-gtk)
|
||||||
|
|
Loading…
Reference in a new issue