From cdf15441dc2690bc498d328ed28dbf64e30a5e31 Mon Sep 17 00:00:00 2001 From: Map Date: Sat, 7 Jun 2025 17:51:28 -0500 Subject: [PATCH] change name of portugues translation to Portugues (BR) to be in line with Wani --- game/src/translation.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/src/translation.rpy b/game/src/translation.rpy index 16de1f8..ec882f3 100644 --- a/game/src/translation.rpy +++ b/game/src/translation.rpy @@ -69,7 +69,7 @@ init python: {'image': 'gui/flag/Rus.png', 'name': 'Русский', 'value': 'ru'}, {'image': 'gui/flag/Poland.png', 'name': 'Polski', 'value': 'pl'}, {'image': 'gui/flag/Italy.png', 'name': 'Italiano', 'value': 'it'}, - {'image': 'gui/flag/Brazil.png', 'name': 'Português', 'value': 'pt_br'} + {'image': 'gui/flag/Brazil.png', 'name': 'Português (BR)', 'value': 'pt_br'} ] #This was done so it would work with whatever amount of languages you wanted, I tried it with up to 200 and it worked nicely.