chore: set correct locale in portal

This commit is contained in:
gvangeest 2022-05-09 13:46:43 +02:00 committed by Thijs Louisse
parent 710e7c3d9e
commit 6c0b0201e6
2 changed files with 3 additions and 3 deletions

View file

@ -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: [

View file

@ -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' },
],
},