Changing "0 items" for other word

Andrzej13

Member
Hello, i have a question, how can i change the word "0 items" or "1 item" for other word?
I edit a line at header.php
from
_n( 'item', 'items', dav_quantityOrders(), 'ami3' )
for
_n( 'produktów', 'produktów', dav_quantityOrders(), 'ami3' )

and when i refresh the page, i see for one sec 0 produktów, and there will come to 0 items.
 

Vitaly Kukin

Administrator
Staff member
Hello, i have a question, how can i change the word "0 items" or "1 item" for other word?
I edit a line at header.php
from
_n( 'item', 'items', dav_quantityOrders(), 'ami3' )
for
_n( 'produktów', 'produktów', dav_quantityOrders(), 'ami3' )

and when i refresh the page, i see for one sec 0 produktów, and there will come to 0 items.
Some of word placed in plugin. We are not able to be translated into all languages, but you can help us and yourself in it. Write to support about your wish to translate the plugin to the language you want and they will give you access to the translation
 
Top