chore: set correct locale in portal
This commit is contained in:
parent
710e7c3d9e
commit
6c0b0201e6
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
module.exports = async function () {
|
module.exports = async function () {
|
||||||
return {
|
return {
|
||||||
dir: 'ltr',
|
dir: 'ltr',
|
||||||
lang: 'en',
|
lang: 'en-GB',
|
||||||
name: 'Lion',
|
name: 'Lion',
|
||||||
description: 'Fundamental white label web components for building your design system',
|
description: 'Fundamental white label web components for building your design system',
|
||||||
socialLinks: [
|
socialLinks: [
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,9 @@ export default {
|
||||||
simulationSettings: {
|
simulationSettings: {
|
||||||
simulatorUrl: '/simulator/',
|
simulatorUrl: '/simulator/',
|
||||||
languages: [
|
languages: [
|
||||||
{ key: 'en-US', name: 'English (United States)' },
|
|
||||||
{ key: 'en-US', name: 'English (United Kingdom)' },
|
|
||||||
{ key: 'de-DE', name: 'German' },
|
{ key: 'de-DE', name: 'German' },
|
||||||
|
{ key: 'en-GB', name: 'English (United Kingdom)' },
|
||||||
|
{ key: 'en-US', name: 'English (United States)' },
|
||||||
{ key: 'nl-NL', name: 'Dutch' },
|
{ key: 'nl-NL', name: 'Dutch' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue