mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
fix(i18n): t macro usage
This commit is contained in:
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user