Add russian docs

This commit is contained in:
bzick
2014-08-01 12:12:19 +04:00
parent 00eaafc39f
commit 5972884c80
48 changed files with 2127 additions and 0 deletions

10
docs/ru/mods/length.md Normal file
View File

@@ -0,0 +1,10 @@
Modifier length
===============
The modifier returns the number of items of a sequence or mapping, or the length of a string (works with UTF8 without `mbstring`)
```smarty
{if $images|length > 5}
to many images
{/if}
```