(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

@@ -103,6 +103,7 @@ struct LocaleSettings {
byte units; ///< unit system we show everything
char *digit_group_separator; ///< thousand separator for non-currencies
char *digit_group_separator_currency; ///< thousand separator for currencies
char *digit_decimal_separator; ///< decimal separator
};
/** All settings related to the network. */