summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 35a531ef5..e02ca606f 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -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. */