From 15dcc074a7db2b3dae95c37e7e8625139f0e37da Mon Sep 17 00:00:00 2001 From: Inaiat Henrique <inaiat@gmail.com> Date: Thu, 03 Jan 2013 14:56:20 -0500 Subject: [PATCH] Fixed loading of Brazilian Portuguese translation from *nix server --- docs/04_releases.mkd | 1 + src/com/gitblit/wicket/pages/EmptyRepositoryPage_pt_BR.html | 0 src/com/gitblit/wicket/GitBlitWebApp_pt_BR.properties | 0 3 files changed, 1 insertions(+), 0 deletions(-) diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index a5bdb3e..faec56a 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -7,6 +7,7 @@ #### fixes - Fixed nullpointer when using web.allowForking = true && git.cacheRepositoryList = false (issue 182) +- Fixed loading of Brazilian Portuguese translation from *nix server (github/inaiat) ### Older Releases diff --git a/src/com/gitblit/wicket/GitBlitWebApp_pt_br.properties b/src/com/gitblit/wicket/GitBlitWebApp_pt_BR.properties similarity index 100% rename from src/com/gitblit/wicket/GitBlitWebApp_pt_br.properties rename to src/com/gitblit/wicket/GitBlitWebApp_pt_BR.properties diff --git a/src/com/gitblit/wicket/pages/EmptyRepositoryPage_pt_br.html b/src/com/gitblit/wicket/pages/EmptyRepositoryPage_pt_BR.html similarity index 100% rename from src/com/gitblit/wicket/pages/EmptyRepositoryPage_pt_br.html rename to src/com/gitblit/wicket/pages/EmptyRepositoryPage_pt_BR.html -- Gitblit v1.9.1