chore: update ant-design dependencies and add new icon types
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
var locale = {
|
||||
// Options
|
||||
items_per_page: '/ pàgina',
|
||||
jump_to: 'Anar a',
|
||||
jump_to_confirm: 'Confirma',
|
||||
page: '',
|
||||
// Pagination
|
||||
prev_page: 'Pàgina prèvia',
|
||||
next_page: 'Pàgina següent',
|
||||
prev_5: '5 pàgines prèvies',
|
||||
next_5: '5 pàgines següents',
|
||||
prev_3: '3 pàgines prèvies',
|
||||
next_3: '3 pàgines següents',
|
||||
page_size: 'mida de la pàgina'
|
||||
};
|
||||
export default locale;
|
||||
Reference in New Issue
Block a user