Skip to content

Commit

Permalink
locale: Fix vi translation (#19244)
Browse files Browse the repository at this point in the history
  • Loading branch information
quangln2810 committed May 18, 2020
1 parent abb1677 commit 3bc2d2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/locale/lang/vi.js
Expand Up @@ -107,14 +107,14 @@ export default {
hasCheckedFormat: '{checked}/{total} đã chọn '
},
image: {
error: 'FAILED' // to be translated
error: 'LỖI'
},
pageHeader: {
title: 'Back' // to be translated
title: 'Quay lại'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'Ok',
cancelButtonText: 'Huỷ'
}
}
};

0 comments on commit 3bc2d2b

Please sign in to comment.