From faea6c1172e66eb6c1530313b1fcf2b17c4cbb33 Mon Sep 17 00:00:00 2001 From: Map Date: Fri, 6 Jun 2025 02:35:51 -0500 Subject: [PATCH 1/3] test commit --- game/TESTCOMMIT.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 game/TESTCOMMIT.txt diff --git a/game/TESTCOMMIT.txt b/game/TESTCOMMIT.txt new file mode 100644 index 0000000..69c42ee --- /dev/null +++ b/game/TESTCOMMIT.txt @@ -0,0 +1 @@ +WORK GODDAMNIT \ No newline at end of file From f32cdea074857afa9a61c271e2f0bbc0450528c9 Mon Sep 17 00:00:00 2001 From: Map Date: Fri, 6 Jun 2025 02:39:32 -0500 Subject: [PATCH 2/3] undo test commit --- game/TESTCOMMIT.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 game/TESTCOMMIT.txt diff --git a/game/TESTCOMMIT.txt b/game/TESTCOMMIT.txt deleted file mode 100644 index 69c42ee..0000000 --- a/game/TESTCOMMIT.txt +++ /dev/null @@ -1 +0,0 @@ -WORK GODDAMNIT \ No newline at end of file From cdf15441dc2690bc498d328ed28dbf64e30a5e31 Mon Sep 17 00:00:00 2001 From: Map Date: Sat, 7 Jun 2025 17:51:28 -0500 Subject: [PATCH 3/3] 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.