mirror of
https://github.com/langgenius/dify.git
synced 2026-04-10 02:49:07 +08:00
chore: add language placeholder
This commit is contained in:
parent
1b8c8b0a43
commit
c3773bc2d1
5
web/i18n/fr-FR/run-log.ts
Normal file
5
web/i18n/fr-FR/run-log.ts
Normal file
@ -0,0 +1,5 @@
|
||||
const translation = {
|
||||
|
||||
}
|
||||
|
||||
export default translation
|
||||
3
web/i18n/fr-FR/workflow.ts
Normal file
3
web/i18n/fr-FR/workflow.ts
Normal file
@ -0,0 +1,3 @@
|
||||
const translation = {}
|
||||
|
||||
export default translation
|
||||
5
web/i18n/vi-VN/run-log.ts
Normal file
5
web/i18n/vi-VN/run-log.ts
Normal file
@ -0,0 +1,5 @@
|
||||
const translation = {
|
||||
|
||||
}
|
||||
|
||||
export default translation
|
||||
3
web/i18n/vi-VN/workflow.ts
Normal file
3
web/i18n/vi-VN/workflow.ts
Normal file
@ -0,0 +1,3 @@
|
||||
const translation = {}
|
||||
|
||||
export default translation
|
||||
Loading…
Reference in New Issue
Block a user