Skip to content

Commit

Permalink
prepare for PR element-hq#4
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed Apr 15, 2017
1 parent 8b8c7f5 commit fb1f7c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/i18n/pt-br_PT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions src/vector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ async function loadApp() {
sdk.setLanguage(localSettingsString.language);
counterpart.registerTranslations('en_EN', require('../i18n/en_EN'));
counterpart.registerTranslations('de_DE', require('../i18n/de_DE'));
counterpart.registerTranslations('pt_BR', require('../i18n/pt-br_PT'));
counterpart.setFallbackLocale('en_EN');
dis.register(onAction);
if (Object.keys(localSettingsString).length === 0) {
Expand Down

0 comments on commit fb1f7c0

Please sign in to comment.