Skip to content

Commit

Permalink
Add en fallback language
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Nov 27, 2024
1 parent f8426ef commit fe5032a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workers/loc.api/i18next/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ module.exports = (params) => {
const configs = merge(
{
fallbackLng: {
es: ['es-EM'],
pt: ['pt-BR'],
zh: ['zh-CN'],
es: ['es-EM', 'en'],
pt: ['pt-BR', 'en'],
zh: ['zh-CN', 'en'],
default: ['en']
},
ns: Object.values(TRANSLATION_NAMESPACES),
Expand Down

0 comments on commit fe5032a

Please sign in to comment.