Adjust UI manifest (language list)

tripleo-ui is removing en-GB from the locale list, adjust the manifest
to reflect this change.

Change-Id: If3f6603d703a1af07a7eaab56e47e8b0b90947af
Related-Bug: #1680397
This commit is contained in:
Julie Pichon 2017-04-06 11:19:52 +01:00
parent bd89e21fe8
commit 12de93c2f5
1 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@
# {
# 'de' => 'German',
# 'en' => 'English',
# 'en-GB' => 'British English',
# 'es' => 'Spanish',
# 'ja' => 'Japanese',
# 'ko-KR' => 'Korean',
@ -106,7 +105,6 @@ class tripleo::ui (
$enabled_languages = {
'de' => 'German',
'en' => 'English',
'en-GB' => 'British English',
'es' => 'Spanish',
'ja' => 'Japanese',
'ko-KR' => 'Korean',