fix: 🐛 cat en phrase

This commit is contained in:
Christian Kaisermann 2019-05-18 01:04:15 -03:00
parent c54eaafd5c
commit 06072e0a9d

View File

@ -26,6 +26,6 @@ dictionary.set({
message: 'Hello {name}, how are you?',
},
photos: 'You have {n, plural, =0 {no photos.} =1 {one photo.} other {# photos.}}',
cats: '{n,plural,one{gato}other{gatos}}'
cats: 'I have {n, number} {n,plural,one{cat}other{cats}}'
},
})