From 3c38de1a10da0890d58fce7c2fedcc2c83063af3 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Sat, 9 Dec 2023 14:57:21 +0100 Subject: [PATCH] [tools] Enabled af, lt translations for strings Signed-off-by: Alexander Borsuk --- tools/python/translate.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/python/translate.py b/tools/python/translate.py index c9cda76cf3..75b076c5de 100755 --- a/tools/python/translate.py +++ b/tools/python/translate.py @@ -15,6 +15,7 @@ TRANS_CMD = 'trans' # Use DeepL when possible with a fall back to Google. # List of Google Translate target languages: https://cloud.google.com/translate/docs/languages GOOGLE_TARGET_LANGUAGES = [ + 'af', 'ar', 'be', 'ca', @@ -48,7 +49,7 @@ DEEPL_TARGET_LANGUAGES = [ 'it', 'ja', 'ko', -# 'lt', + 'lt', # 'lv', 'nb', 'nl',