Skip to content

Commit

Permalink
feat: [#49] Add tool-tips to Mongolian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ursjoss committed Aug 5, 2024
1 parent f7c12a9 commit a717e77
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions json_text.js
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,7 @@ arrUI = [
"Die Grafik ist in verschiedenen Sprachen verfügbar:" +
"<a href=\"https://www.swisstph.ch/de/projects/ludok/healtheffects\" target=\"_blank\" title=\"Deutsch\"> DE</a>" +
"," +
"<a href=\"https://www.swisstph.ch/fr/projects/ludok/healtheffects\" target=\"_blank\" title=\"Französich\"> FR</a>" +
"<a href=\"https://www.swisstph.ch/fr/projects/ludok/healtheffects\" target=\"_blank\" title=\"Französisch\"> FR</a>" +
"," +
"<a href=\"https://www.swisstph.ch/en/projects/ludok/effetti-sulla-salute\" target=\"_blank\" title=\"Italienisch\"> IT</a>" +
"," +
Expand Down Expand Up @@ -1866,19 +1866,19 @@ arrUI = [
"</ul>" +
"<br><br>" +
"Энэхүү тайлбарт зургыг дараах хэлээр үзэх боломжтой:" +
"<a href=\"https://www.swisstph.ch/de/projects/ludok/healtheffects\" target=\"_blank\"> DE</a>" +
"<a href=\"https://www.swisstph.ch/de/projects/ludok/healtheffects\" target=\"_blank\" title=\"Герман\"> DE</a>" +
"," +
"<a href=\"https://www.swisstph.ch/fr/projects/ludok/healtheffects\" target=\"_blank\"> FR</a>" +
"<a href=\"https://www.swisstph.ch/fr/projects/ludok/healtheffects\" target=\"_blank\" title=\"Франц\"> FR</a>" +
"," +
"<a href=\"https://www.swisstph.ch/en/projects/ludok/effetti-sulla-salute\" target=\"_blank\"> IT</a>" +
"<a href=\"https://www.swisstph.ch/en/projects/ludok/effetti-sulla-salute\" target=\"_blank\" title=\"итали\"> IT</a>" +
"," +
"<a href=\"https://www.swisstph.ch/en/projects/ludok/healtheffects\" target=\"_blank\"> EN</a>" +
"<a href=\"https://www.swisstph.ch/en/projects/ludok/healtheffects\" target=\"_blank\" title=\"Англи\"> EN</a>" +
"," +
"<a href=\"https://www.swisstph.ch/en/projects/ludok/healtheffects-turkish\" target=\"_blank\"> TR</a>" +
"<a href=\"https://www.swisstph.ch/en/projects/ludok/healtheffects-turkish\" target=\"_blank\" title=\"турк\"> TR</a>" +
"," +
"<a href=\"https://www.swisstph.ch/en/projects/ludok/healtheffects-ukrainian\" target=\"_blank\"> UK</a>" +
"<a href=\"https://www.swisstph.ch/en/projects/ludok/healtheffects-ukrainian\" target=\"_blank\" title=\"украин\"> UK</a>" +
"," +
"<a href=\"https://www.swisstph.ch/en/projects/ludok/healtheffects-mongolian\" target=\"_blank\"> MN</a>" +
"<a href=\"https://www.swisstph.ch/en/projects/ludok/healtheffects-mongolian\" target=\"_blank\" title=\"Монгол\"> MN</a>" +
"." +
"<br><br>" +
"Бусад мэдээллийг тайлбарт зурган доорх сонголтуудаас үзэж болно",
Expand Down

0 comments on commit a717e77

Please sign in to comment.