Changes between Version 2 and Version 10 of Ticket #6806


Ignore:
Timestamp:
May 25, 2023, 12:01:51 PM (12 months ago)
Author:
Stan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6806

    • Property Keywords timer bug removed
    • Property Component Core engineInternationalization & Localization
    • Property Summary Timer BugIncorrect Translations for timers
  • Ticket #6806 – Description

    v2 v10  
    1 When you play the game with Turkish Language; lobby, ceasefire, relic, wonder and game timer  resets itself every 1 minute and it does not start from minute 0, it starts from minute 1. So it goes from minute 1 to 2 and then again starts from minute 1 during the game.
     1Timers use format string such as `HH:mm:ss` `HH:mm` and `mm:ss`` Those should not be translated but their format might differ betwen countries. E.g. one could write 10:00 for ten minutes remaining, or 10 00 or 10-00. One solution could be to replace the specifier by %hours:%minutes:%seconds allowing only the separator to be changed.
    22
    33
    4 [[Image(tr_timer_bug_in_the_lobby.PNG​, 600px, center)]]