Skip to content

Commit

Permalink
Merge pull request #63 from namespace-ee/master
Browse files Browse the repository at this point in the history
Add et_EE locale (Estonian)
  • Loading branch information
afc163 committed Mar 13, 2017
2 parents fb401bd + f592396 commit 67feff9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/locale/et_EE.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export default {
// Options.jsx
items_per_page: '/ leheküljel',
jump_to: 'Hüppa',
page: '',

// Pagination.jsx
prev_page: 'Eelmine leht',
next_page: 'Järgmine leht',
prev_5: 'Eelmised 5 lehekülge',
next_5: 'Järgmised 5 lehekülge',
prev_3: 'Eelmised 3 lehekülge',
next_3: 'Järgmised 3 lehekülge',
};

0 comments on commit 67feff9

Please sign in to comment.