Skip to content

Commit

Permalink
demo: Added new localizations to list
Browse files Browse the repository at this point in the history
  • Loading branch information
edcarroll committed Aug 20, 2017
1 parent 5739d86 commit f83f7c3
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ const supportedLanguages:ISupportedLanguage[] = [
{
name: "Hebrew",
code: "he"
},
{
name: "Dutch",
code: "nl"
},
{
name: "Georgian",
code: "ge"
}
];

Expand Down

0 comments on commit f83f7c3

Please sign in to comment.