mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-09-08 10:25:20 -05:00
fix(config): Switch to snprintf for formatting
Some checks failed
Inkay-CI / build-inkay (push) Has been cancelled
Some checks failed
Inkay-CI / build-inkay (push) Has been cancelled
while vformat is closer to modern string-formatting sensibilities, it added 400KiB to our binaries, whereas snprintf has no noticeable impact. so... suffer, and hope the translators know what's up
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
,.need_menu_action = "From WiiU menu only"
|
||||
,.using_nintendo_network = "Using Nintendo Network"
|
||||
,.using_pretendo_network = "Using Pretendo Network"
|
||||
,.multiplayer_port_display = "Using UDP port {} for multiplayer"
|
||||
,.multiplayer_port_display = "Using UDP port %hu for multiplayer"
|
||||
,.module_not_found = "Pretendo patch failed - use Aroma Updater to repair (686-1001 Module missing)"
|
||||
,.module_init_not_found = "Pretendo patch failed - use Aroma Updater to repair (686-1002 Module init)"
|
||||
|
||||
Reference in New Issue
Block a user