[gcompris] [Bug 502833] Some strings keep previous language after changing language

2025-04-25 Thread Jazeix Johnny
https://bugs.kde.org/show_bug.cgi?id=502833

Jazeix Johnny  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/educ |https://invent.kde.org/educ
   |ation/gcompris/-/commit/153 |ation/gcompris/-/commit/03f
   |4a7bf4e1af96a9428fa735403bb |47375a98e6dd8ca97fa5ad82aad
   |8ccb48b4d5  |4197e76d45

--- Comment #4 from Jazeix Johnny  ---
Git commit 03f47375a98e6dd8ca97fa5ad82aad4197e76d45 by Johnny Jazeix.
Committed on 25/04/2025 at 08:47.
Pushed by jjazeix into branch 'KDE/25.0'.

core, rework Tutorial to have a ListModel for translations

M  +35   -1src/activities/binary_bulb/BinaryBulb.qml
M  +0-34   src/activities/binary_bulb/binary_bulb.js
M  +16   -1src/activities/grammar_analysis/GrammarAnalysis.qml
M  +0-23   src/activities/grammar_analysis/grammar_analysis.js
M  +6-0src/activities/grammar_classes/GrammarClasses.qml
M  +12   -4src/activities/learn_decimals/Learn_decimals.qml
M  +0-52   src/activities/learn_decimals/learn_decimals.js
M  +16   -0   
src/activities/learn_decimals_additions/Learn_decimals_additions.qml
M  +16   -0   
src/activities/learn_decimals_subtractions/Learn_decimals_subtractions.qml
M  +12   -0src/activities/learn_quantities/Learn_quantities.qml
M  +24   -1src/activities/nine_men_morris/NineMenMorris.qml
M  +0-22   src/activities/nine_men_morris/nine_men_morris.js
M  +35   -37   src/activities/numbers-odd-even/NumbersOddEven.qml
M  +1-1src/activities/planegame/Planegame.qml
M  +49   -8src/activities/programmingMaze/ProgrammingMaze.qml
M  +0-36   src/activities/programmingMaze/programmingMaze.js
M  +6-7src/core/Tutorial.qml

https://invent.kde.org/education/gcompris/-/commit/03f47375a98e6dd8ca97fa5ad82aad4197e76d45

-- 
You are receiving this mail because:
You are watching all bug changes.

[gcompris] [Bug 502833] Some strings keep previous language after changing language

2025-04-18 Thread Jazeix Johnny
https://bugs.kde.org/show_bug.cgi?id=502833

Jazeix Johnny  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/educ
   ||ation/gcompris/-/commit/153
   ||4a7bf4e1af96a9428fa735403bb
   ||8ccb48b4d5

--- Comment #3 from Jazeix Johnny  ---
Git commit 1534a7bf4e1af96a9428fa735403bb8ccb48b4d5 by Johnny Jazeix.
Committed on 17/04/2025 at 18:49.
Pushed by jjazeix into branch 'master'.

core, rework Tutorial to have a ListModel for translations

M  +35   -1src/activities/binary_bulb/BinaryBulb.qml
M  +0-34   src/activities/binary_bulb/binary_bulb.js
M  +16   -1src/activities/grammar_analysis/GrammarAnalysis.qml
M  +0-23   src/activities/grammar_analysis/grammar_analysis.js
M  +6-0src/activities/grammar_classes/GrammarClasses.qml
M  +12   -4src/activities/learn_decimals/Learn_decimals.qml
M  +0-52   src/activities/learn_decimals/learn_decimals.js
M  +16   -0   
src/activities/learn_decimals_additions/Learn_decimals_additions.qml
M  +16   -0   
src/activities/learn_decimals_subtractions/Learn_decimals_subtractions.qml
M  +12   -0src/activities/learn_quantities/Learn_quantities.qml
M  +24   -1src/activities/nine_men_morris/NineMenMorris.qml
M  +0-22   src/activities/nine_men_morris/nine_men_morris.js
M  +35   -37   src/activities/numbers-odd-even/NumbersOddEven.qml
M  +1-1src/activities/planegame/Planegame.qml
M  +49   -8src/activities/programmingMaze/ProgrammingMaze.qml
M  +0-36   src/activities/programmingMaze/programmingMaze.js
M  +6-7src/core/Tutorial.qml

https://invent.kde.org/education/gcompris/-/commit/1534a7bf4e1af96a9428fa735403bb8ccb48b4d5

-- 
You are receiving this mail because:
You are watching all bug changes.

[gcompris] [Bug 502833] Some strings keep previous language after changing language

2025-04-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=502833

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/education/gcompris/-/merge_requests/247

-- 
You are receiving this mail because:
You are watching all bug changes.

[gcompris] [Bug 502833] Some strings keep previous language after changing language

2025-04-15 Thread Jazeix Johnny
https://bugs.kde.org/show_bug.cgi?id=502833

Jazeix Johnny  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Jazeix Johnny  ---
Thanks for reporting.

It seems to affect all the Tutorial. One fix would be to change the array of
instructions to a ListModel everywhere, I'll work on it in the coming days.

Then, we'll need to look for other strings that are in arrays :/

-- 
You are receiving this mail because:
You are watching all bug changes.