@@ -134,6 +134,15 @@ class I18NTest extends TestCase
...
@@ -134,6 +134,15 @@ class I18NTest extends TestCase
$this->assertEquals('На диване лежит 6 кошек!',$this->i18n->translate('test','There {n, plural, =0{no cats} =1{one cat} other{are # cats}} on lying on the sofa!',['n'=>6],'ru'));
$this->assertEquals('На диване лежит 6 кошек!',$this->i18n->translate('test','There {n, plural, =0{no cats} =1{one cat} other{are # cats}} on lying on the sofa!',['n'=>6],'ru'));