-
Notifications
You must be signed in to change notification settings - Fork 47
feat: added language changer and korean #68
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
Open
ADev531
wants to merge
5
commits into
PretendoNetwork:main
Choose a base branch
from
ADev531:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
979d9de
feat: added korean
ADev531 907de64
feat: added language changing
ADev531 6e1122e
fix: added Korean and UwU to language changer
ADev531 83790b2
Merge branch 'PretendoNetwork:main' into main
ADev531 d08482a
Merge branch 'PretendoNetwork:main' into main
ADev531 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,41 +4,47 @@ | |
|
|
||
| #include "lang.h" | ||
|
|
||
| config_strings get_config_strings(nn::swkbd::LanguageType language) { | ||
| config_strings get_config_strings(inkay_language language) { | ||
| switch (language) { | ||
| case nn::swkbd::LanguageType::English: | ||
| case inkay_language::English: | ||
| default: return { | ||
| #include "en_US.lang" | ||
| }; | ||
| case nn::swkbd::LanguageType::Spanish: return { | ||
| case inkay_language::Spanish: return { | ||
| #include "es_ES.lang" | ||
| }; | ||
| case nn::swkbd::LanguageType::French: return { | ||
| case inkay_language::French: return { | ||
| #include "fr_FR.lang" | ||
| }; | ||
| case nn::swkbd::LanguageType::Italian: return { | ||
| case inkay_language::Italian: return { | ||
| #include "it_IT.lang" | ||
| }; | ||
| case nn::swkbd::LanguageType::German: return { | ||
| case inkay_language::German: return { | ||
| #include "de_DE.lang" | ||
| }; | ||
| case nn::swkbd::LanguageType::SimplifiedChinese: return { | ||
| case inkay_language::SimplifiedChinese: return { | ||
| #include "zh_CN.lang" | ||
| }; | ||
| case nn::swkbd::LanguageType::TraditionalChinese: return { | ||
| case inkay_language::TraditionalChinese: return { | ||
| #include "zh_Hant.lang" | ||
| }; | ||
| case nn::swkbd::LanguageType::Portuguese: return { | ||
| case inkay_language::Portuguese: return { | ||
| #include "pt_BR.lang" | ||
| }; | ||
| case nn::swkbd::LanguageType::Japanese: return { | ||
| case inkay_language::Japanese: return { | ||
| #include "ja_JP.lang" | ||
| }; | ||
| case nn::swkbd::LanguageType::Dutch: return { | ||
| case inkay_language::Dutch: return { | ||
| #include "nl_NL.lang" | ||
| }; | ||
| case nn::swkbd::LanguageType::Russian: return { | ||
| case inkay_language::Russian: return { | ||
| #include "ru_RU.lang" | ||
| }; | ||
| case inkay_language::Korean: return { | ||
| #include "ko_KR.lang" | ||
| }; | ||
| case inkay_language::EnUwU: return { | ||
| #include "[email protected]" | ||
| }; | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| .plugin_name="Inkay" | ||
| ,.network_category="네트워크 선택" | ||
| ,.connect_to_network_setting="Pretendo Network 사용" | ||
| ,.other_category="기타 설정" | ||
| ,.reset_wwp_setting="Wara Wara Plaza 초기화" | ||
| ,.press_a_action="A 버튼을 누르세요" | ||
| ,.restart_to_apply_action="재시작 후 적용" | ||
| ,.need_menu_action="Wii U 메뉴에서만" | ||
| ,.using_nintendo_network="Nintendo Network 사용 중" | ||
| ,.using_pretendo_network="Pretendo Network 사용 중" | ||
| ,.multiplayer_port_display="멀티플레이어에 UDP 포트 %hu을(를) 사용합니다" | ||
| ,.module_not_found="패치를 적용하는 데 실패했습니다. Aroma Updater로 복구해 주세요. (686-1001 모듈 없음)" | ||
| ,.module_init_not_found="패치를 적용하는 데 실패했습니다. Aroma Updater로 복구해 주세요. (686-1002 모듈 초기화)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.