Skip to content

Commit

Permalink
Merge pull request #1 from siplabs/UI-1016
Browse files Browse the repository at this point in the history
Added Russian language resource files, added Russian support to apps
  • Loading branch information
JRMaitre committed Dec 16, 2014
2 parents 3b9c48b + 935c45f commit 0c0a9b9
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
@@ -9,7 +9,8 @@ define(function(require){

i18n: {
'en-US': { customCss: false },
'fr-FR': { customCss: false }
'fr-FR': { customCss: false },
'ru-RU': { customCss: false }
},

requests: {
3 changes: 3 additions & 0 deletions i18n/ru-RU.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{

}

0 comments on commit 0c0a9b9

Please sign in to comment.