Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/i18n/messages/currentlySupportedLangs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import swData from 'react-intl/locale-data/sw';
import teData from 'react-intl/locale-data/te';
import thData from 'react-intl/locale-data/th';
import trData from 'react-intl/locale-data/tr';
import viData from 'react-intl/locale-data/vi';
import ukData from 'react-intl/locale-data/uk';
import zhData from 'react-intl/locale-data/zh';

Expand All @@ -41,5 +42,6 @@ export default {
'th': thData,
'tr-tr': trData,
'uk': ukData,
'vi': viData,
'zh-cn': zhData,
};