Skip to content

Commit

Permalink
feat: Add locale lv_LV (#172)
Browse files Browse the repository at this point in the history
* Add locale `lv_LV`

* Update HISTORY.md

* Update package.json
  • Loading branch information
Kirbo authored and zombieJ committed May 24, 2019
1 parent b3b2bcc commit 362f3f7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/locale/lv_LV.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
export default {
// Options.jsx
items_per_page: '/ lappuse',
jump_to: 'iet uz',
jump_to_confirm: 'apstiprināt',
page: '',

// Pagination.jsx
prev_page: 'Iepriekšējā lapa',
next_page: 'Nākamā lapaspuse',
prev_5: 'Iepriekšējās 5 lapas',
next_5: 'Nākamās 5 lapas',
prev_3: 'Iepriekšējās 3 lapas',
next_3: 'Nākamās 3 lapas',
};

1 comment on commit 362f3f7

@vercel
Copy link

@vercel vercel bot commented on 362f3f7 May 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.