Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #885 from LiskHQ/884-i18n
Browse files Browse the repository at this point in the history
Replace dot separators and remove unnecessary code - Closes #884
  • Loading branch information
gina contrino authored Oct 18, 2017
2 parents 83c07ad + 2b3804a commit c0d761a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ i18n
defaultNS: 'common',
saveMissing: true,
debug: false,
}, (err, t) => {
t('key');
// initialized and ready to go!
console.log(`Current language used: ${i18n.language}`); //eslint-disable-line
keySeparator: '>',
nsSeparator: '|',
});

export default i18n;

0 comments on commit c0d761a

Please sign in to comment.