Skip to content

Commit

Permalink
Add catalan locale (#4944)
Browse files Browse the repository at this point in the history
  • Loading branch information
janglada authored and johnleider committed Aug 24, 2018
1 parent 9412890 commit 321df5a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/locale/ca.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export default {
dataIterator: {
rowsPerPageText: 'Elements per pàgina:',
rowsPerPageAll: 'Tot',
pageText: '{0}-{1} de {2}',
noResultsText: 'Sense dades per mostrar',
nextPage: 'Pàgina Següent',
prevPage: 'Pàgina Anterior'
},
dataTable: {
rowsPerPageText: 'Files per pàgina:'
},
noDataText: 'Sense dades'
}

0 comments on commit 321df5a

Please sign in to comment.