mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 13:56:25 +02:00
Roman numerals up to 4,999,999, quiz defaults to multiple
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
{
|
||||
"M̅": 1000000,
|
||||
"D̅": 500000,
|
||||
"C̅": 100000,
|
||||
"L̅": 50000,
|
||||
"X̅": 10000,
|
||||
"V̅": 5000,
|
||||
"M": 1000,
|
||||
"CM": 900,
|
||||
"D": 500,
|
||||
|
||||
Reference in New Issue
Block a user