Skip to content

Commit

Permalink
Merge pull request #84 from JonasPardon/add-locales
Browse files Browse the repository at this point in the history
  • Loading branch information
lostdesign authored Aug 31, 2021
2 parents 3edd165 + 3adf293 commit d5ecaa5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Project Status](https://img.shields.io/badge/🏷-v1.3.4-green)
![Project Status](https://img.shields.io/badge/🏷-v1.3.5-green)

![linked-german-header-linkedin](https://user-images.githubusercontent.com/5164617/123394709-b8b02500-d59f-11eb-9d2a-5d9a133d4659.png)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linked",
"version": "1.3.4",
"version": "1.3.5",
"private": true,
"description": "Link your thoughts to days.",
"author": "André Weller <[email protected]> (https://lost.design/)",
Expand Down
13 changes: 13 additions & 0 deletions src/locales/fr-FR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"title": "Français",
"code": "fr-FR",
"home": {
"calendarWeek": "Semaine"
},
"settings": {
"back": "Retourner",
"title": "Paramètres",
"designMode": "Mode de création",
"language": "Langue"
}
}
13 changes: 13 additions & 0 deletions src/locales/nl-NL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"title": "Nederlands",
"code": "nl-NL",
"home": {
"calendarWeek": "Week"
},
"settings": {
"back": "Terug",
"title": "Instellingen",
"designMode": "Designmodus",
"language": "Taal"
}
}

0 comments on commit d5ecaa5

Please sign in to comment.