mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 04:00:32 +00:00
'Add Tab' can't be translated right now either
This commit is contained in:
parent
0e2d7017e0
commit
08ed23ae0c
@ -156,8 +156,13 @@ const char *menu_hash_to_str_it(uint32_t hash)
|
||||
case MENU_VALUE_HISTORY_TAB:
|
||||
return "History tab";
|
||||
#endif
|
||||
#if 1
|
||||
case MENU_VALUE_ADD_TAB:
|
||||
return "Add tab";
|
||||
#else
|
||||
case MENU_VALUE_ADD_TAB:
|
||||
return "Aggiungi scheda";
|
||||
#endif
|
||||
#if 0
|
||||
case MENU_VALUE_PLAYLISTS_TAB:
|
||||
return "Scheda Playlist";
|
||||
|
Loading…
Reference in New Issue
Block a user