Skip to content

Commit 2a8b252

Browse files
committed
In the "Diary_Slim" module, I made the Diary Slim texts define their own statistics, inside each text's folder.
This way it is much more organized and modular, without having to define statistics in the Python module.
1 parent 49b9d96 commit 2a8b252

File tree

7 files changed

+238
-178
lines changed

7 files changed

+238
-178
lines changed

Module files/Food_Time/Times.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"Will be hungry": 3
1111
},
1212
"Ate": {
13-
"Object": "2025-01-04 19:18:31-03:00",
13+
"Object": "2025-01-07 20:24:37-03:00",
1414
"Time": 0,
15-
"Time text": "19:18",
15+
"Time text": "20:24",
1616
"Unit": {
1717
"en": "hours",
1818
"pt": "horas"
@@ -23,9 +23,9 @@
2323
}
2424
},
2525
"Can drink water": {
26-
"Object": "2025-01-04 19:58:31-03:00",
26+
"Object": "2025-01-07 21:04:37-03:00",
2727
"Time": 40,
28-
"Time text": "19:58",
28+
"Time text": "21:04",
2929
"Unit": {
3030
"en": "minutes",
3131
"pt": "minutos"
@@ -36,9 +36,9 @@
3636
}
3737
},
3838
"Will be hungry": {
39-
"Object": "2025-01-04 22:18:31-03:00",
39+
"Object": "2025-01-07 23:24:37-03:00",
4040
"Time": 3,
41-
"Time text": "22:18",
41+
"Time text": "23:24",
4242
"Unit": {
4343
"en": "hours",
4444
"pt": "horas"

Module files/GamePlayer/Texts.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
"pt": "Pressione Enter quando você terminar de jogar o jogo"
8989
},
9090
"i_played_the_{}_game_called_{}_for_{}": {
91-
"en": "I played the \"{}\" game called \"{}\" for {}",
92-
"pt": "Eu joguei o jogo de \"{}\" chamado \"{}\" por {}"
91+
"en": "I played the {} game called \"{}\" for {}",
92+
"pt": "Eu joguei o jogo de {} chamado \"{}\" por {}"
9393
},
9494
"when_you_finished_playing": {
9595
"en": "When you finished playing",

Module files/Utility/Language/Texts.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -2195,7 +2195,7 @@
21952195
},
21962196
"times_i_washed_my_clothes": {
21972197
"en": "Times I washed my clothes",
2198-
"pt": "Vezes que lavei minhas roupa"
2198+
"pt": "Vezes que lavei minhas roupas"
21992199
},
22002200
"drawings_made": {
22012201
"en": "Drawings made",
@@ -2221,6 +2221,10 @@
22212221
"en": "Visits of",
22222222
"pt": "Visitas de"
22232223
},
2224+
"times_i_worked_on": {
2225+
"en": "Times I worked on",
2226+
"pt": "Vezes que trabalhei no"
2227+
},
22242228
"genders, type: dict": {
22252229
"en": {
22262230
"masculine": {

0 commit comments

Comments
 (0)