Skip to content

Commit de04026

Browse files
committed
On the "Years" module, I improved its "Create_Year_Summary" class.
I fixed it and improved the generation of the year summary a lot. I also improved how the class gets the data of the imported modules, like "Tasks", "GamePlayer", and "Watch_History". Now each module can format its data the way it wants, and can define a list of numbers to be used on the year summary. I also removed mixed language texts and folders, and improved language variables.
1 parent b0d0b60 commit de04026

File tree

25 files changed

+1398
-669
lines changed

25 files changed

+1398
-669
lines changed

Module Files/Christmas/Texts.json

-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"en": "Christmas",
44
"pt": "Natal"
55
},
6-
"christmas, title(), en - pt": "Christmas - Natal",
76
"planning, title()": {
87
"en": "Planning",
98
"pt": "Planejamento"
@@ -72,7 +71,6 @@
7271
"en": "Watch",
7372
"pt": "Assistir"
7473
},
75-
"watch, title(), en - pt": "Watch - Assistir",
7674
"eat": {
7775
"en": "eat",
7876
"pt": "comer"
@@ -125,7 +123,6 @@
125123
"pt": "Seu Natal de {} está concluído, parabéns!",
126124
"en": "Your Christmas of {} is finished, congratulations!"
127125
},
128-
"texts, title(), en - pt": "Texts - Textos",
129126
"list": {
130127
"en": "list",
131128
"pt": "lista"

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": "2023-10-27 11:42:25-03:00",
13+
"Object": "2023-11-02 13:18:28-03:00",
1414
"Time": 0,
15-
"Time text": "11:42",
15+
"Time text": "13:18",
1616
"Unit": {
1717
"en": "hours",
1818
"pt": "horas"
@@ -23,9 +23,9 @@
2323
}
2424
},
2525
"Can drink water": {
26-
"Object": "2023-10-27 12:22:25-03:00",
26+
"Object": "2023-11-02 13:58:28-03:00",
2727
"Time": 40,
28-
"Time text": "12:22",
28+
"Time text": "13:58",
2929
"Unit": {
3030
"en": "minutes",
3131
"pt": "minutos"
@@ -36,9 +36,9 @@
3636
}
3737
},
3838
"Will be hungry": {
39-
"Object": "2023-10-27 14:42:25-03:00",
39+
"Object": "2023-11-02 16:18:28-03:00",
4040
"Time": 3,
41-
"Time text": "14:42",
41+
"Time text": "16:18",
4242
"Unit": {
4343
"en": "hours",
4444
"pt": "horas"

0 commit comments

Comments
 (0)