(svn r16129) -Feature-ish: configurable digit group separator per language with user override.

This commit is contained in:
rubidium
2009-04-23 21:05:00 +00:00
parent 90879b0da5
commit ca04dc1916
59 changed files with 177 additions and 44 deletions

View File

@@ -104,6 +104,8 @@ struct GUISettings {
struct LocaleSettings {
byte currency; ///< currency we currently use
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
};
/** All settings related to the network. */