Skip to content

Commit

Permalink
Test green on CLDR 45
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Mar 10, 2024
1 parent 30791b1 commit 99f71ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/number/number_format_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ defmodule Number.Format.Test do
:error,
{
Cldr.Rbnf.NoRule,
"RBNF rule :spellout_ordinal_verbose is unknown to locale #Cldr.LanguageTag<zh [validated]>"
"RBNF rule :spellout_ordinal_verbose is unknown to locale TestBackend.Cldr.Locale.new!(\"zh-Hans-CN\")"
}
}
end
Expand Down
10 changes: 5 additions & 5 deletions test/support/rbnf/id/rbnf_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 99f71ed

Please sign in to comment.