Changes between Version 6 and Version 7 of Implementation_of_Internationalization_and_Localization


Ignore:
Timestamp:
Apr 13, 2014, 11:37:28 PM (10 years ago)
Author:
Adrián Chaves
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Implementation_of_Internationalization_and_Localization

    v6 v7  
    1111* '''[http://site.icu-project.org/ ICU]''' is a common internationalization library that provides structures to handle locales, easily obtain the default system locale, handle date and number representations on each locale, or provide the localized names of locales to show them in a language combo box.
    1212
    13 * '''tinygettext''' is a small library that we forked from the the [https://github.com/supertuxkart/stk-code/tree/master/src/tinygettext SuperTuxKart repository]. This library provides the structures and methods that we use to load PO files in memory.
     13* '''[http://code.google.com/p/tinygettext tinygettext]''' is a small library that we forked. This library provides the structures and methods that we use to load PO files in memory.
    1414
    1515== The Localization Singleton ==