feat(i18n): Move all texts into .lang files which are actually Java properties and C structs at the same time

no further comment
This commit is contained in:
Ash Logan 2024-10-03 00:00:56 +10:00
commit 6baee13685
12 changed files with 143 additions and 153 deletions

10
src/lang/en_US.lang Normal file
View file

@ -0,0 +1,10 @@
.plugin_name = "Inkay"
,.network_category = "Network selection"
,.connect_to_network_setting = "Connect to the Pretendo network"
,.other_category = "Other settings"
,.reset_wwp_setting = "Reset Wara Wara Plaza"
,.press_a_action = "Press A"
,.restart_to_apply_action = "Restart to apply"
,.need_menu_action = "From WiiU menu only"
,.using_nintendo_network = "Using Nintendo Network"
,.using_pretendo_network = "Using Pretendo Network"