Changes between Initial Version and Version 7 of Ticket #67


Ignore:
Timestamp:
May 7, 2012, 2:29:42 AM (12 years ago)
Author:
Kieran P
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67

    • Property Type taskenhancement
    • Property Milestone AlphaBacklog
  • Ticket #67 – Description

    initial v7  
    1  * i18n - allow conversion from game's text into a translatable table, and then to the right format for the game to read.
     1 * i18n - allow conversion from game's text into a translatable table, and then to the right format for the game to read. Possibly using GetText (http://www.gnu.org/software/gettext/gettext.html) if it supports XML, JS, and C++?. Multiple tools for GetText translation already exist, which would simplify the translation process (not a custom format and editor). See #1389
    22
    33   * Includes correct handling of accented characters (many characters are replaced with (?) symbols). [The tools to do this are not quite completed/working yet.]
    44
    55 * l10n - perform that conversion and do the translations (into English first, and maybe another language to test the system)
     6
     7* Provide a default hotkey set for each locale? See #692