mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
proper keyword for i18n support
This commit is contained in:
parent
512f0f6ff9
commit
1ac8cc2ca1
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@
|
|||
<td>
|
||||
<?php
|
||||
if ( $i == 1) {
|
||||
echo __('one archive');
|
||||
echo __('1 archive');
|
||||
} else {
|
||||
echo __('%s archives',$i);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue