2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Updated translations from Launchpad

Added updatemo.sh script for updating mo files a bit faster
This commit is contained in:
azammitdcarf
2010-09-30 01:59:59 +00:00
parent 734ad7787e
commit 33dbbf8342
23 changed files with 21852 additions and 9509 deletions
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
+1587 -1498
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+1628 -1539
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+1695 -1609
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
+1740 -1648
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+1708 -1616
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+1688 -1599
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
File diff suppressed because it is too large Load Diff
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
for f in `find ./ -iname *.po`; do
BASE=`basename $f .po`
DIR=`dirname $f`
msgfmt $f -o $DIR/$BASE.mo
done