Added words for sorting feature

This commit is contained in:
Serghey Rodin 2015-06-21 19:04:26 +03:00
parent afb11b4a52
commit f5c686a5e2
23 changed files with 49 additions and 3 deletions

View file

@ -45,4 +45,4 @@ if (!function_exists('__')) {
?>
App.i18n.ARE_YOU_SURE = '<?php echo __('Are you sure?') ?>';
App.Constants.UNLIM_VALUE = '<?php echo __('unlimited') ?>';
App.Constants.UNLIM_TRANSLATED_VALUE = '<?php echo __('unlimited') ?>';