Skip to content

Commit

Permalink
fix:removed missing.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
tasneem067 authored Feb 11, 2021
1 parent 20e23b3 commit 794412f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/apollo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ const i18nextBackend = require('i18next-fs-backend');
i18next.use(i18nextBackend).use(i18nextMiddleware.LanguageDetector).init({
//debug: true,
backend: {
loadPath: './locales/{{lng}}/razee-resources.json',
addPath: './locales/{{lng}}/{{ns}}.missing.json'
loadPath: './locales/{{lng}}/razee-resources.json'
},
fallbackLng: 'en',
supportedLngs:['en', 'de', 'es', 'fr', 'it', 'ja', 'ko', 'pt-br', 'zh-cn', 'zh-tw'],
Expand Down

0 comments on commit 794412f

Please sign in to comment.