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/d44d4b76 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d44d4b76 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d44d4b76 Branch: refs/heads/ui-plugins Commit: d44d4b76e7893485c4f91d75f39677f81cad78d7 Parents: bdb904c Author: Pranav Saxena <[email protected]> Authored: Thu Feb 7 10:41:51 2013 +0530 Committer: Pranav Saxena <[email protected]> Committed: Thu Feb 7 10:41:51 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/d44d4b76/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/d44d4b76/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>
