Skip to content

Commit

Permalink
Merge pull request #139 from daniel1901/patch-2
Browse files Browse the repository at this point in the history
Added few more locales
  • Loading branch information
simov committed Nov 22, 2021
2 parents de4d60c + 0e36cce commit 150bf25
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/locales.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,21 @@
"$": "dollar",
"<": "mindre end",
">": "større end"
},
"nb": {
"locale": "Norwegian",
"&": "og"
},
"it": {
"locale": "Italian",
"&": "e"
},
"nl": {
"locale": "Dutch",
"&": "en"
},
"sv": {
"locale": "Swedish",
"&": "och"
}
}

0 comments on commit 150bf25

Please sign in to comment.