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

Language support #11

Open
yellows8 opened this issue Feb 23, 2018 · 9 comments
Open

Language support #11

yellows8 opened this issue Feb 23, 2018 · 9 comments
Labels
enhancement New feature or request

Comments

@yellows8
Copy link
Collaborator

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.

@yellows8 yellows8 added the enhancement New feature or request label Feb 23, 2018
@yellows8
Copy link
Collaborator Author

All that's left for this is the hbmenu impl.

@Maufeat
Copy link
Contributor

Maufeat commented Feb 27, 2018

#15 - done and merged. But as @yellows8 said, font needs to be updated, to support all characters.

@fincs
Copy link
Contributor

fincs commented Feb 27, 2018

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).

@yellows8
Copy link
Collaborator Author

Besides font, StrId_Actions_Back needs proper localization for the remaining languages.

@yellows8
Copy link
Collaborator Author

1e23237

Shared-font & NACP done, all that's left is updating language.c for localization then enable setting s_textLang.

@yellows8
Copy link
Collaborator Author

yellows8 commented Aug 1, 2018

Even with all current PRs merged, more localization for StrId_MsgBox_OK and StrId_LastLoadResult is needed before using {system language}.

@ghost
Copy link

ghost commented Oct 4, 2018

i want to translate french

@yellows8
Copy link
Collaborator Author

yellows8 commented Oct 4, 2018

PR it

@yellows8
Copy link
Collaborator Author

Reminder: still need PRs for the remaining missing language entries for various StrIds in language.c.

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

No branches or pull requests

3 participants