-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
Conversation
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) { |
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.
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) { |
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.
Same here
} else { | ||
if (s_openHostEnabled) { | ||
formatParam.strings[0] = L"Open Host is now enabled!"; | ||
if (language == 0) { |
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.
And here
Adds Eppe and Haru00007's Japanese translations as well as Eppe's French translations for Open Host