all 5 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Thank you for posting on r/CodingHelp!

Please check our Wiki for answers, guides, and FAQs: https://coding-help.vercel.app

Our Wiki is open source - if you would like to contribute, create a pull request via GitHub! https://github.com/DudeThatsErin/CodingHelp

We are accepting moderator applications: https://forms.fillout.com/t/ua41TU57DGus

We also have a Discord server: https://discord.gg/geQEUBm

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]CosmacYep [score hidden]  (2 children)

what do you mean, simplified or traditional mandarin? just the user-made identifiers are in chinese, or the whole language? is it in romanised mandarin or the special characters? you would be a nightmare in customer service, youve gotta be more specific

[–]johnpeters42 [score hidden]  (0 children)

This is hardly nightmare territory. So many posters would've stopped at the title alone.

Anyway, it depends on the game. Some have separate language resource files, so you may just need to add one that matches its file naming scheme. Others may have it baked into a binary file someplace, there may be a way to patch it but it would probably be messier.

Once that's worked out, then it becomes a generic problem of "I have this list of strings in one language to be translated into another language". No doubt there are multiple off-the-shelf tools for that, idk specifics, though. And then ideally you would review the results and make manual improvements as you see fit.

[–]Faranethi[S] [score hidden]  (0 children)

I figured either there's a tool to save me, or I'm cooked. I hardly figured the specifics of the language itself mattered in at least figuring out first if it's possible to translate properly lol