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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 2a0274a8f..900a6a90e 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -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. */