Added proper plural support

This commit is contained in:
2026-04-04 15:21:27 -05:00
parent 64735bdf43
commit 98d70b96d1
7 changed files with 663 additions and 303 deletions

View File

@@ -14,7 +14,7 @@ module('locale')
screenSetBackground(colorCornflowerBlue())
camera = cameraCreate(CAMERA_PROJECTION_TYPE_ORTHOGRAPHIC)
text = localeGetText('cart.item_count', 2, 2)
text = localeGetText('cart.item_count', 52, 2)
function sceneDispose()
end