mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-23 15:27:03 -04:00
@@ -76,10 +76,10 @@
|
||||
"e+3": "{count}",
|
||||
"e+4": "{count}",
|
||||
"e+5": "{count}",
|
||||
"e+6": "{count} {count, plural, =1{million} other{millions}}",
|
||||
"e+6": "{count} {count, plural, one{million} other{millions}}",
|
||||
"e+7": "{count} millions",
|
||||
"e+8": "{count} millions",
|
||||
"e+9": "{count} {count, plural, =1{milliard} other{milliards}}",
|
||||
"e+9": "{count} {count, plural, one{milliard} other{milliards}}",
|
||||
},
|
||||
"ENUM": {
|
||||
"ADDON_CHANNEL_TYPE": {
|
||||
|
||||
Reference in New Issue
Block a user