summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibUnicode
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibUnicode')
-rw-r--r--Userland/Libraries/LibUnicode/Locale.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibUnicode/Locale.h b/Userland/Libraries/LibUnicode/Locale.h
index 375827a526..3c53705a1a 100644
--- a/Userland/Libraries/LibUnicode/Locale.h
+++ b/Userland/Libraries/LibUnicode/Locale.h
@@ -103,6 +103,7 @@ struct NumberFormat {
};
u8 magnitude { 0 };
+ u8 compact_scale { 0 };
Plurality plurality { Plurality::Other };
StringView zero_format {};
StringView positive_format {};