Skip to content

Commit

Permalink
Merge pull request #408 from bitfinexcom/staging
Browse files Browse the repository at this point in the history
Release version to master
  • Loading branch information
prdn authored Oct 14, 2024
2 parents ab02a73 + 5fa8637 commit 19addc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bfx-report",
"version": "4.11.0",
"version": "4.11.1",
"description": "Reporting tool",
"main": "worker.js",
"license": "Apache-2.0",
Expand Down
7 changes: 6 additions & 1 deletion workers/loc.api/i18next/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ module.exports = (params) => {

const configs = merge(
{
fallbackLng: 'en',
fallbackLng: {
es: ['es-EM'],
pt: ['pt-BR'],
zh: ['zh-CN'],
default: ['en']
},
ns: Object.values(TRANSLATION_NAMESPACES),
defaultNS: 'email',
preload: [...transPaths.reduce((accum, transPath) => {
Expand Down

0 comments on commit 19addc8

Please sign in to comment.