mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -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>
|
<td>
|
||||||
<?php
|
<?php
|
||||||
if ( $i == 1) {
|
if ( $i == 1) {
|
||||||
echo __('one archive');
|
echo __('1 archive');
|
||||||
} else {
|
} else {
|
||||||
echo __('%s archives',$i);
|
echo __('%s archives',$i);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue