feat: Add translation for module not found errors

This commit is contained in:
Daniel López Guimaraes 2024-10-29 19:00:22 +00:00 committed by Ash Logan
commit 68bc066c7b
14 changed files with 38 additions and 2 deletions

View file

@ -9,3 +9,5 @@
,.using_nintendo_network = "Using Nintendo Network"
,.using_pretendo_network = "Using Pretendo Network"
,.multiplayer_port_display = "Using UDP port {} for multiplayer"
,.module_not_found = "Could not find Inkay module. Ensure the Inkay module is properly installed"
,.module_init_not_found = "Could not initialize Inkay module. Ensure the Inkay module is properly installed"