Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Massive overhaul of locale translation system and addition of German,…
Browse files Browse the repository at this point in the history
… Russian and Ukrainian
  • Loading branch information
dschissler committed Nov 10, 2014
1 parent d3f4e84 commit 9b67eb6
Show file tree
Hide file tree
Showing 23 changed files with 2,984 additions and 454 deletions.
8 changes: 8 additions & 0 deletions app/locale/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"default": "en_US",
"map": {
"en": "en_US",
"ru": "ru_RU",
"de": "de_DE"
}
}
Loading

0 comments on commit 9b67eb6

Please sign in to comment.