diff options
author | James Moger <james.moger@gitblit.com> | 2012-10-09 08:01:47 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-10-09 08:01:47 -0400 |
commit | c890e1f7d3f5cd83025b1d993cedf4990de63897 (patch) | |
tree | dba006bfcf04193c7b86558963a38a22c7922317 | |
parent | cbf1c9276d452e7d09169d19c2aca4ff33e16619 (diff) | |
download | gitblit-c890e1f7d3f5cd83025b1d993cedf4990de63897.tar.gz gitblit-c890e1f7d3f5cd83025b1d993cedf4990de63897.zip |
Fixed missing translations in Gitblit Manager builds (issue 145)
-rw-r--r-- | build.xml | 3 | ||||
-rw-r--r-- | docs/04_releases.mkd | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -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>
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
|