feat: Use Romanian & other langs in QA (#4205)

Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
rennokki 2024-05-14 12:48:24 +03:00 committed by GitHub
commit d1ccb22d8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 2896 additions and 3 deletions

View file

@ -314,6 +314,7 @@ export const useLanguages = () => {
cs: t(`${langPrefix}cs`),
th: t(`${langPrefix}th`),
id: t(`${langPrefix}id`),
ro: t(`${langPrefix}ro`),
}
}