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