-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplified Chinese localization #190
Conversation
I will try this out tomorrow and let you know what I find. |
Looks like there are a few files with mismatched XML tags: Outside of those, things looks kinda okay - though perhaps I need to add resources so those material names could be translated? |
@ckx000 - whilst it will cause you to have to reconcile many changes (and I apologise for that), I would like to enable simplified Chinese with machine translations first, and have your PR go after - this way we can track what you have translated already vs the new resources that have been recently added. For more details about recent updates to my localization processes, see: https://github.com/njthomson/SrvSurvey/blob/main/SrvSurvey/Properties/_loc_readme.md |
Indeed, there is still a lot to be done, and many areas need to add multilingual support. |
Of course. In fact, this should be the best approach... Shall we close this pull then? |
Normally, that's correct..... It's just that in some places I want to use a display format like "Sinuous Tubers(蜿蜒块茎)", Because currently, there isn't a fixed Chinese term among Chinese players for mutual communication, Of course, bilingual is not mandatory. I will consider the original limitations and use it as appropriate. |
I have redone it using your new template. Wait a moment, there's something strange in the code! |
It should be fine now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked
@ckx000 - these changes look good. I must apologise again as I shifted some resources from Whilst I would like to proceed making more overlays and forms localizable, I will not change any existing .resx files until you've had a chance to update and complete this PR first. |
32dee0c
to
e16e7e1
Compare
Oh damn, made a mistake... Accidentally synced the branch, should have synced my main branch first.. |
add Simplified Chinese localization
I am following the format of other languages in the code files to proceed, and I have added an entry in Localize.cs (I guess this is where language entries are added).
Since I haven't checked the results through compilation.I'm not entirely sure if the Chinese font will display correctly in the overlays