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
parent 66c8070da8
commit d1ccb22d8a
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`),
}
}