Skip to content

Commit

Permalink
Merge pull request #953 from muhanadali100/patch-6
Browse files Browse the repository at this point in the history
Fix streama translation
  • Loading branch information
dularion authored Apr 11, 2020
2 parents 790f380 + a7c62c5 commit 7d578dd
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 = ['cn', 'en', 'fr', 'es', 'de', 'kr', 'nl', 'pt', 'da', 'ja', 'it', 'ar', 'ru', 'hu'];
$rootScope.availableLanguages = ['en', 'fr', 'es', 'de', 'kr', 'nl', 'pt', 'da', 'ja', 'it', 'ar', 'ru', 'cn', 'hu'];
});

0 comments on commit 7d578dd

Please sign in to comment.