]> git.proxmox.com Git - proxmox-i18n.git/commit - po2js.pl
make only one po file per language
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 19 Jan 2018 11:06:47 +0000 (12:06 +0100)
committerDominik Csapak <d.csapak@proxmox.com>
Mon, 22 Jan 2018 12:07:00 +0000 (13:07 +0100)
commitc1ae7daac3d3697f265227e94388118ece557d03
tree59c5862553a41a59569501dfcd0a52d475aa2945
parente829fe4cfb2626c1770fb64360ccafd42677ebac
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
Makefile
po2js.pl