aboutsummaryrefslogtreecommitdiff
path: root/lib/include
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2022-04-29 18:56:39 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2022-04-29 18:56:39 +0000
commit9dd499320e9d79c407f991c55572455939550ce5 (patch)
tree7a73852b4aa65329b916cad149aab6f536ff1de8 /lib/include
parent4adfee4ebabd13b647e8b0f718d24937249e0218 (diff)
remove fragments of old localization and adjust remaining inline js strings, fixes #992
Closes #992
Diffstat (limited to 'lib/include')
-rw-r--r--lib/include/html_head.inc.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/include/html_head.inc.php b/lib/include/html_head.inc.php
index 2991ba7..f93878e 100644
--- a/lib/include/html_head.inc.php
+++ b/lib/include/html_head.inc.php
@@ -57,10 +57,6 @@ $getInstalledLanguages = function () {
wysiwyg_enabled: <?= json_encode((bool) Config::get()->WYSIWYG) ?>
}
</script>
-<? if ($_SESSION['_language'] !== 'de_DE'): ?>
- <link rel="localization" hreflang="<?= htmlReady(strtr($_SESSION['_language'], '_', '-')) ?>"
- href="<?= URLHelper::getScriptLink('dispatch.php/localizations/' . $_SESSION['_language']) ?>" type="application/vnd.oftn.l10n+json">
-<? endif ?>
<?= PageLayout::getHeadElements() ?>