Add precompiled translation files Add Norwegian translation Add translation update script git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@302 b624d157-de02-0410-bad0-e51aec6abb33master
parent
212f3ac464
commit
a1969ef210
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,17 @@ |
|||||||
|
#!/bin/sh |
||||||
|
|
||||||
|
LUPDATE="" |
||||||
|
|
||||||
|
if [ `which lupdate-qt4` ] ; then |
||||||
|
LUPDATE="`which lupdate-qt4`" |
||||||
|
elif [ `which lupdate` ] ; then |
||||||
|
LUPDATE="`which lupdate`" |
||||||
|
fi |
||||||
|
|
||||||
|
if [ "$LUPDATE" = "" ] ; then |
||||||
|
echo "Error: lupdate / lupdate-qt4 not found." |
||||||
|
exit 1 |
||||||
|
fi |
||||||
|
|
||||||
|
cd `dirname $0`/src |
||||||
|
$LUPDATE src.pro |
Reference in new issue