[documentation/digikam-doc] /: try to add HE translations in the CI
Gilles Caulier <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 77ee422c0ec9eb491bb8e135ec42a95cfaee2430 by Gilles Caulier.
Committed on 13/08/2026 at 10:43.
Pushed by cgilles into branch 'master'.
try to add HE translations in the CI
M +1 -2 .gitlab-ci.yml
M +1 -0 404handler.php
M +1 -0 resources/static/js/version_switch.js
https://invent.kde.org/documentation/digikam-doc/-/commit/77ee422c0ec9eb491bb8e135ec42a95cfaee2430
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3f9a77263..55e2a693b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,8 +11,7 @@ include:
variables:
EPUB_NAME: DigikamManual
# NOTE: 'sl' and 'sv' languages are not included as CI build report plenty of formating errors.
- WEBSITE_LANGUAGES: ca cs de en es fi fr it ja lt nl pt_BR pt_PT sk uk_UA zh_CN
-
+ WEBSITE_LANGUAGES: ca cs de en es fi fr he it ja lt nl pt_BR pt_PT sk uk_UA zh_CN
run_tests:
stage: test
image: invent-registry.kde.org/sysadmin/ci-images/staticweb:latest
diff --git a/404handler.php b/404handler.php
index 6cfbd27f0..e3358bfb2 100644
--- a/404handler.php
+++ b/404handler.php
@@ -23,6 +23,7 @@ $supported_languages = array(
"et",
"fi",
"fr",
+ "he",
"it",
"ja",
"ko",
diff --git a/resources/static/js/version_switch.js b/resources/static/js/version_switch.js
index 47e4938e6..5cd10832d 100644
--- a/resources/static/js/version_switch.js
+++ b/resources/static/js/version_switch.js
@@ -22,6 +22,7 @@ var all_langs = {
//"et": "Eesti"
"fi": "Suomeksi",
"fr": "Français",
+ "he": "עברית",
//"id": "Bahasa Indonesia",
"it": "Italiano",
"ja": "日本語",