Skip to content

Commit

Permalink
Internationalization file added for Nepali language (#461)
Browse files Browse the repository at this point in the history
* Internationalization file added for Nepali language

* Update ne_NP.js

---------

Co-authored-by: Niraj Maharjan <nmh@logpoint.com>
Co-authored-by: afc163 <afc163@gmail.com>
  • Loading branch information
3 people committed Dec 1, 2023
1 parent c50a7ea commit 62a4663
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/locale/ne_NP.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export default {
// Options.jsx
items_per_page: '/ पृष्ठ',
jump_to: 'जाऊ त्यहाँ',
jump_to_confirm: 'पुष्टि गर्नुहोस्',
page: 'पृष्ठ',

// Pagination.jsx
prev_page: 'अघिल्लो पृष्ठ',
next_page: 'अर्को पृष्ठ',
prev_5: 'अघिल्लो 5 पृष्ठहरू',
next_5: 'अर्को 5 पृष्ठहरू',
prev_3: 'अघिल्लो 3 पृष्ठहरू',
next_3: 'अर्को 3 पृष्ठहरू',
page_size: 'पृष्ठ आकार',
};

0 comments on commit 62a4663

Please sign in to comment.