added scripts for Japanese and French, scripts now call make_po before merging existing translations
This commit is contained in:
parent
214d38571d
commit
0b8ac37cb7
|
@ -6,4 +6,5 @@
|
||||||
|
|
||||||
# This script is run after make_po to merge the existing German translations to messages.po
|
# This script is run after make_po to merge the existing German translations to messages.po
|
||||||
|
|
||||||
|
./make_po
|
||||||
msgmerge -v ../locale/de_DE/LC_MESSAGES/messages.po messages.po -o messages.po
|
msgmerge -v ../locale/de_DE/LC_MESSAGES/messages.po messages.po -o messages.po
|
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/bash
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
# Copyright (C) 2003 Roland Gruber
|
||||||
|
# This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam)
|
||||||
|
|
||||||
|
# This script is run after make_po to merge the existing German translations to messages.po
|
||||||
|
|
||||||
|
./make_po
|
||||||
|
msgmerge -v ../locale/fr_FR/LC_MESSAGES/messages.po messages.po -o messages.po
|
|
@ -6,4 +6,5 @@
|
||||||
|
|
||||||
# This script is run after make_po to merge the existing Hungarian translations to messages.po
|
# This script is run after make_po to merge the existing Hungarian translations to messages.po
|
||||||
|
|
||||||
|
./make_po
|
||||||
msgmerge -v ../locale/hu_HU/LC_MESSAGES/messages.po messages.po -o messages.po
|
msgmerge -v ../locale/hu_HU/LC_MESSAGES/messages.po messages.po -o messages.po
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/bash
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
# Copyright (C) 2004 Roland Gruber
|
||||||
|
# This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam)
|
||||||
|
|
||||||
|
# This script is run after make_po to merge the existing Japanese translations to messages.po
|
||||||
|
|
||||||
|
./make_po
|
||||||
|
msgmerge -v ../locale/ja_JP/LC_MESSAGES/messages.po messages.po -o messages.po
|
Loading…
Reference in New Issue