Skip to content

Commit d7cc3ac

Browse files
committed
chore: add example dir
1 parent 9265d73 commit d7cc3ac

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules
22
lib
3-
example/i18n
43
dist
54
.eslintcache

example/i18n/.keep

Whitespace-only changes.

example/i18n/en.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"a": {
3+
"hello": "hello",
4+
"world": "world"
5+
},
6+
"App": {
7+
"hello": "Hello Button",
8+
"submit": "Submit Button"
9+
}
10+
}

example/i18n/ja.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"a": {
3+
"hello": "",
4+
"world": ""
5+
},
6+
"App": {
7+
"hello": "",
8+
"submit": ""
9+
}
10+
}

0 commit comments

Comments
 (0)