5
0
mirror of git://git.proxmox.com/git/proxmox-i18n.git synced 2024-12-22 21:33:51 +03:00
Commit Graph

184 Commits

Author SHA1 Message Date
Thomas Lamprecht
af73bf6174 run make update 2018-05-08 08:45:42 +02:00
Thomas Lamprecht
065051ef4f zh_CN.po fixup an early newline breaking msgmerge 2018-04-28 12:55:45 +02:00
Thomas Lamprecht
59baa74279 update chinese translations
use improved translations for chinese provided by
天魔 <tianmotrue@163.com>

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-04-28 12:49:08 +02:00
Alexandre Derumier
0d3a41dd20 update french translation 2018-03-02 08:55:17 +01: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
Dominik Csapak
7469fe2f21 update translations
included translations from mailegateway 4 and updated german translations

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-01-23 12:11:30 +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
68afcc27b7 update po files 2018-01-22 13:07:09 +01:00
Dominik Csapak
a496432af7 copied po files from pve-manager
and replace project id with 'proxmox translations'
2018-01-22 13:07:09 +01:00
Dominik Csapak
f63815029a delete old po files 2018-01-22 13:07:09 +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
80b4e26c39 update .po files 2017-12-14 13:50:25 +01:00
Dietmar Maurer
1c53281340 jsgettext.pl: correctly skip gettext function definition 2017-12-14 13:44:48 +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
4a189d3c16 Do not add catalog to Proxmox namespace
Because that is initialized/reset later.
2017-10-04 12:10:40 +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
7b10eae504 fix submodule url 2017-10-03 15:15:19 +02:00
Dietmar Maurer
42d82cd28a Makefile: auto initialize submodules 2017-10-03 15:11:39 +02:00
Dietmar Maurer
b0595f15c8 rename source package to proxmox-i18n 2017-10-02 13:28:04 +02:00
Dietmar Maurer
313dfa3998 proxmox-widget-toolkit-de.po: added translations from pve-manager 2017-10-02 13:10:55 +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
5a4f77170e fix license string 2017-10-02 12:30:17 +02:00
Dietmar Maurer
62c8fdded3 add rules to generate files for new languages 2017-10-02 12:24:49 +02:00
Dietmar Maurer
fe2d4deec1 po2js.pl - skip untranslated entries 2017-10-02 12:16:56 +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
Dietmar Maurer
10aa3b385c add .gitmodules 2017-10-02 06:56:28 +02:00