mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-17 20:11:54 +02:00
add ptBR to index file
This commit is contained in:
@@ -13,6 +13,7 @@ import zh_cn from "./zh_cn.json";
|
||||
import zh_tw from "./zh_tw.json";
|
||||
import fr from "./fr.json";
|
||||
import ta from "./ta.json";
|
||||
import ptBr from "./pt-BR.json";
|
||||
//export const defaultLocale = 'en';
|
||||
|
||||
const messages = {
|
||||
@@ -30,6 +31,7 @@ const messages = {
|
||||
zh_tw: zh_tw[0],
|
||||
fr: fr[0],
|
||||
ta: ta[0],
|
||||
["pt-BR"]: ptBr[0],
|
||||
};
|
||||
|
||||
export default messages;
|
||||
|
Reference in New Issue
Block a user