From 8a1e80a28dd72e11ab1c6252eeb9db0111f8094a Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 11 Jun 2023 00:13:24 +0000 Subject: [PATCH] Fetch translations from Crowdin --- intl/msg_hash_en.h | 4 ++++ intl/progress.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/intl/msg_hash_en.h b/intl/msg_hash_en.h index a0536829e2..dc5debdd32 100644 --- a/intl/msg_hash_en.h +++ b/intl/msg_hash_en.h @@ -29,6 +29,10 @@ MSG_HASH( MENU_ENUM_SUBLABEL_NETPLAY, "Join or host a net-play session." ) +MSG_HASH( + MENU_ENUM_LABEL_HELP_QUIT_RETROARCH, + "Quit RetroArch. Killing the program in any hard way (SIGKILL, etc.) will terminate RetroArch without saving the configuration, etc. On Unix-likes, SIGINT/SIGTERM allows a clean deinitialisation." + ) /* Main Menu > Load Core */ diff --git a/intl/progress.h b/intl/progress.h index e433f1cabd..acc82f801f 100644 --- a/intl/progress.h +++ b/intl/progress.h @@ -35,7 +35,7 @@ #define LANGUAGE_PROGRESS_GREEK_APPROVED 0 /* English, United Kingdom */ -#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 88 +#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 89 #define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_APPROVED 0 /* Esperanto */