]> source.dussan.org Git - gitblit.git/commitdiff
Fixed missing translations in Gitblit Manager builds (issue 145)
authorJames Moger <james.moger@gitblit.com>
Tue, 9 Oct 2012 12:01:47 +0000 (08:01 -0400)
committerJames Moger <james.moger@gitblit.com>
Tue, 9 Oct 2012 12:01:47 +0000 (08:01 -0400)
build.xml
docs/04_releases.mkd

index b91a9680d4e6f5d10646b575895ac514b6e9960d..86b613b5638f1fcc51658aeaedff0b1e65845df1 100644 (file)
--- a/build.xml
+++ b/build.xml
                        <resource file="${basedir}/resources/commit_divide_16x16.png" />\r
                        <resource file="${basedir}/resources/blank.png" />\r
                        <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp.properties" />\r
+                       <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp_es.properties" />\r
                        <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp_ja.properties" />\r
+                       <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp_ko.properties" />\r
+                       <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp_pl.properties" />\r
 \r
                        <class name="com.gitblit.client.GitblitManagerLauncher" />\r
                        <classfilter>\r
index ad7a993037921c0f40fa601aaa803448a925c588..31c503c059b2a6e66dd6e1cf931eecff24a5c34a 100644 (file)
@@ -17,6 +17,7 @@ If you are updating from an earlier release AND you have indexed branches with t
 - Fixed connection leak in LDAPUserService (issue 139)\r
 - Fixed bug in commit page where changes to a submodule threw a null pointer exception (issue 132)\r
 - Fixed bug in the diff view for filenames that have non-ASCII characters (issue 128)\r
+- Fix missing translations in Gitblit Manager (issue 145)\r
 \r
 #### additions\r
 \r