0
0
Fork 0

Adding some localizations

This commit is contained in:
Eugen Rochko 2016-11-15 23:02:57 +01:00
parent a4313224d9
commit 3ce6ac0ce2
19 changed files with 91 additions and 88 deletions

View file

@ -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,
}