UweKeim / ZetaResourceEditor

Free multilingual, parallel .NET resource file editing

Home Page:https://www.zeta-resource-editor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neutral Language Column Wrong After Update

jlandreth3 opened this issue · comments

Hello,
Thanks for providing a very useful tool!

I have a problem after upgrading to version 2.3.28.0. After the update the first column which should show English text is showing Chinese text. See attached image.

Neutral Langage Column Problem

Any ideas?

Thanks
John.

Updated attachment with more details.

Neutral Langage Column Problem

Thanks, I'll check.

The last update was a big one in terms of technology:

I've migrated from .NET Framework 4.8 WinForms to .NET Core 6 WinForms.

The issue doesn't sound like it is related to this, but you never know.

Would it be possible for you to provide me with a minimal, reproducible example?

I have the same problem. In the en-us column the chinese symbols are shown. The column for chinese is missing.
To solve it temporarily, I remove all files and add only main file (.resx), en-us and es-es files.

I hope it helps

In my tests on a German Win 11 64-bit, I am currently not able to reproduce the issue:

image

Am I required to have Chinese as a string resource to see the issue?

I use more than 10 languages

Hello Everyone,
I have the same problem than @jlandreth3 .
Maybe the problem come from the Chinese language? I really don't know.

Sans titre 1

We tried to add the language files one by one and the problem only appears when we add the Chinese.

Cordially,

Let me repeat my request to anyone experiencing the same behavior:

Please provide me with a minimal, reproducible example.

I.e. send me/upload here a ZIP file with:

  • A .zreproj file
  • Some example .resx files

so that I can see the error here in my environment, too.

Here is a minimal example that works for me,
Don't hesitate to tell me if it's enough or if you need something else.

ZetaBug.zip

Cordially,

Moreover the same project in version 2.3.8.33 works perfectly

That was very helpful, thanks a lot, @Kynothan.

I do think I found and fixed the issue. Could you please take a look at the just released update and check whether it works better for you?


More information

It seems that zh-CN is no longer officially recommended and zh-Hans should be used instead (according to this).

I do hope that my fix covers all aspects of the application. Maybe there are still some areas where I have to adjust further.

I just tried your released update with my project in is state and everything is good. I also tried it with zh-Hans and everything is good too.
Thanks a lot :)

Thanks. Another zh-CN zh-Hans issue.

Just released an update.

Fix worked perfectly! Thanks again!