Skip to content

Commit

Permalink
chore: Translation setup for: Swedish, Finnish, Dutch and Hindi (node…
Browse files Browse the repository at this point in the history
…js#6531)

* chore: Translation setup for: Swedish, Finnish, Dutch and Hindi

* fix whitespace

Signed-off-by: Brian Muenzenmeyer <[email protected]>

---------

Signed-off-by: Mateusz Stolarczyk <[email protected]>
Signed-off-by: Brian Muenzenmeyer <[email protected]>
Co-authored-by: Brian Muenzenmeyer <[email protected]>
  • Loading branch information
MateuszS0 and bmuenzenmeyer authored Jun 15, 2024
1 parent 158d1dc commit b6c553d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions i18n/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@
"enabled": false,
"default": false
},
{
"code": "fi",
"localName": "Suomi",
"name": "Finnish",
"langDir": "ltr",
"dateFormat": "DD.MM.YYYY",
"hrefLang": "fi",
"enabled": false,
"default": false
},
{
"code": "fr",
"localName": "Français",
Expand Down Expand Up @@ -159,6 +169,16 @@
"enabled": false,
"default": false
},
{
"code": "nl",
"localName": "Nederlands",
"name": "Dutch",
"langDir": "ltr",
"dateFormat": "DD-MM-YYYY",
"hrefLang": "nl",
"enabled": false,
"default": false
},
{
"code": "pl",
"localName": "Polski",
Expand Down

0 comments on commit b6c553d

Please sign in to comment.