Skip to content

Commit

Permalink
Merge pull request #539 from muhanadali100/patch-2
Browse files Browse the repository at this point in the history
Update streama.translations.js
  • Loading branch information
dularion committed Jan 20, 2018
2 parents 6cadcd0 + d31f429 commit 6047cef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ angular.module('streama.translations', ['pascalprecht.translate'])
})

.run(function ($rootScope) {
$rootScope.availableLanguages = ['en', 'fr', 'es', 'de', 'kr', 'nl', 'pt', 'da', 'ja', 'it'];
$rootScope.availableLanguages = ['en', 'fr', 'es', 'de', 'kr', 'nl', 'pt', 'da', 'ja', 'it', 'ar'];
});

0 comments on commit 6047cef

Please sign in to comment.