Skip to content

Commit

Permalink
Update config.cpp
Browse files Browse the repository at this point in the history
Added Italian translation
  • Loading branch information
KintsugiUwU authored and ashquarky committed Apr 17, 2024
1 parent c05c332 commit 11c170d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,17 @@ constexpr config_strings get_config_strings(nn::swkbd::LanguageType language) {
.restart_to_apply_action = "Redémarrer pour appliquer",
.need_menu_action = "Depuis le menu Wii U seulement",
};
case nn::swkbd::LanguageType::Italian:
return {
.plugin_name = "Inkay",
.network_category = "Selezione della rete",
.connect_to_network_setting = "Connettiti alla rete Pretendo",
.other_category = "Altre categorie",
.reset_wwp_setting = "Ripristina Wara Wara Plaza",
.press_a_action = "Premi A",
.restart_to_apply_action = "Riavvia per applicare",
.need_menu_action = "Solo dal menu WiiU",
};
}
}

Expand Down

0 comments on commit 11c170d

Please sign in to comment.