Merge pull request #408 from LemmyNet/remove_pt_br

Adding pt-BR to other pt instances.
This commit is contained in:
SleeplessOne1917 2024-10-15 16:45:42 -04:00 committed by GitHub
commit 1f1c6fb3f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7030 additions and 788 deletions

View file

@ -433,12 +433,12 @@ export const RECOMMENDED_INSTANCES: RecommendedInstance[] = [
},
{
domain: "lemmy.pt",
languages: ["pt"],
languages: ["pt", "pt-BR"],
topics: [GENERAL],
},
{
domain: "lemmy.eco.br",
languages: ["pt"],
languages: ["pt", "pt-BR"],
topics: [GENERAL],
},
{

File diff suppressed because one or more lines are too long