Skip to content

Commit

Permalink
update locale resources
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardssh authored Nov 12, 2023
1 parent a154d43 commit ecbbcc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Farsi from "./translations/fa";
import Filipino from "./translations/fil";
import Italian from "./translations/it";
import France from "./translations/fr";
import Romanian from "./translations/ro";

i18n.use(initReactI18next).init({
// we init with resources
Expand All @@ -28,6 +29,9 @@ i18n.use(initReactI18next).init({
fr: {
translations: France,
},
ro: {
translations: Romanian,
}
},
fallbackLng: "en",
debug: true,
Expand Down

0 comments on commit ecbbcc7

Please sign in to comment.