diff --git a/example/src/i18n.js b/example/src/i18n.js index a2d4d7d..57d33ba 100644 --- a/example/src/i18n.js +++ b/example/src/i18n.js @@ -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}}' }, }) \ No newline at end of file