Skip to content

Commit

Permalink
chore: add example dir
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Sep 5, 2019
1 parent 9265d73 commit d7cc3ac
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
lib
example/i18n
dist
.eslintcache
Empty file added example/i18n/.keep
Empty file.
10 changes: 10 additions & 0 deletions example/i18n/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"a": {
"hello": "hello",
"world": "world"
},
"App": {
"hello": "Hello Button",
"submit": "Submit Button"
}
}
10 changes: 10 additions & 0 deletions example/i18n/ja.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"a": {
"hello": "",
"world": ""
},
"App": {
"hello": "",
"submit": ""
}
}

0 comments on commit d7cc3ac

Please sign in to comment.