simeononsecurity / glotta

Translate Hugo markdown file content and create index bundles
https://simeononsecurity.com/other/glotta-streamlining-hugo-text-translation-for-global-reach/
MIT License
2 stars 2 forks source link

Parser issue: text between links wont be tranlated #35

Open kingdase opened 8 months ago

kingdase commented 8 months ago

Example:

---
description: "Link issue"
title: "Link issue"
---

## Link issue

This is a link [GitHub](https://www.github.com) and this is also [Google](https://www.google.com) a link.

becomes

---
description: "Problem mit dem Link"
title: "Problem mit dem Link"
---

## Linkproblem

Das ist ein Link  [GitHub](https://www.github.com) and this is also [Google](https://www.google.com) ein Link.

Note "and this is also" between the links

simeononsecurity commented 4 months ago

@kingdase Yeah that is unintended. Will look into it.