diff --git a/test/number/number_format_test.exs b/test/number/number_format_test.exs index 2447712..8156d10 100644 --- a/test/number/number_format_test.exs +++ b/test/number/number_format_test.exs @@ -66,7 +66,7 @@ defmodule Number.Format.Test do :error, { Cldr.Rbnf.NoRule, - "RBNF rule :spellout_ordinal_verbose is unknown to locale #Cldr.LanguageTag" + "RBNF rule :spellout_ordinal_verbose is unknown to locale TestBackend.Cldr.Locale.new!(\"zh-Hans-CN\")" } } end diff --git a/test/support/rbnf/id/rbnf_test.json b/test/support/rbnf/id/rbnf_test.json index 2cd00a8..83cf511 100644 --- a/test/support/rbnf/id/rbnf_test.json +++ b/test/support/rbnf/id/rbnf_test.json @@ -8,8 +8,8 @@ "-75": "negatif ketujuh puluh lima", "-50": "negatif kelima puluh", "-24": "negatif kedua puluh empat", - "0": "kekosong", - "1": "kesatu", + "0": "kenol", + "1": "pertama", "2": "kedua", "3": "ketiga", "4": "keempat", @@ -126,7 +126,7 @@ "-75": "negatif tujuh puluh lima", "-50": "negatif lima puluh", "-24": "negatif dua puluh empat", - "0": "kosong", + "0": "nol", "1": "satu", "2": "dua", "3": "tiga", @@ -244,7 +244,7 @@ "-75": "negatif tujuh puluh lima", "-50": "negatif lima puluh", "-24": "negatif dua puluh empat", - "0": "kosong", + "0": "nol", "1": "satu", "2": "dua", "3": "tiga", @@ -362,7 +362,7 @@ "-75": "negatif tujuh puluh lima", "-50": "negatif lima puluh", "-24": "negatif dua puluh empat", - "0": "kosong", + "0": "nol", "1": "satu", "2": "dua", "3": "tiga",