Skip to content

Commit 78d64b3

Browse files
committed
In the "Diary_Slim", in its root class, I have made the following changes:
I have improved how the "Create_External_Statistics" method imports the external modules. Now, modules with external statistics are only imported if their "Years" dictionary is empty and ready to be filled. This way, the Diary Slim module runs as fast as it did before the external statistics were created. In the "GamePlayer" module, I have finalized the root "Create_Statistics" method and it is ready to be used by the Diary Slim module.
1 parent 84576fa commit 78d64b3

File tree

12 files changed

+1151
-240
lines changed

12 files changed

+1151
-240
lines changed

Module files/Diary_Slim/Texts.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,9 @@
114114
"choose_the_action": {
115115
"en": "Choose the action",
116116
"pt": "Escolha a ação"
117+
},
118+
"external_statistics": {
119+
"en": "External statistics",
120+
"pt": "Estatísticas externas"
117121
}
118122
}

Module files/Food_Time/Times.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"Will be hungry": 3
1111
},
1212
"Ate": {
13-
"Object": "2025-01-29 13:42:05-03:00",
13+
"Object": "2025-01-31 20:59:55-03:00",
1414
"Time": 0,
15-
"Time text": "13:42",
15+
"Time text": "20:59",
1616
"Unit": {
1717
"en": "hours",
1818
"pt": "horas"
@@ -23,9 +23,9 @@
2323
}
2424
},
2525
"Can drink water": {
26-
"Object": "2025-01-29 14:22:05-03:00",
26+
"Object": "2025-01-31 21:39:55-03:00",
2727
"Time": 40,
28-
"Time text": "14:22",
28+
"Time text": "21:39",
2929
"Unit": {
3030
"en": "minutes",
3131
"pt": "minutos"
@@ -36,9 +36,9 @@
3636
}
3737
},
3838
"Will be hungry": {
39-
"Object": "2025-01-29 16:42:05-03:00",
39+
"Object": "2025-01-31 23:59:55-03:00",
4040
"Time": 3,
41-
"Time text": "16:42",
41+
"Time text": "23:59",
4242
"Unit": {
4343
"en": "hours",
4444
"pt": "horas"

Module files/Stories/Texts.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@
152152
"en": "wrote",
153153
"pt": "escrevi"
154154
},
155+
"Done plural": {
156+
"en": "written",
157+
"pt": "escritos"
158+
},
155159
"Chapter": {
156160
"en": "written",
157161
"pt": "escrito"
@@ -178,6 +182,10 @@
178182
"en": "revised",
179183
"pt": "revisei"
180184
},
185+
"Done plural": {
186+
"en": "revised",
187+
"pt": "revisados"
188+
},
181189
"Chapter": {
182190
"en": "revised",
183191
"pt": "revisado"
@@ -204,6 +212,10 @@
204212
"en": "translated",
205213
"pt": "traduzi"
206214
},
215+
"Done plural": {
216+
"en": "translated",
217+
"pt": "traduzidos"
218+
},
207219
"Chapter": {
208220
"en": "translated",
209221
"pt": "traduzido"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"Testing": false,
3-
"Verbose": false,
2+
"Testing": true,
3+
"Verbose": true,
44
"User information": false,
55
"Has active switches": false
66
}

Module files/Utility/Language/Texts.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,6 +1268,10 @@
12681268
"en": "Watched media",
12691269
"pt": "Mídia assistida"
12701270
},
1271+
"watched_media, type: plural": {
1272+
"en": "Watched media",
1273+
"pt": "Mídias assistidas"
1274+
},
12711275
"media_information": {
12721276
"en": "Media information",
12731277
"pt": "Informações de mídia"
@@ -1926,6 +1930,10 @@
19261930
"en": "Story chapter",
19271931
"pt": "Capítulo de história"
19281932
},
1933+
"story_chapters": {
1934+
"en": "Story chapters",
1935+
"pt": "Capítulos de histórias"
1936+
},
19291937
"portrait, title()": {
19301938
"en": "Portrait",
19311939
"pt": "Retrato"

0 commit comments

Comments
 (0)