🌐: Vietnamese translation (#1129)

* Create vi.tsx

* Rename vi.tsx to Vi.tsx

* Update Translation.tsx

* Update General.tsx

* Update Vi.tsx

* Update Translation.tsx

* Update Vi.tsx

* Create ViTraditional.tsx

* Update Translation.tsx

* Delete client/src/localization/languages/ViTraditional.tsx

* Update Vi.tsx

* fix and clean up

---------

Co-authored-by: Marco Beretta <81851188+Berry-13@users.noreply.github.com>
This commit is contained in:
ngoctuanai 2023-11-03 04:37:40 +07:00 committed by GitHub
parent 9a31df026d
commit c11fbde9a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 270 additions and 0 deletions

View file

@ -98,6 +98,7 @@ export const LangSelector = ({
<option value="ja-JP">{localize('com_nav_lang_japanese')}</option>
<option value="sv-SE">{localize('com_nav_lang_swedish')}</option>
<option value="ko-KR">{localize('com_nav_lang_korean')}</option>
<option value="vi-VN">{localize('com_nav_lang_vietnamese')}</option>
</select>
</div>
);