8000 chore(demo): add app name · NativeScript/plugins@7921d59 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7921d59

Browse files
committed
chore(demo): add app name
1 parent 952b6f5 commit 7921d59

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

apps/demo/src/i18n/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"app.name": "Demo"
3+
}

apps/demo/src/i18n/fr-CA.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"hello": {
33
"world": "Bonjour le monde ! Hello world !"
4-
}
4+
},
5+
"app.name": "Demo"
56
}

apps/demo/src/i18n/fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"hello": {
33
"world": "Bonjour le monde !"
44
},
5-
"not found in en.default": "pas trouvé dans en.default"
5+
"not found in en.default": "pas trouvé dans en.default",
6+
"app.name": "Demo"
67
}

0 commit comments

Comments
 (0)
0