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

Commit

Permalink
Replace dot separators and remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gina Contrino committed Oct 18, 2017
1 parent 83c07ad commit 2b3804a
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 2b3804a

Please sign in to comment.