mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Enabling Korean Translation on the CloudStack UI
This commit is contained in:
parent
bdb904c125
commit
d44d4b76e7
@ -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" />',
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user