]> git.proxmox.com Git - proxmox-i18n.git/commitdiff
buildsys: split to one language per line and sort
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 27 Mar 2023 13:32:10 +0000 (15:32 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 27 Mar 2023 13:35:40 +0000 (15:35 +0200)
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>
Makefile

index 85d5dedc8ab1d515b0fb786c2c95f2d71e91d3df..8005b320b55f7b1c7acc5e1178465d6b46110b24 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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