-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* better i18n support * better immutable support * upgrade dependencies Fixes #328
- Loading branch information
Showing
165 changed files
with
3,482 additions
and
4,531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
environment: | ||
nodejs_version: "10" | ||
nodejs_version: "11" | ||
|
||
install: | ||
- ps: Install-Product node $env:nodejs_version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,6 @@ coverage/ | |
.coveralls.yml | ||
|
||
# Misc | ||
.awcache/ | ||
node_modules/ | ||
dist/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const NamespacesConsumer = ({ children }: any) => children((k: string) => k, { i18n: {} }); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"header": { | ||
"react": "React", | ||
"dropdown": "Dropdown", | ||
"notfound": "404" | ||
}, | ||
"footer": { | ||
"title": "Footer Content", | ||
"content": "You can use rows and columns here to organize your footer content.", | ||
"links": "Links", | ||
"linkOne": "Link 1", | ||
"linkTwo": "Link 2", | ||
"linkThree": "Link 3", | ||
"linkFour": "Link 4", | ||
"moreLinks": "More Links" | ||
}, | ||
"dropdown": { | ||
"parallax": "Parallax" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"title": "Home Page", | ||
"carousel": { | ||
"focusButtonText": "Focus me!", | ||
"firstPanelTitle": "First Panel", | ||
"secondPanelTitle": "Second Panel", | ||
"thirdPanelTitle": "Third Panel", | ||
"fourthPanelTitle": "Fourth Panel", | ||
"firstPanelDescription": "This is your first panel, try to swipe it!", | ||
"secondPanelDescription": "This is your second panel, try to swipe it!", | ||
"thirdPanelDescription": "This is your third panel, try to swipe it!", | ||
"fourthPanelDescription": "This is your fourth panel, try to swipe it!", | ||
"tooltipText": "Click me! >. <", | ||
"toastText": "I am a toast!" | ||
}, | ||
"pushpin": { | ||
"green": "Green", | ||
"blue": "Blue", | ||
"orange": "Orange", | ||
"red": "Red", | ||
"purple": "Purple", | ||
"cyan": "Cyan", | ||
"linkOne": "Link 1", | ||
"linkTwo": "Link 2" | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"title": "Parallax Page", | ||
"description": "Parallax is an effect where the background content or image in this case, is moved at a different speed than the foreground content while scrolling." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"title": "React Page", | ||
"fetchNote": { | ||
"asyncCalls": "async calls", | ||
"fetchAllNotes": "Fetch All Notes From DB" | ||
}, | ||
"todoLayout": { | ||
"title": "todos", | ||
"todoFooter": { | ||
"all": "All", | ||
"active": "Active", | ||
"completed": "Completed" | ||
}, | ||
"todoInput": { | ||
"addTodo": "Add todo" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"header": { | ||
"react": "React", | ||
"dropdown": "ドロップダウンリスト", | ||
"notfound": "404" | ||
}, | ||
"footer": { | ||
"title": "フッターコンテンツ", | ||
"content": "ここでは行と列を使用してフッターのコンテンツを整理できます。", | ||
"links": "リンク", | ||
"linkOne": "リンク 1", | ||
"linkTwo": "リンク 2", | ||
"linkThree": "リンク 3", | ||
"linkFour": "リンク 4", | ||
"moreLinks": "その他のリンク" | ||
}, | ||
"dropdown": { | ||
"parallax": "視差" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"title": "ホームページ", | ||
"carousel": { | ||
"focusButtonText": "フォーカス!", | ||
"firstPanelTitle": "最初のパネル", | ||
"secondPanelTitle": "第2のパネル", | ||
"thirdPanelTitle": "第3のパネル", | ||
"fourthPanelTitle": "第4のパネル", | ||
"firstPanelDescription": "これはあなたの最初のパネルです、それをスワイプしよう!", | ||
"secondPanelDescription": "これはあなたの第2のパネルです、それをスワイプしよう!", | ||
"thirdPanelDescription": "これはあなたの第3のパネルです、それをスワイプしよう!", | ||
"fourthPanelDescription": "これはあなたの第4のパネルです、それをスワイプしよう!", | ||
"tooltipText": "クリック! >. <", | ||
"toastText": "私はトーストです!" | ||
}, | ||
"pushpin": { | ||
"green": "緑", | ||
"blue": "青", | ||
"orange": "橙", | ||
"red": "赤", | ||
"purple": "紫", | ||
"cyan": "シアン", | ||
"linkOne": "リンク 1", | ||
"linkTwo": "リンク 2" | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"title": "視差ページ", | ||
"description": "Parallax(パララックス)は、この場合のバックグラウンドコンテンツまたは画像がスクロール中にフォアグラウンドコンテンツとは異なる速度で移動される場合の効果です。" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"title": "Reactページ", | ||
"fetchNote": { | ||
"asyncCalls": "非同期関数", | ||
"fetchAllNotes": "DB内のメモを取得する" | ||
}, | ||
"todoLayout": { | ||
"title": "todoリスト", | ||
"todoFooter": { | ||
"all": "全部", | ||
"active": "アクティブ", | ||
"completed": "完成した" | ||
}, | ||
"todoInput": { | ||
"addTodo": "追加する" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"header": { | ||
"react": "React", | ||
"dropdown": "下拉列表", | ||
"notfound": "404" | ||
}, | ||
"footer": { | ||
"title": "页脚内容", | ||
"content": "你可以在这里使用行或者列来编辑的页脚内容.", | ||
"links": "链接", | ||
"linkOne": "链接 1", | ||
"linkTwo": "链接 2", | ||
"linkThree": "链接 3", | ||
"linkFour": "链接 4", | ||
"moreLinks": "更多链接" | ||
}, | ||
"dropdown": { | ||
"parallax": "视差" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"title": "首页", | ||
"carousel": { | ||
"focusButtonText": "看我看我!", | ||
"firstPanelTitle": "第一个面板", | ||
"secondPanelTitle": "第二个面板", | ||
"thirdPanelTitle": "第三个面板", | ||
"fourthPanelTitle": "第四个面板", | ||
"firstPanelDescription": "这是你的第一个面板,试试左右滑动它!", | ||
"secondPanelDescription": "这是你的第二个面板,试试左右滑动它!", | ||
"thirdPanelDescription": "这是你的第三个面板,试试左右滑动它!", | ||
"fourthPanelDescription": "这是你的第四个面板,试试左右滑动它!", | ||
"tooltipText": "戳我! >. <", | ||
"toastText": "哇我是一个toast!" | ||
}, | ||
"pushpin": { | ||
"green": "绿色", | ||
"blue": "蓝色", | ||
"orange": "橘色", | ||
"red": "红色", | ||
"purple": "紫色", | ||
"cyan": "青色", | ||
"linkOne": "链接 1", | ||
"linkTwo": "链接 2" | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"title": "视差页面", | ||
"description": "Parallax(视差) 是指一种背景内容或图像在滚动时以与前景内容不同的速度移动的效果。" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"title": "React页面", | ||
"fetchNote": { | ||
"asyncCalls": "异步函数", | ||
"fetchAllNotes": "获取数据库所有笔记" | ||
}, | ||
"todoLayout": { | ||
"title": "待办事项", | ||
"todoFooter": { | ||
"all": "全部", | ||
"active": "待办", | ||
"completed": "已完成" | ||
}, | ||
"todoInput": { | ||
"addTodo": "添加待办事项" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.