Skip to content

Commit

Permalink
Implement language switcher
Browse files Browse the repository at this point in the history
Fixes #445.
  • Loading branch information
yvt committed Dec 3, 2016
1 parent ccd365b commit 2be6524
Show file tree
Hide file tree
Showing 15 changed files with 492 additions and 16 deletions.
4 changes: 4 additions & 0 deletions Resources/Locales/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"descriptionEnglish": "German",
"description": "Deutsch"
}
4 changes: 4 additions & 0 deletions Resources/Locales/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"descriptionEnglish": "English",
"description": "English"
}
4 changes: 4 additions & 0 deletions Resources/Locales/ja.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"descriptionEnglish": "Japanese",
"description": "日本語"
}
4 changes: 4 additions & 0 deletions Resources/Locales/ko.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"descriptionEnglish": "Korean",
"description": "한국어"
}
4 changes: 4 additions & 0 deletions Resources/Locales/pl_pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"descriptionEnglish": "Polish",
"description": "Język polski"
}
Loading

0 comments on commit 2be6524

Please sign in to comment.