From 21861ced5ae1afd086896aa102d67b2b50b1ff3e Mon Sep 17 00:00:00 2001 From: dimden Date: Mon, 18 Sep 2023 14:19:43 +0300 Subject: [PATCH] update locales --- _locales/en/messages.json | 4 ++-- _locales/ru/messages.json | 3 ++- _locales/uk/messages.json | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 53d4ec84..da1e44af 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -541,7 +541,6 @@ "favorited_by": { "message": "Favorited by" }, "disable_retweet_hotkey": { "message": "Disable retweet hotkey (T)" }, "disable_like_hotkey": { "message": "Disable like hotkey (L)" }, - "disable_find_hotkey": { "message": "Disable find hotkey (F)" }, "enable_extension_compatibility": { "message": "Enable extension compatibility mode (only enable if you want to make some extension work with OldTwitter, if it still doesn't work (and most likely won't) disable this again, because this option can make page buggy/laggy)" }, "enter_custom_font_name": {"message": "Enter a custom font name" }, "disable_data_saver": { "message": "Disable data saver for cellular connection", "description": "This option only appears on mobile" }, @@ -578,5 +577,6 @@ "processing": { "message": "Processing" }, "quotes": { "message": "Quotes" }, "share_tweet_in_dms": { "message": "Share tweet in DMs" }, - "share_tweet_to": { "message": "Share tweet to..." } + "share_tweet_to": { "message": "Share tweet to..." }, + "disable_find_hotkey": { "message": "Disable find hotkey (F)" } } \ No newline at end of file diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json index e2bd489c..41d144ab 100644 --- a/_locales/ru/messages.json +++ b/_locales/ru/messages.json @@ -568,5 +568,6 @@ "processing": { "message": "Обработка" }, "quotes": { "message": "Цитаты" }, "share_tweet_in_dms": { "message": "Поделиться твитом в сообщениях" }, - "share_tweet_to": { "message": "Поделиться твитом..." } + "share_tweet_to": { "message": "Поделиться твитом..." }, + "disable_find_hotkey": { "message": "Выключить горячую клавишу для поиска (F)" } } \ No newline at end of file diff --git a/_locales/uk/messages.json b/_locales/uk/messages.json index 321d2477..c2f06f13 100644 --- a/_locales/uk/messages.json +++ b/_locales/uk/messages.json @@ -568,5 +568,6 @@ "processing": { "message": "Обробка" }, "quotes": { "message": "Цитати" }, "share_tweet_in_dms": { "message": "Поширити твіт повідомленням" }, - "share_tweet_to": { "message": "Поширити твіт..." } + "share_tweet_to": { "message": "Поширити твіт..." }, + "disable_find_hotkey": { "message": "Виключити гарячу клавішу для пошуку (F)" } } \ No newline at end of file