From c890e1f7d3f5cd83025b1d993cedf4990de63897 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 09 Oct 2012 08:01:47 -0400 Subject: [PATCH] Fixed missing translations in Gitblit Manager builds (issue 145) --- build.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/build.xml b/build.xml index b91a968..86b613b 100644 --- a/build.xml +++ b/build.xml @@ -613,7 +613,10 @@ <resource file="${basedir}/resources/commit_divide_16x16.png" /> <resource file="${basedir}/resources/blank.png" /> <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp.properties" /> + <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp_es.properties" /> <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp_ja.properties" /> + <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp_ko.properties" /> + <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp_pl.properties" /> <class name="com.gitblit.client.GitblitManagerLauncher" /> <classfilter> -- Gitblit v1.9.1