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

21 Commits

Author SHA1 Message Date
Dietmar Maurer
d3abac2dba bump version to 1.0-7 2018-08-17 09:26:59 +02:00
Thomas Lamprecht
ebc53f54ce bump version to 1.0-6 2018-06-01 11:06:00 +02:00
Thomas Lamprecht
e0cc1a7473 add traditional chinese translations 2018-06-01 10:55:26 +02:00
Thomas Lamprecht
b6a1551986 bump version to 1.0-5 2018-05-09 14:46:12 +02:00
Wolfgang Bumiller
4ee74b5e8d buildsys fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-01-25 13:54:56 +01:00
Wolfgang Bumiller
04676d366b bump version to 1.0-4
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-01-25 13:51:23 +01:00
Dietmar Maurer
6a538f952c bump version to 1.0-3 2018-01-23 10:13:58 +01:00
Thomas Lamprecht
ee60f2d827 buildsys: refactor building and language initialization
rsync everything in a temporary build directory and let buildpackage
handle the rest.

Has the advantage that both packages can be assembled in one
buildpackage run, whereas previous it was called twice.
Further, we can omit the do `make install` manually before calling
dpkg-buildpackage and use .SECONDARY so that make keeps the files.

It's not used anywhere else in our build systems and not really
needed.

If a new language gets added just run:
make init-XY.po

This won't happen that often, so an auto create has not a real use,
especially as the .po file must then be edited anyway.
Also we now can reuse the new 'messages.pot' target in the 'update'
target and a strict separation between initialising a new language
and updating a existing one seems reasonable.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-01-23 10:05:59 +01:00
Thomas Lamprecht
e063b1cc9b buildsys: call lintian only on the package we built
Else we call lintian on both packages twice.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-01-22 14:00:05 +01:00
Dominik Csapak
c1ae7daac3 make only one po file per language
instead of creating a po file per source package
(that are: pmg-gui, proxmox-widget-toolkit and pve-manager),
but combine the messages from them and create one
po file per language.

to not include unneeded strings in the (pve|pmg)-lang-*.js files,
we use the references value in po2js.pl to filter out unwanted strings

also include a git submodule update in the 'update' target, so that
we get the newest version when updating the po file
2018-01-22 13:07:00 +01:00
Dominik Csapak
e829fe4cfb add missing langs from pve 2018-01-15 13:43:34 +01:00
Dietmar Maurer
80273b3088 use relative paths for submodules 2017-12-14 13:21:05 +01:00
Dietmar Maurer
f6d19e5a1f bump version to 1.0-2 2017-10-04 12:14:22 +02:00
Dietmar Maurer
ded3002ec3 use ssh -X for upload 2017-10-04 10:39:14 +02:00
Dietmar Maurer
cbc629cecc add upload targets 2017-10-04 10:28:34 +02:00
Dietmar Maurer
03577a2a96 add new languages - fr, es, it 2017-10-04 10:22:54 +02:00
Dietmar Maurer
42d82cd28a Makefile: auto initialize submodules 2017-10-03 15:11:39 +02:00
Dietmar Maurer
1bddddef4a jsgettext.pl - add option -p to specify Project-Id-Version 2017-10-02 12:46:36 +02:00
Dietmar Maurer
62c8fdded3 add rules to generate files for new languages 2017-10-02 12:24:49 +02:00
Dietmar Maurer
9ce3f62e04 po2js.pl: add option -o to specify output filename 2017-10-02 12:15:11 +02:00
Dietmar Maurer
3f7b114386 copied scripts from pve-manager, modified to support proxmox-widget-toolkit 2017-10-02 11:34:43 +02:00