Skip to content

Instantly share code, notes, and snippets.

@torbjon
Last active December 19, 2015 22:29
Show Gist options
  • Select an option

  • Save torbjon/6027996 to your computer and use it in GitHub Desktop.

Select an option

Save torbjon/6027996 to your computer and use it in GitHub Desktop.
kaminari lv, ru, en
lv:
views:
pagination:
first: '« pirmā'
last: 'pēdējā »'
previous: '‹ iepriekšējā'
next: 'nākamā ›'
truncate: '...'
en:
views:
pagination:
first: '« first'
last: 'last »'
previous: '‹ prev'
next: 'next ›'
truncate: '...'
ru:
views:
pagination:
first: '« первая'
last: 'последняя »'
previous: '‹ предыдущая'
next: 'следующая ›'
truncate: '...'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment