feat: add pt-BR to languages menu
This commit is contained in:

committed by
fernandoporazzi

parent
8a3133af70
commit
a6cb5ddace
@ -59,6 +59,9 @@ const getMessages = (locale: string) => {
|
|||||||
case "th-TH":
|
case "th-TH":
|
||||||
case "th":
|
case "th":
|
||||||
return (await import("translations/th_TH.json")).default;
|
return (await import("translations/th_TH.json")).default;
|
||||||
|
case "pt-BR":
|
||||||
|
case "pt":
|
||||||
|
return (await import("translations/pt_BR.json")).default;
|
||||||
case DefaultLocale:
|
case DefaultLocale:
|
||||||
case "en":
|
case "en":
|
||||||
return enMessages;
|
return enMessages;
|
||||||
|
@ -45,6 +45,8 @@ const Translators = [
|
|||||||
bech32ToHex("npub19jk45jz45gczwfm22y9z69xhaex3nwg47dz84zw096xl6z62amkqj99rv7"), // Pextar - SV
|
bech32ToHex("npub19jk45jz45gczwfm22y9z69xhaex3nwg47dz84zw096xl6z62amkqj99rv7"), // Pextar - SV
|
||||||
|
|
||||||
bech32ToHex("npub1z9n5ktfjrlpyywds9t7ljekr9cm9jjnzs27h702te5fy8p2c4dgs5zvycf"), // Felix - DE
|
bech32ToHex("npub1z9n5ktfjrlpyywds9t7ljekr9cm9jjnzs27h702te5fy8p2c4dgs5zvycf"), // Felix - DE
|
||||||
|
|
||||||
|
bech32ToHex("npub1wh30wunfpkezx5s7edqu9g0s0raeetf5dgthzm0zw7sk8wqygmjqqfljgh"), // Fernando Porazzi - pt-BR
|
||||||
];
|
];
|
||||||
|
|
||||||
export const DonateLNURL = "donate@snort.social";
|
export const DonateLNURL = "donate@snort.social";
|
||||||
|
@ -28,6 +28,7 @@ export const AllLanguageCodes = [
|
|||||||
"ta-IN",
|
"ta-IN",
|
||||||
"fa-IR",
|
"fa-IR",
|
||||||
"th",
|
"th",
|
||||||
|
"pt-BR",
|
||||||
];
|
];
|
||||||
|
|
||||||
const PreferencesPage = () => {
|
const PreferencesPage = () => {
|
||||||
|
Reference in New Issue
Block a user