]> git.proxmox.com Git - proxmox-i18n.git/log
proxmox-i18n.git
5 years agoupdate italian translations
Thomas Lamprecht [Wed, 9 May 2018 09:36:07 +0000 (11:36 +0200)]
update italian translations

5 years agoupdate german translation
Dominik Csapak [Tue, 8 May 2018 09:42:27 +0000 (11:42 +0200)]
update german translation

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
5 years agorun make update
Thomas Lamprecht [Tue, 8 May 2018 06:45:42 +0000 (08:45 +0200)]
run make update

6 years agozh_CN.po fixup an early newline breaking msgmerge
Thomas Lamprecht [Sat, 28 Apr 2018 10:55:45 +0000 (12:55 +0200)]
zh_CN.po fixup an early newline breaking msgmerge

6 years agoupdate chinese translations
Thomas Lamprecht [Sat, 28 Apr 2018 10:47:32 +0000 (12:47 +0200)]
update chinese translations

use improved translations for chinese provided by
天魔 <tianmotrue@163.com>

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
6 years agoupdate french translation
Alexandre Derumier [Thu, 1 Mar 2018 08:06:49 +0000 (09:06 +0100)]
update french translation

6 years agobuildsys fixup
Wolfgang Bumiller [Thu, 25 Jan 2018 12:54:56 +0000 (13:54 +0100)]
buildsys fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
6 years agobump version to 1.0-4
Wolfgang Bumiller [Thu, 25 Jan 2018 12:51:23 +0000 (13:51 +0100)]
bump version to 1.0-4

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
6 years agoupdate translations
Dominik Csapak [Tue, 23 Jan 2018 11:11:30 +0000 (12:11 +0100)]
update translations

included translations from mailegateway 4 and updated german translations

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
6 years agobump version to 1.0-3
Dietmar Maurer [Tue, 23 Jan 2018 09:13:58 +0000 (10:13 +0100)]
bump version to 1.0-3

6 years agobuildsys: refactor building and language initialization
Thomas Lamprecht [Tue, 23 Jan 2018 08:33:11 +0000 (09:33 +0100)]
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>
6 years agobuildsys: call lintian only on the package we built
Thomas Lamprecht [Mon, 22 Jan 2018 12:59:03 +0000 (13:59 +0100)]
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>
6 years agoupdate po files
Dominik Csapak [Mon, 22 Jan 2018 11:21:57 +0000 (12:21 +0100)]
update po files

6 years agocopied po files from pve-manager
Dominik Csapak [Mon, 22 Jan 2018 10:54:16 +0000 (11:54 +0100)]
copied po files from pve-manager

and replace project id with 'proxmox translations'

6 years agodelete old po files
Dominik Csapak [Mon, 22 Jan 2018 10:52:08 +0000 (11:52 +0100)]
delete old po files

6 years agomake only one po file per language
Dominik Csapak [Fri, 19 Jan 2018 11:06:47 +0000 (12:06 +0100)]
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

6 years agoadd missing langs from pve
Dominik Csapak [Mon, 15 Jan 2018 12:43:34 +0000 (13:43 +0100)]
add missing langs from pve

6 years agoupdate .po files
Dietmar Maurer [Thu, 14 Dec 2017 12:50:25 +0000 (13:50 +0100)]
update .po files

6 years agojsgettext.pl: correctly skip gettext function definition
Dietmar Maurer [Thu, 14 Dec 2017 12:44:48 +0000 (13:44 +0100)]
jsgettext.pl: correctly skip gettext function definition

6 years agouse relative paths for submodules
Dietmar Maurer [Thu, 14 Dec 2017 11:52:22 +0000 (12:52 +0100)]
use relative paths for submodules

6 years agobump version to 1.0-2
Dietmar Maurer [Wed, 4 Oct 2017 10:14:22 +0000 (12:14 +0200)]
bump version to 1.0-2

6 years agoDo not add catalog to Proxmox namespace
Dietmar Maurer [Wed, 4 Oct 2017 10:10:40 +0000 (12:10 +0200)]
Do not add catalog to Proxmox namespace

Because that is initialized/reset later.

6 years agouse ssh -X for upload
Dietmar Maurer [Wed, 4 Oct 2017 08:39:14 +0000 (10:39 +0200)]
use ssh -X for upload

6 years agoadd upload targets
Dietmar Maurer [Wed, 4 Oct 2017 08:28:34 +0000 (10:28 +0200)]
add upload targets

6 years agoadd new languages - fr, es, it
Dietmar Maurer [Wed, 4 Oct 2017 08:11:04 +0000 (10:11 +0200)]
add new languages - fr, es, it

6 years agofix submodule url
Dietmar Maurer [Tue, 3 Oct 2017 13:15:19 +0000 (15:15 +0200)]
fix submodule url

6 years agoMakefile: auto initialize submodules
Dietmar Maurer [Tue, 3 Oct 2017 13:11:39 +0000 (15:11 +0200)]
Makefile: auto initialize submodules

6 years agorename source package to proxmox-i18n
Dietmar Maurer [Mon, 2 Oct 2017 11:20:09 +0000 (13:20 +0200)]
rename source package to proxmox-i18n

6 years agoproxmox-widget-toolkit-de.po: added translations from pve-manager
Dietmar Maurer [Mon, 2 Oct 2017 11:10:55 +0000 (13:10 +0200)]
proxmox-widget-toolkit-de.po: added translations from pve-manager

6 years agojsgettext.pl - add option -p to specify Project-Id-Version
Dietmar Maurer [Mon, 2 Oct 2017 10:46:36 +0000 (12:46 +0200)]
jsgettext.pl - add option -p to specify Project-Id-Version

6 years agofix license string
Dietmar Maurer [Mon, 2 Oct 2017 10:30:17 +0000 (12:30 +0200)]
fix license string

6 years agoadd rules to generate files for new languages
Dietmar Maurer [Mon, 2 Oct 2017 10:24:49 +0000 (12:24 +0200)]
add rules to generate files for new languages

6 years agopo2js.pl - skip untranslated entries
Dietmar Maurer [Mon, 2 Oct 2017 10:16:56 +0000 (12:16 +0200)]
po2js.pl - skip untranslated entries

6 years agopo2js.pl: add option -o to specify output filename
Dietmar Maurer [Mon, 2 Oct 2017 10:15:11 +0000 (12:15 +0200)]
po2js.pl: add option -o to specify output filename

6 years agocopied scripts from pve-manager, modified to support proxmox-widget-toolkit
Dietmar Maurer [Mon, 2 Oct 2017 05:31:35 +0000 (07:31 +0200)]
copied scripts from pve-manager, modified to support proxmox-widget-toolkit

6 years agoadd .gitmodules
Dietmar Maurer [Mon, 2 Oct 2017 04:49:20 +0000 (06:49 +0200)]
add .gitmodules