Skip to content

Commit

Permalink
fix(local): add preview in zh_HK and zh_TW (#30100)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslahm committed Apr 12, 2021
1 parent e8b4d03 commit fbb8924
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/locale/zh_HK.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ const localeValues: Locale = {
},
},
},
Image: {
preview: '預覽',
},
};

export default localeValues;
3 changes: 3 additions & 0 deletions components/locale/zh_TW.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ const localeValues: Locale = {
},
},
},
Image: {
preview: '預覽',
},
};

export default localeValues;

0 comments on commit fbb8924

Please sign in to comment.