From 446da4cf142c6a963d568fee6d2f48dcf8afe782 Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Thu, 20 Jun 2024 21:33:00 +0200 Subject: [PATCH] fix translate language for hebrew --- labscore/constants.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/labscore/constants.js b/labscore/constants.js index b8f5e17..e2dd611 100644 --- a/labscore/constants.js +++ b/labscore/constants.js @@ -666,6 +666,7 @@ module.exports.TRANSLATE_LANGUAGE_MAPPINGS = Object.freeze({ "ha": "🇳🇬", "haw": "", "he": "🇮🇱", + "iw": "🇮🇱", "hi": "🇮🇳", "hmn": "", "hu": "🇭🇺", @@ -799,6 +800,7 @@ module.exports.TRANSLATE_LANGUAGES = Object.freeze({ "ha": "Hausa", "haw": "Hawaiian", "he": "Hebrew", + "iw": "Hebrew", "hi": "Hindi", "hmn": "Hmong", "hu": "Hungarian", @@ -1055,3 +1057,6 @@ module.exports.YOUTUBE_CATEGORIES = { "shorts": "42", "shows": "43" } + +// Special character that allows for fully hidden masked links on all (supported) platforms. +module.exports.HIDDEN_MASKED_LINK_CHARACTER = "󠄴"; \ No newline at end of file