Skip to content

Commit 31f04d6

Browse files
add Proxmox Backup Server translation package
Signed-off-by: Thomas Lamprecht <[email protected]>
1 parent 051e8a9 commit 31f04d6

File tree

4 files changed

+32
-14
lines changed

4 files changed

+32
-14
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99
[submodule "pve-manager"]
1010
path = pve-manager
1111
url = ../pve-manager/
12+
[submodule "proxmox-backup"]
13+
path = proxmox-backup
14+
url = ../proxmox-backup

Makefile

+20-12
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,25 @@ 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
44

55
PVE_I18N_DEB=pve-i18n_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
66
PMG_I18N_DEB=pmg-i18n_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
7+
PBS_I18N_DEB=pbs-i18n_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
78

8-
DEB1=${PMG_I18N_DEB}
9-
DEB2=$(PVE_I18N_DEB)
10-
DEBS=$(DEB1) $(DEB2)
9+
DEBS=${PMG_I18N_DEB} $(PVE_I18N_DEB) $(PBS_I18N_DEB)
1110

1211
PMGLOCALEDIR=${DESTDIR}/usr/share/pmg-i18n
1312
PVELOCALEDIR=${DESTDIR}/usr/share/pve-i18n
13+
PBSLOCALEDIR=${DESTDIR}/usr/share/pbs-i18n
1414

1515
PMG_LANG_FILES=$(patsubst %, pmg-lang-%.js, $(LINGUAS))
1616
PVE_LANG_FILES=$(patsubst %, pve-lang-%.js, $(LINGUAS))
17+
PBS_LANG_FILES=$(patsubst %, pbs-lang-%.js, $(LINGUAS))
1718

1819
all:
1920

2021
.PHONY: deb
2122
deb: $(DEBS)
22-
$(DEB2): $(DEB1)
23-
$(DEB1): | submodule
23+
$(PMG_I18N_DEB): $(PVE_I18N_DEB)
24+
$(PBS_I18N_DEB): $(PVE_I18N_DEB)
25+
$(PVE_I18N_DEB): | submodule
2426
rm -rf dest
2527
rsync -a * dest
2628
cd dest; dpkg-buildpackage -b -us -uc
@@ -31,11 +33,13 @@ submodule:
3133
test -f "pmg-gui/Makefile" || git submodule update --init
3234

3335
.PHONY: install
34-
install: ${PMG_LANG_FILES} ${PVE_LANG_FILES}
36+
install: ${PMG_LANG_FILES} ${PVE_LANG_FILES} ${PBS_LANG_FILES}
3537
install -d ${PMGLOCALEDIR}
3638
install -m 0644 ${PMG_LANG_FILES} ${PMGLOCALEDIR}
3739
install -d ${PVELOCALEDIR}
3840
install -m 0644 ${PVE_LANG_FILES} ${PVELOCALEDIR}
41+
install -d ${PBSLOCALEDIR}
42+
install -m 0644 ${PBS_LANG_FILES} ${PBSLOCALEDIR}
3943

4044

4145
pmg-lang-%.js: %.po
@@ -44,6 +48,9 @@ pmg-lang-%.js: %.po
4448
pve-lang-%.js: %.po
4549
./po2js.pl -t pve -v "${VERSION}-${PKGREL}" -o pve-lang-$*.js $?
4650

51+
pbs-lang-%.js: %.po
52+
./po2js.pl -t pbs -v "${VERSION}-${PKGREL}" -o pbs-lang-$*.js $?
53+
4754
# parameter 1 is the name
4855
# parameter 2 is the directory
4956
define potupdate
@@ -56,6 +63,7 @@ update_pot: submodule
5663
$(call potupdate,proxmox-widget-toolkit,proxmox-widget-toolkit/)
5764
$(call potupdate,pve-manager,pve-manager/www/manager6/)
5865
$(call potupdate,proxmox-mailgateway,pmg-gui/js/)
66+
$(call potupdate,proxmox-backup,proxmox-backup/www/)
5967

6068
update: | update_pot messages.pot
6169
for i in $(LINGUAS); do echo -n "$$i: "; msgmerge -s -v $$i.po messages.pot >$$i.po.tmp && mv $$i.po.tmp $$i.po; done;
@@ -67,7 +75,7 @@ init-%.po: messages.pot
6775
msginit -i $^ -l $^ -o $*.po --no-translator
6876

6977
.INTERMEDIATE: messages.pot
70-
messages.pot: proxmox-widget-toolkit.pot proxmox-mailgateway.pot pve-manager.pot
78+
messages.pot: proxmox-widget-toolkit.pot proxmox-mailgateway.pot pve-manager.pot proxmox-backup.pot
7179
msgcat $^ > $@
7280

7381
.PHONY: distclean
@@ -78,10 +86,10 @@ clean:
7886
find . -name '*~' -exec rm {} ';'
7987
rm -rf dest *.po.tmp *.js.tmp *.deb *.buildinfo *.changes *.js messages.pot
8088

81-
.PHONY: upload-pve
89+
.PHONY: upload-pve upload-pmg upload-pbs
8290
upload-pve: ${PVE_I18N_DEB}
83-
tar cf - ${PVE_I18N_DEB}|ssh -X [email protected] -- upload --product pve --dist buster
84-
85-
.PHONY: upload-pmg
91+
tar cf - $^|ssh -X [email protected] -- upload --product pve --dist buster
8692
upload-pmg: ${PMG_I18N_DEB}
87-
tar cf - ${PMG_I18N_DEB}|ssh -X [email protected] -- upload --product pmg --dist stretch
93+
tar cf - $^|ssh -X [email protected] -- upload --product pmg --dist buster
94+
upload-pbs: ${PBS_I18N_DEB}
95+
tar cf - $^|ssh -X [email protected] -- upload --product pbs --dist buster

debian/control

+8-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,17 @@ Package: pmg-i18n
1010
Architecture: all
1111
Depends:
1212
Description: Internationalization support for Proxmox Mail Gateway
13-
This package provides the translations into all available languages.
13+
This package provides the translations into all available languages.
14+
15+
Package: pbs-i18n
16+
Architecture: all
17+
Depends:
18+
Description: Internationalization support for Proxmox Backup Server
19+
This package provides the translations into all available languages.
1420

1521
Package: pve-i18n
1622
Architecture: all
1723
Depends:
1824
Description: Internationalization support for Proxmox VE
19-
This package provides the translations into all available languages.
25+
This package provides the translations into all available languages.
2026

proxmox-backup

Submodule proxmox-backup added at 02e47b8

0 commit comments

Comments
 (0)