Upload Translations Issue

Hi there ,
We are trying to translate En into Zh-TW, but we encounter some issues
Here are the conditions

1.the pop out error hint didn’t follow the translation , they stay in the original translation which are not correct.

2.we’ve made a local sever to translate the in local storage, and here is the route which we uploaded the translation file(CSV) through filezilla :frappe-bench/apps/erpnext/erpnext/translations.

3.we’ve found that the route with “+” mark cannot present the correct translations .They are remain the same and wrong translations.
The route like this :apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +183

I wonder if there is a easier way to upload translation.

After we finish and check all the translation ,we will upload them to the community.

Thank you for your response and answer.

James,

1 Like

1.the pop out error hint didn’t follow the translation , they stay in the original translation which are not correct.

Can you share the exact error message please?

3.we’ve found that the route with “+” mark cannot present the correct
translations .They are remain the same and wrong translations.
The route like this :apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +183

Can you please further elaborate from where do you get the link with + sign exactly?

That is not a truely “Error message”.
I mean the translation on popout error message which remind users of wrong operations is not modified.

we install the ERPnext Clinet in local server and directly download the file includes the route trough the “filezilla”

thanks again