Skip to content

Commit

Permalink
changed fallbackLng to en from es to address issue #896
Browse files Browse the repository at this point in the history
  • Loading branch information
sisir-umich committed Nov 8, 2022
1 parent 15d4eb6 commit c90a5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function getLanguageName(code)
return languages[code];
}

const fallbackLng = 'es';
const fallbackLng = 'en';
const namespace = 'translation';

export {
Expand Down

0 comments on commit c90a5db

Please sign in to comment.