Skip to content
#

translation

Here are 3,780 public repositories matching this topic...

renta
renta commented Mar 24, 2021

Package version eg. v9, v10:

github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.2.0

Issue, Question or Enhancement:

Golangci-lint (https://github.com/golangci/golangci-lint) comes with a errorlint linter (https://github.com/polyfloyd/go-errorlint). When I switched it on, I got this issue f

datafoo
datafoo commented May 25, 2021

Describe the bug
Extracting messages that occurs in several places in the code results in an entry containing all references on a dedicated line:

#: js/chart/HistoryChart.tsx:74
#: js/chart/LiveChart.tsx:77
msgid "Loading chart…"
msgstr ""

Expected behavior
Extracting messages that occurs in several places in the code should result in an entry containing all reference

weblate
miroslavrehor
miroslavrehor commented Jul 25, 2021

Problem:
The translator sometimes does not make correct spaces around tags. For example:

<p>Click on the links<a href="...">here</a>or<a href="...">here</a>.</p>

Solution suggestion:
Create new quality check. Logic like:

  • if tag: a, strong, b, i, ...
  • and if following chars are before or after the tag: \p{L}
  • then show a failed check

Improve this page

Add a description, image, and links to the translation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the translation topic, visit your repo's landing page and select "manage topics."

Learn more