mirror of https://github.com/go-gitea/gitea.git
98088befae
The code was just copied&pasted, it causes problems now. There are a lot (for every package) broken translations. eg: ``` # en-US conda.documentation = For more information on the Conda registry, see <a target="_blank" rel="noopener noreferrer" href="%s">the documentation</a>. # fr-FR (and many languages) conda.documentation=Pour plus d'informations sur le registre Conda, voir <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/fr-fr/packages/conda/">la documentation</a>. ``` To resolve the problem fundamentally, use a general string, and trigger the re-translating on Crowdin side. And, it should really really really avoid introducing too much copied&pasted code ....... |
||
---|---|---|
.. | ||
alpine.tmpl | ||
cargo.tmpl | ||
chef.tmpl | ||
composer.tmpl | ||
composer_dependencies.tmpl | ||
conan.tmpl | ||
conda.tmpl | ||
container.tmpl | ||
cran.tmpl | ||
debian.tmpl | ||
generic.tmpl | ||
go.tmpl | ||
helm.tmpl | ||
maven.tmpl | ||
npm.tmpl | ||
npm_dependencies.tmpl | ||
nuget.tmpl | ||
pub.tmpl | ||
pypi.tmpl | ||
rpm.tmpl | ||
rubygems.tmpl | ||
rubygems_dependencies.tmpl | ||
swift.tmpl | ||
vagrant.tmpl |