update translation files (use www/manager6 sources)
This commit is contained in:
parent
207fea4d9b
commit
4b1e5d16fd
@ -6,7 +6,7 @@ all: $(patsubst %, pve-lang-%.js, $(LINGUAS))
|
|||||||
|
|
||||||
.PHONY: update-po
|
.PHONY: update-po
|
||||||
update-po:
|
update-po:
|
||||||
./jsgettext.pl ../www/manager
|
./jsgettext.pl ../www/manager6
|
||||||
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
|
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
|
||||||
|
|
||||||
# try to generate po files when someone add a new language
|
# try to generate po files when someone add a new language
|
||||||
|
@ -24,9 +24,9 @@ my $filename = "messages.pot";
|
|||||||
|
|
||||||
my $header = <<__EOD;
|
my $header = <<__EOD;
|
||||||
SOME DESCRIPTIVE TITLE.
|
SOME DESCRIPTIVE TITLE.
|
||||||
Copyright (C) 2011-2015 Proxmox Server Solutions GmbH
|
Copyright (C) 2011-2016 Proxmox Server Solutions GmbH
|
||||||
This file is distributed under the same license as the pve-manager package.
|
This file is distributed under the same license as the pve-manager package.
|
||||||
Proxmox Support Team <support\@proxmox.com>, 2015.
|
Proxmox Support Team <support\@proxmox.com>, 2016.
|
||||||
__EOD
|
__EOD
|
||||||
|
|
||||||
my $ctime = scalar localtime;
|
my $ctime = scalar localtime;
|
||||||
|
1080
po/messages.pot
1080
po/messages.pot
File diff suppressed because it is too large
Load Diff
2204
po/pt_BR.po
2204
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
2199
po/zh_CN.po
2199
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user