Adding some localizations
This commit is contained in:
parent
a4313224d9
commit
3ce6ac0ce2
19 changed files with 91 additions and 88 deletions
|
@ -3,8 +3,8 @@
|
|||
module AccountsHelper
|
||||
def pagination_options
|
||||
{
|
||||
previous_label: safe_join([fa_icon('chevron-left'), 'Prev'], ' '),
|
||||
next_label: safe_join(['Next', fa_icon('chevron-right')], ' '),
|
||||
previous_label: safe_join([fa_icon('chevron-left'), t('pagination.prev')], ' '),
|
||||
next_label: safe_join([t('pagination.next'), fa_icon('chevron-right')], ' '),
|
||||
inner_window: 1,
|
||||
outer_window: 0,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue