fix(i18n): t macro usage

This commit is contained in:
Amruth Pillai
2023-11-14 13:27:35 +01:00
parent f49439f80c
commit 3fb8e06f15
49 changed files with 157 additions and 506 deletions

View File

@ -34,6 +34,18 @@ export class TranslationService {
);
const { data } = response.data as CrowdinResponse;
data.push({
data: {
language: {
id: "en-US",
locale: "en-US",
editorCode: "en",
name: "English",
},
translationProgress: 100,
},
});
if (isDevelopment) {
data.push({
data: {