Verify Number Formats: Macedonian

Index

To correct problems in compact numbers below, please go to Compact Decimal Formatting.

Numeric FormatCompact-ShortCompact-Long
1n/an/a
1,1n/an/a
1,5n/an/a
2n/an/a
10n/an/a
11n/an/a
100n/an/a
101n/an/a
1.000n/an/a
1.100n/an/a
1.500n/an/a
2.000n/an/a
10.000n/an/a
11.000n/an/a
100.000n/an/a
101.000n/an/a
1.000.000n/an/a
1.100.000n/an/a
1.500.000n/an/a
2.000.000n/an/a
10.000.000n/an/a
11.000.000n/an/a
100.000.000n/an/a
101.000.000n/an/a
1.000.000.000n/an/a
1.100.000.000n/an/a
1.500.000.000n/an/a
2.000.000.000n/an/a
10.000.000.000n/an/a
11.000.000.000n/an/a
100.000.000.000n/an/a
101.000.000.000n/an/a
1.000.000.000.000n/an/a
1.100.000.000.000n/an/a
1.500.000.000.000n/an/a
2.000.000.000.000n/an/a
10.000.000.000.000n/an/a
11.000.000.000.000n/an/a
100.000.000.000.000n/an/a
101.000.000.000.000n/an/a
1.100.000.000.000.000n/an/a

Plural Rules

To correct problems in plural rules below, please go to Plural Rules.

NameCodeTypeCategoryExamplesMinimal PairsRules
македонскиmkcardinalone1, 11, 21, 31, 41, 51, 61, 71, 101, 1001, …
0.1, 1.1, 2.1, 3.1, 4.1, 5.1, 6.1, 7.1, 10.1, 100.1, 1000.1, …
1 ден
0,1 ден
v = 0 and
  i % 10 = 1 or
f % 10 = 1
other0, 2~10, 12~17, 100, 1000, 10000, 100000, 1000000, …
0.0, 0.2~1.0, 1.2~1.7, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …
2 дена
0,2 дена
ordinalone1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …Сврти на 1-вата улица десно.i % 10 = 1 and
  i % 100 != 11
two2, 22, 32, 42, 52, 62, 72, 82, 102, 1002, …Сврти на 2-рата улица десно.i % 10 = 2 and
  i % 100 != 12
many7, 8, 27, 28, 37, 38, 47, 48, 57, 58, 67, 68, 77, 78, 87, 88, 107, 1007, …Сврти на 7-мата улица десно.i % 10 = 7,8 and
  i % 100 != 17,18
other0, 3~6, 9~19, 100, 1000, 10000, 100000, 1000000, …Сврти на 3-тата улица десно.
rangeone+one0.1–10,1–1 денаone + one → other
one+other0.1–20,1–2 денаone + other → other
other+one0–10–1 денаother + one → other
other+other0–20–2 денаother + other → other




































































































Errors

mk short Can't create due to lack of 'from scratch' constructor for CompactDecimalFormat

mk long Can't create due to lack of 'from scratch' constructor for CompactDecimalFormat

mk short-curr Can't create due to lack of 'from scratch' constructor for CompactDecimalFormat