aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-08-11 05:49:54 +0000
committerKenny Root <kenny@the-b.org>2009-08-11 05:49:54 +0000
commitdc44bd9a710d86b2728f46be8a1f962e74c662d0 (patch)
tree5599d47bbf52c44528ea250d670b5bede67d8b27 /build.xml
parente04c843239dd3fe688d8e46c736940dac6d02f64 (diff)
downloadconnectbot-dc44bd9a710d86b2728f46be8a1f962e74c662d0.tar.gz
connectbot-dc44bd9a710d86b2728f46be8a1f962e74c662d0.tar.bz2
connectbot-dc44bd9a710d86b2728f46be8a1f962e74c662d0.zip
Update translations
Split out things that shouldn't be translated into a separate file. Update the build.xml to change the version string in notrans.xml instead. Add Finnish and Vietnamese. Update other languages. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@384 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index fd645d7..562beff 100644
--- a/build.xml
+++ b/build.xml
@@ -318,7 +318,7 @@
</target>
<target name="update-version" description="Updates the Version.java file with current SVN revision">
- <echo>Updating strings.xml with SVN revision and build date...</echo>
+ <echo>Updating resources with SVN revision and build date...</echo>
<property name="revision" value="HEAD"/>
<tstamp>
<format property="build.date" pattern="yyyy.MM.dd" />
@@ -342,7 +342,7 @@
<delete file="svnlog.out"/>
- <replaceregexp file="${resource-folder}/values/strings.xml" encoding="utf8" match='(\x3Cstring name="msg_version">)[^\x3C]*(\x3C/string>)'
+ <replaceregexp file="${resource-folder}/values/notrans.xml" encoding="utf8" match='(\x3Cstring name="msg_version">)[^\x3C]*(\x3C/string>)'
replace='\1${ant.project.name} ${manifest.android:versionName} (r${Revision} ${build.date})\2' />
<echo>Updated "msg_version" to: ${ant.project.name} ${manifest.android:versionName} (r${Revision} ${build.date})</echo>