From 06072e0a9d142ea97ad3f7983bc83c9c0221d66f Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Sat, 18 May 2019 01:04:15 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20cat=20en=20phrase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/src/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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