Skip to content
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

Translate openhost messages #1

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

Gaberboo
Copy link

Adds Eppe and Haru00007's Japanese translations as well as Eppe's French translations for Open Host

L"add your friend code to meet up with you,\n"
L"even if you don't add them back.";

if (language == 0) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A switch statement would probably be better in this case

formatParam.strings[0] = L"You have lost connection to\n"
L"the server.\n\n"
L"Please try again later.";
if (language == 0) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

} else {
if (s_openHostEnabled) {
formatParam.strings[0] = L"Open Host is now enabled!";
if (language == 0) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants