Added proper plural support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user