From: Julie Pichon Date: Thu, 6 Apr 2017 10:19:52 +0000 (+0100) Subject: Adjust UI manifest (language list) X-Git-Tag: opnfv-6.0.0~255^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=12de93c2f502ee822256f77c8f86399113c0e5e3;p=apex-puppet-tripleo.git 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 --- diff --git a/manifests/ui.pp b/manifests/ui.pp index d810b5d..b2ed178 100644 --- a/manifests/ui.pp +++ b/manifests/ui.pp @@ -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',