morning4coffe-dev / storylines

Storylines is a modern text editor for writing stories divided into chapters.
https://www.microsoft.com/store/apps/9PN77P9WJ3CX
MIT License
79 stars 4 forks source link

Language changing issues #25

Open FengxiyaoXX opened 1 month ago

FengxiyaoXX commented 1 month ago

Hi,

I have been trying to change the system language to Chinese. However, with restarting the program after saving it, the program only changes a few words or doesn't change language at all.

Thank you.

morning4coffe-dev commented 1 month ago

Hey @FengxiyaoXX, thanks for reaching out! The issue with Chinese translation is, that it hasn't been updated recently. By any chance, would you be interested in contributing the missing translations?

FengxiyaoXX commented 3 weeks ago

Hi,

Thank you for your reply. I see. Yeah, if I can be of any help, I'd love to. Let me know how.

Estelle W

On Mon, May 27, 2024 at 10:32 AM Dominik Titl @.***> wrote:

Hey @FengxiyaoXX https://github.com/FengxiyaoXX, thanks for reaching out! The issue with Chinese translation is, that it hasn't been updated recently. By any chance, would you be interested in contributing the missing translations?

— Reply to this email directly, view it on GitHub https://github.com/morning4coffe-dev/storylines/issues/25#issuecomment-2133865801, or unsubscribe https://github.com/notifications/unsubscribe-auth/BIXXQYU4NR5LNGJSNW4RYY3ZENUY7AVCNFSM6AAAAABIJ652ISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZTHA3DKOBQGE . You are receiving this because you were mentioned.Message ID: @.***>

morning4coffe-dev commented 3 weeks ago

Thank you for your interest! ⭐ With the localization for Storylines, you have two options:

  1. You can use the Multilingual Editor from Microsoft, steps described here: https://github.com/morning4coffe-dev/storylines/blob/main/CONTRIBUTING.md#improving-an-existing-language-can-be-done-with-any-text-editor
  2. Or you can open individual .resw files (in VS Code, or any text editor) in this folder https://github.com/morning4coffe-dev/storylines/tree/main/src/Storylines/Resources/zh-CN, side-by-side with this one https://github.com/morning4coffe-dev/storylines/tree/main/src/Storylines/Resources/en and translate all the missing strings in zh-CN. Example here and validate the existing translations if they are correct.
FengxiyaoXX commented 3 weeks ago

Hi,

I checked the two options you sent. Honestly, I have never worked with anything related to coding. I do like to help if I can, but the layout really confuses me. I am afraid to make changes about things I don't understand.

Also, some phrases in English make sense but in direct Chinese translation, they don't. It's best for anyone who is translating to know exactly where the phrases are located or how they are being used on the app/system.

morning4coffe-dev commented 1 day ago

Sorry for not replying earlier. I understand it can be confusing, and the direct translation can be challenging (I had my issues with CZ localization as well 😅). I have been investigating the best solution for this and decided to use https://crowdin.com/ for localization in the future. It probably won't help much with where the phrases are used in the app, but at least it should be more accessible.

I hope to make some more updates to Storylines, so I will keep this issue open and let you know.