You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/02/07 06:24:46 UTC

git commit: refs/heads/4.1 - Enabling Korean Translation on the CloudStack UI

Updated Branches:
  refs/heads/4.1 624ff03f2 -> 6db11cb7d


Enabling Korean Translation on the CloudStack UI


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6db11cb7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6db11cb7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6db11cb7

Branch: refs/heads/4.1
Commit: 6db11cb7de86048d86d686109284b32fcd218b4f
Parents: 624ff03
Author: Pranav Saxena <pr...@citrix.com>
Authored: Thu Feb 7 10:41:51 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Thu Feb 7 10:49:28 2013 +0530

----------------------------------------------------------------------
 ui/dictionary.jsp |    1 +
 ui/index.jsp      |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6db11cb7/ui/dictionary.jsp
----------------------------------------------------------------------
diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp
index d2cb67f..5081356 100644
--- a/ui/dictionary.jsp
+++ b/ui/dictionary.jsp
@@ -810,6 +810,7 @@ dictionary = {
 'label.lang.chinese': '<fmt:message key="label.lang.chinese" />',
 'label.lang.english': '<fmt:message key="label.lang.english" />',
 'label.lang.japanese': '<fmt:message key="label.lang.japanese" />',
+'label.lang.korean': '<fmt:message key="label.lang.korean" />',
 'label.lang.spanish': '<fmt:message key="label.lang.spanish" />',
 'label.last.disconnected': '<fmt:message key="label.last.disconnected" />',
 'label.last.name': '<fmt:message key="label.last.name" />',

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6db11cb7/ui/index.jsp
----------------------------------------------------------------------
diff --git a/ui/index.jsp b/ui/index.jsp
index 5481da8..fdacd9e 100644
--- a/ui/index.jsp
+++ b/ui/index.jsp
@@ -75,6 +75,7 @@ under the License.
                 <option value="ru_RU"><fmt:message key="label.lang.russian"/></option>
                 <option value="fr_FR"><fmt:message key="label.lang.french"/></option>
                 <option value="pt_BR"><fmt:message key="label.lang.brportugese"/></option>
+                <option value="ko_KR"><fmt:message key="label.lang.korean"/></option>
               </select>
             </div>
           </div>