diff --git a/src/livecodes/i18n/locales/ar/language-info.ts b/src/livecodes/i18n/locales/ar/language-info.ts index 9e6d15a1ec..ad597838d2 100644 --- a/src/livecodes/i18n/locales/ar/language-info.ts +++ b/src/livecodes/i18n/locales/ar/language-info.ts @@ -137,7 +137,6 @@ const languageInfo: I18nLangInfoTranslation = { }, java: { desc: 'JVM يعمل في المتصفح باستخدام DoppioJVM.', - link: '<1> <2>موقع جافا الرسمي <3> <4> DoppioJVM <5> <6> تعلم X في دقائق Y، حيث X = جافا <7> <8> تحميل قالب البدء ', name: 'Java', }, jsx: { diff --git a/src/livecodes/i18n/locales/de/language-info.ts b/src/livecodes/i18n/locales/de/language-info.ts index 6b09603c3b..2254bfe062 100644 --- a/src/livecodes/i18n/locales/de/language-info.ts +++ b/src/livecodes/i18n/locales/de/language-info.ts @@ -140,7 +140,6 @@ const languageInfo: I18nLangInfoTranslation = { }, java: { desc: 'JVM läuft im Browser mit DoppioJVM.', - link: '<1> <2>Offizielle Java-Website <3> <4> DoppioJVM <5> <6> Lernen Sie X in Y Minuten, wobei X=java <7> <8> Laden Sie die Startvorlage ', name: 'Java', }, jsx: { diff --git a/src/livecodes/i18n/locales/es/language-info.ts b/src/livecodes/i18n/locales/es/language-info.ts index 2ed26fc7c7..4d2d273c77 100644 --- a/src/livecodes/i18n/locales/es/language-info.ts +++ b/src/livecodes/i18n/locales/es/language-info.ts @@ -140,7 +140,6 @@ const languageInfo: I18nLangInfoTranslation = { }, java: { desc: 'JVM ejecutándose en el navegador utilizando DoppioJVM.', - link: '<1> <2>Sitio web oficial de Java <3> <4> DoppioJVM <5> <6> Aprenda X en Y minutos, donde X=java <7> <8> Cargue la plantilla de inicio ', name: 'Java', }, jsx: { diff --git a/src/livecodes/i18n/locales/fr/language-info.ts b/src/livecodes/i18n/locales/fr/language-info.ts index 66221c94fe..6bd683679f 100644 --- a/src/livecodes/i18n/locales/fr/language-info.ts +++ b/src/livecodes/i18n/locales/fr/language-info.ts @@ -140,7 +140,6 @@ const languageInfo: I18nLangInfoTranslation = { }, java: { desc: "JVM fonctionnant dans le navigateur à l'aide de DoppioJVM.", - link: '<1> <2>Site officiel de Java <3> <4> DoppioJVM <5> <6> Apprendre X en Y minutes, où X=java <7> <8> Charger le modèle de démarrage ', name: 'Java', }, jsx: { diff --git a/src/livecodes/i18n/locales/hi/language-info.ts b/src/livecodes/i18n/locales/hi/language-info.ts index 0d2cda0018..103a37ee77 100644 --- a/src/livecodes/i18n/locales/hi/language-info.ts +++ b/src/livecodes/i18n/locales/hi/language-info.ts @@ -139,7 +139,6 @@ const languageInfo: I18nLangInfoTranslation = { }, java: { desc: 'DoppioJVM का उपयोग करके ब्राउज़र में JVM चल रहा है।', - link: '<1> <2> जावा आधिकारिक वेबसाइट <3> <4> <5> -3> < <6> टैग-6> वाई मिनटों में एक्स सीखें, जहां एक्स=जावा <7> > <टैग-7> <टैग-8 <8> स्टार्टर टेम्पलेट लोड करें ', name: 'Java', }, jsx: { diff --git a/src/livecodes/i18n/locales/it/language-info.ts b/src/livecodes/i18n/locales/it/language-info.ts index e04362d0fc..221963e555 100644 --- a/src/livecodes/i18n/locales/it/language-info.ts +++ b/src/livecodes/i18n/locales/it/language-info.ts @@ -139,7 +139,6 @@ const languageInfo: I18nLangInfoTranslation = { }, java: { desc: 'JVM in esecuzione nel browser utilizzando DoppioJVM.', - link: '<1> <2>Sito ufficiale di Java <3> <4> DoppioJVM <5> <6> Imparare X in Y minuti, dove X=java <7> <8> Caricare il modello iniziale ', name: 'Java', }, jsx: { diff --git a/src/livecodes/i18n/locales/ja/language-info.ts b/src/livecodes/i18n/locales/ja/language-info.ts index 2a5920f6d4..3d198cb6ce 100644 --- a/src/livecodes/i18n/locales/ja/language-info.ts +++ b/src/livecodes/i18n/locales/ja/language-info.ts @@ -139,7 +139,6 @@ const languageInfo: I18nLangInfoTranslation = { }, java: { desc: 'DoppioJVMを使ってブラウザで動作するJVM。', - link: '<1> <2>Java公式サイト DoppioJVM XをY分で学ぶ、X=Java スターターテンプレートのロード <3> <4> <5> <6> <7> <8> ', name: 'Java', }, jsx: { diff --git a/src/livecodes/i18n/locales/pt/language-info.ts b/src/livecodes/i18n/locales/pt/language-info.ts index 8f59082f94..9183319d08 100644 --- a/src/livecodes/i18n/locales/pt/language-info.ts +++ b/src/livecodes/i18n/locales/pt/language-info.ts @@ -139,7 +139,6 @@ const languageInfo: I18nLangInfoTranslation = { }, java: { desc: 'JVM em execução no navegador usando DoppioJVM.', - link: '<1> <2>Sítio Web oficial de Java <3> <4> DoppioJVM <5> <6> Aprender X em Y minutos, onde X=java <7> <8> Carregar modelo inicial ', name: 'Java', }, jsx: { diff --git a/src/livecodes/i18n/locales/ru/language-info.ts b/src/livecodes/i18n/locales/ru/language-info.ts index 85bf88a1c1..faf2d4b538 100644 --- a/src/livecodes/i18n/locales/ru/language-info.ts +++ b/src/livecodes/i18n/locales/ru/language-info.ts @@ -141,7 +141,6 @@ const languageInfo: I18nLangInfoTranslation = { }, java: { desc: 'JVM, работающая в браузере с помощью DoppioJVM.', - link: '<1> <2>Официальный сайт Java <3> <4> DoppioJVM <5> <6> Узнай X за Y минут, где X=java <7> <8> Загрузи стартовый шаблон ', name: 'Java', }, jsx: { diff --git a/src/livecodes/i18n/locales/ur/language-info.ts b/src/livecodes/i18n/locales/ur/language-info.ts index 97ad1f1be3..ec4c656bdd 100644 --- a/src/livecodes/i18n/locales/ur/language-info.ts +++ b/src/livecodes/i18n/locales/ur/language-info.ts @@ -140,7 +140,6 @@ const languageInfo: I18nLangInfoTranslation = { }, java: { desc: 'DoppioJVM کا استعمال کرتے ہوئے براؤزر میں JVM چل رہا ہے۔', - link: '<1> <2> Java آفیشل ویب سائٹ <3> <4> DoppioJVM <5> <6> Y منٹ میں X سیکھیں، جہاں X=java <7> <8> شروع کریں', name: 'Java', }, jsx: { diff --git a/src/livecodes/i18n/locales/zh-CN/language-info.ts b/src/livecodes/i18n/locales/zh-CN/language-info.ts index a3321e94ff..66e91ed64b 100644 --- a/src/livecodes/i18n/locales/zh-CN/language-info.ts +++ b/src/livecodes/i18n/locales/zh-CN/language-info.ts @@ -136,7 +136,6 @@ const languageInfo: I18nLangInfoTranslation = { }, java: { desc: '使用 DoppioJVM 在浏览器中运行的 JVM。', - link: '<1> <2>Java 官方网站 DoppioJVM 在 Y 分钟内学习 X,其中 X=java 加载启动模板 <3> <4> <5> <6> <7> <8> ', name: 'Java', }, jsx: {