Add 🇻🇳 Vietnamese locale (#240)

This commit is contained in:
William Vo
2024-01-08 23:13:39 +07:00
committed by GitHub
parent 748df5bcd3
commit 35e7106a93
6 changed files with 418 additions and 3 deletions

View File

@@ -159,6 +159,7 @@ const GeneralSiteSettingsP = ({
<option value="fr">🇫🇷 Français</option>
<option value="es">🇪🇸 Español</option>
<option value="ru">🇷🇺 Русский</option>
<option value="vi">🇻🇳 Tiếng Việt</option>
</select>
</div>
@@ -249,4 +250,4 @@ const GeneralSiteSettingsP = ({
);
}
export default GeneralSiteSettingsP;
export default GeneralSiteSettingsP;