Skip to content

Commit

Permalink
fix: Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelMarcelino committed Oct 13, 2024
1 parent 33876a9 commit ed5e531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i18n/locales/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ptBrTranslations from "./pt-PT";
import enUsTranslations from "./en-US";
import ptBrTranslations from "./pt-pt.js";
import enUsTranslations from "./en-us.js";

export default {
"pt-PT": ptBrTranslations,

0 comments on commit ed5e531

Please sign in to comment.