Cleanup: Remove digit group separators from strgen and languages

This commit is contained in:
Rubidium
2024-02-08 21:51:38 +01:00
committed by rubidium42
parent b741b2ba6f
commit 7e2eefb91f
69 changed files with 0 additions and 149 deletions

View File

@@ -1892,8 +1892,6 @@ bool LanguagePackHeader::IsValid() const
StrValid(this->isocode, lastof(this->isocode)) &&
StrValid(this->number_format, lastof(this->number_format)) &&
StrValid(this->number_abbreviations, lastof(this->number_abbreviations)) &&
StrValid(this->digit_group_separator, lastof(this->digit_group_separator)) &&
StrValid(this->digit_group_separator_currency, lastof(this->digit_group_separator_currency)) &&
StrValid(this->digit_decimal_separator, lastof(this->digit_decimal_separator));
}