Skip to content

Commit

Permalink
update locale
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed Oct 19, 2024
1 parent f9c476e commit fd254d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions public/locales/vn/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@
"Enter description": "Nhập mô tả",
"Manga page images (Driver link)": "Trang truyện (link Driver)",
"Enter a link": "Nhập link",
"Enter a driver link": "Nhập link driver",
"+ Add second language": "+ Thêm ngôn ngữ thứ 2",
"Secondary language": "Ngôn ngữ thứ 2",
"IP ID info (maximum 5)": "Thông tin IP (tối đa 5)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export default function Round2Submission() {
{locale == 'vn' ? 'Khuyến khích 1240px x 1780px' : '1240px x 1780px recommended'}
</div>
<TextField
placeholder='Enter a driver link '
placeholder={t('Enter a driver link')}
id='cover'
className='mt-2 bg-transparent !border-white'
{...field}
Expand All @@ -391,7 +391,7 @@ export default function Round2Submission() {
{locale == 'vn' ? 'Khuyến khích 480px x 180px' : '480px x 180px recommended'}
</div>
<TextField
placeholder='Enter a driver link '
placeholder={t('Enter a driver link')}
id='banner'
className='mt-2 bg-transparent !border-white'
{...field}
Expand Down

0 comments on commit fd254d1

Please sign in to comment.