Skip to content

Commit

Permalink
UI-3110: Add German translation (#75)
Browse files Browse the repository at this point in the history
* Add German translation

* Expose German language as a selectable option
  • Loading branch information
joristirado authored Jul 26, 2018
1 parent d6e7fb5 commit 49bd9f5
Show file tree
Hide file tree
Showing 4 changed files with 1,447 additions and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ define(function(require) {
css: [ 'app' ],

i18n: {
'de-DE': { customCss: false },
'en-US': { customCss: false },
'fr-FR': { customCss: false },
'ru-RU': { customCss: false },
Expand Down
Loading

0 comments on commit 49bd9f5

Please sign in to comment.