-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Would be good to have a localization.json file or similar that can be dynamically referenced in the app and referenced on a per language selection basis ie:
///Json file:
[
{
"en-gb" : {
"welcomeMessage": "Welcome"
},
"de-DE": {
"welcomeMessage": "Willkommen"
}
}
]
///Used in the components/pages as:
import strings from './localization.json'
<h1>{strings.welcomeMessage}</h1>
Metadata
Metadata
Assignees
Labels
No labels