5
0
mirror of git://git.proxmox.com/git/proxmox-i18n.git synced 2025-01-10 09:17:41 +03:00

buildsys: split to one language per line and sort

makes it slightly easier to work with it, if its deemed  to bloat the
makefile to much, we could move it to its separate linguas.mk or so

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-03-27 15:32:10 +02:00
parent f4d1f533cb
commit 1524e1af3d

View File

@ -1,6 +1,31 @@
include /usr/share/dpkg/pkg-info.mk
LINGUAS=de it fr ja es sv ru tr zh_CN zh_TW da ca pl sl nb nn pt_BR eu fa gl hu he ar nl kr
LINGUAS=\
ar \
ca \
da \
de \
es \
eu \
fa \
fr \
gl \
he \
hu \
it \
ja \
kr \
nb \
nl \
nn \
pl \
pt_BR \
ru \
sl \
sv \
tr \
zh_CN \
zh_TW \
PVE_I18N_DEB=pve-i18n_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
PMG_I18N_DEB=pmg-i18n_${DEB_VERSION_UPSTREAM_REVISION}_all.deb