From: James Moger Date: Tue, 9 Oct 2012 12:01:47 +0000 (-0400) Subject: Fixed missing translations in Gitblit Manager builds (issue 145) X-Git-Tag: v1.2.0~174 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c890e1f7d3f5cd83025b1d993cedf4990de63897;p=gitblit.git Fixed missing translations in Gitblit Manager builds (issue 145) --- diff --git a/build.xml b/build.xml index b91a9680..86b613b5 100644 --- a/build.xml +++ b/build.xml @@ -613,7 +613,10 @@ + + + diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index ad7a9930..31c503c0 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -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) - Fixed bug in commit page where changes to a submodule threw a null pointer exception (issue 132) - Fixed bug in the diff view for filenames that have non-ASCII characters (issue 128) +- Fix missing translations in Gitblit Manager (issue 145) #### additions