Skip to content

Commit af9a9b9

Browse files
add ptBR to index file
1 parent b107f05 commit af9a9b9

File tree

1 file changed

+2
-0
lines changed
  • quiz-app/src/assets/translations

1 file changed

+2
-0
lines changed

quiz-app/src/assets/translations/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import zh_cn from "./zh_cn.json";
1313
import zh_tw from "./zh_tw.json";
1414
import fr from "./fr.json";
1515
import ta from "./ta.json";
16+
import ptBr from "./pt-BR.json";
1617
//export const defaultLocale = 'en';
1718

1819
const messages = {
@@ -30,6 +31,7 @@ const messages = {
3031
zh_tw: zh_tw[0],
3132
fr: fr[0],
3233
ta: ta[0],
34+
["pt-BR"]: ptBr[0],
3335
};
3436

3537
export default messages;

0 commit comments

Comments
 (0)