Browse Source

Update i18n.ts

pull/331/head
spinixster 2 years ago committed by GitHub
parent
commit
07deb1897d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/setup/i18n.ts

3
src/setup/i18n.ts

@ -38,6 +38,9 @@ const locales = { @@ -38,6 +38,9 @@ const locales = {
pirate: {
translation: pirate,
},
vi: {
translation: vi,
},
};
i18n
// pass the i18n instance to react-i18next.

Loading…
Cancel
Save