Replies: 1 comment
-
|
The translation files weren't deleted—they were migrated from TypeScript ( Where your files moved:
Key format changes (PR #30114): Old TypeScript nested format: fileUpload: {
title: "...",
description: "..."
}New JSON flattened format: {
"feature.fileUpload.title": "...",
"feature.fileUpload.description": "..."
}Translation function calls also changed from To migrate your Persian customizations:
Related PRs: #30324 (namespace refactor), #30325 (translation sync), #30368 (kebab-case naming). To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
Content
"Hi Dify Team,
I am currently on version 1.13.0 and I'm trying to sync my local repository (which has extensive frontend and backend customizations for my project, Mora) with the latest upstream/main.
During the merge, I noticed that several translation files in web/i18n/fa-IR/ (such as common.ts, share.ts, and workflow.ts) are marked as deleted in the upstream, while I have modified them in my local branch.
Could you please clarify where these translation strings have been moved? I want to ensure my custom Persian translations are correctly migrated to the new structure without losing my branding and UI improvements.
Beta Was this translation helpful? Give feedback.
All reactions