Skip to content

Commit

Permalink
Merge pull request #68 from kirbo/master
Browse files Browse the repository at this point in the history
Add locale fi_FI (#67)
  • Loading branch information
afc163 authored Apr 9, 2017
2 parents 05e3082 + d79f11c commit b5a4309
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/locale/fi_FI.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export default {
// Options.jsx
items_per_page: '/ sivu',
jump_to: 'Mene',
page: '',

// Pagination.jsx
prev_page: 'Edellinen sivu',
next_page: 'Seuraava sivu',
prev_5: 'Edelliset 5 sivua',
next_5: 'Seuraavat 5 sivua',
prev_3: 'Edelliset 3 sivua',
next_3: 'Seuraavat 3 sivua',
};

0 comments on commit b5a4309

Please sign in to comment.