From c3773bc2d130f3bd776669f7162f216faf931d53 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 15 Mar 2024 11:30:39 +0800 Subject: [PATCH] chore: add language placeholder --- web/i18n/fr-FR/run-log.ts | 5 +++++ web/i18n/fr-FR/workflow.ts | 3 +++ web/i18n/vi-VN/run-log.ts | 5 +++++ web/i18n/vi-VN/workflow.ts | 3 +++ 4 files changed, 16 insertions(+) create mode 100644 web/i18n/fr-FR/run-log.ts create mode 100644 web/i18n/fr-FR/workflow.ts create mode 100644 web/i18n/vi-VN/run-log.ts create mode 100644 web/i18n/vi-VN/workflow.ts diff --git a/web/i18n/fr-FR/run-log.ts b/web/i18n/fr-FR/run-log.ts new file mode 100644 index 0000000000..144fa07cb4 --- /dev/null +++ b/web/i18n/fr-FR/run-log.ts @@ -0,0 +1,5 @@ +const translation = { + +} + +export default translation diff --git a/web/i18n/fr-FR/workflow.ts b/web/i18n/fr-FR/workflow.ts new file mode 100644 index 0000000000..e2410dd34b --- /dev/null +++ b/web/i18n/fr-FR/workflow.ts @@ -0,0 +1,3 @@ +const translation = {} + +export default translation diff --git a/web/i18n/vi-VN/run-log.ts b/web/i18n/vi-VN/run-log.ts new file mode 100644 index 0000000000..144fa07cb4 --- /dev/null +++ b/web/i18n/vi-VN/run-log.ts @@ -0,0 +1,5 @@ +const translation = { + +} + +export default translation diff --git a/web/i18n/vi-VN/workflow.ts b/web/i18n/vi-VN/workflow.ts new file mode 100644 index 0000000000..e2410dd34b --- /dev/null +++ b/web/i18n/vi-VN/workflow.ts @@ -0,0 +1,3 @@ +const translation = {} + +export default translation