(svn r17157) -Add: localised decimal separator

This commit is contained in:
smatz
2009-08-12 01:28:11 +00:00
parent 9a3cd40d1e
commit 1f2e0d3cfe
58 changed files with 68 additions and 2 deletions

View File

@@ -18,6 +18,8 @@ struct LanguagePackHeader {
char digit_group_separator[8];
/** Thousand separator used for currencies */
char digit_group_separator_currency[8];
/** Decimal separator */
char digit_decimal_separator[8];
byte plural_form; ///< plural form index
byte text_dir; ///< default direction of the text
/**