-
Notifications
You must be signed in to change notification settings - Fork 130
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
Language support #11
Comments
All that's left for this is the hbmenu impl. |
Current font should be enough to cover all Western languages using Latin script even with accents (i.e. that would leave Russian, Japanese, Chinese and Korean out). The font system in place is meant to be a placeholder until the system font can be used (this might require GPU); I don't think it's worth our time adding CJK characters (especially considering their number and consequent increases of filesize). |
Besides font, StrId_Actions_Back needs proper localization for the remaining languages. |
Shared-font & NACP done, all that's left is updating language.c for localization then enable setting s_textLang. |
Even with all current PRs merged, more localization for StrId_MsgBox_OK and StrId_LastLoadResult is needed before using {system language}. |
i want to translate french |
PR it |
Reminder: still need PRs for the remaining missing language entries for various StrIds in language.c. |
As mentioned in the source TODOs, the language code needs to be updated once libnx supports get-language.
Also need to figure out NACP languages.
The text was updated successfully, but these errors were encountered: