fix: add namespace array in i18n config

pull/8/head
c-cal 6 years ago
parent 50feb03608
commit fd4f591895
Signed by: watcha
GPG Key ID: 87DD78E7F7A1581D
  1. 1
      src/i18n.js

@ -41,6 +41,7 @@ i18n
// for all options read: https://www.i18next.com/overview/configuration-options
.init({
fallbackLng: "en",
ns: ["common"],
defaultNS: "common",
debug: true,
interpolation: {

Loading…
Cancel
Save