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 4eb3e43
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions json_text.js
Original file line number Diff line number Diff line change
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 4eb3e43

Please sign in to comment.