mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Use more practical default plural rules
This commit is contained in:
parent
ab6c6eece8
commit
d180b9af9f
2 changed files with 23 additions and 32 deletions
|
|
@ -114,7 +114,7 @@ TEST_CASE("[Translation] Plural messages") {
|
|||
Ref<Translation> translation;
|
||||
translation.instantiate();
|
||||
translation->set_locale("fr");
|
||||
CHECK(translation->get_nplurals() == 3);
|
||||
CHECK(translation->get_nplurals() == 2);
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue