Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Commit a2c4e7c

Browse files
committed
add strings
1 parent 135ffd8 commit a2c4e7c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/assets/locales/en-US.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"it_works": "It works !",
3+
"instructions": "Now, try clicking the button below.",
4+
"next_instructions": "Now, try pressing the Back button of the browser.",
5+
"message": "You just pressed the Back button."
6+
}

src/assets/locales/fr.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"it_works": "Ça marche !",
3+
"instructions": "Cliquez sur le bouton ci-dessous",
4+
"next_instructions": "Ensuite, cliquez sur le bouton retour.",
5+
"message": "Vous venez de cliquer sur le bouton retour."
6+
}

0 commit comments

Comments
 (0)