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 () {
|
||||
return {
|
||||
dir: 'ltr',
|
||||
lang: 'en',
|
||||
lang: 'en-GB',
|
||||
name: 'Lion',
|
||||
description: 'Fundamental white label web components for building your design system',
|
||||
socialLinks: [
|
||||
|
|
|
|||
|
|
@ -14,9 +14,9 @@ export default {
|
|||
simulationSettings: {
|
||||
simulatorUrl: '/simulator/',
|
||||
languages: [
|
||||
{ key: 'en-US', name: 'English (United States)' },
|
||||
{ key: 'en-US', name: 'English (United Kingdom)' },
|
||||
{ key: 'de-DE', name: 'German' },
|
||||
{ key: 'en-GB', name: 'English (United Kingdom)' },
|
||||
{ key: 'en-US', name: 'English (United States)' },
|
||||
{ key: 'nl-NL', name: 'Dutch' },
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue