You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wxiaoguang 98088befae
Fix broken translations for package documantion (#25742)
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 .......
1 year ago
..
alpine.tmpl Fix broken translations for package documantion (#25742) 1 year ago
cargo.tmpl Fix broken translations for package documantion (#25742) 1 year ago
chef.tmpl Fix broken translations for package documantion (#25742) 1 year ago
composer.tmpl Fix broken translations for package documantion (#25742) 1 year ago
composer_dependencies.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
conan.tmpl Fix broken translations for package documantion (#25742) 1 year ago
conda.tmpl Fix broken translations for package documantion (#25742) 1 year ago
container.tmpl Fix broken translations for package documantion (#25742) 1 year ago
cran.tmpl Fix broken translations for package documantion (#25742) 1 year ago
debian.tmpl Fix broken translations for package documantion (#25742) 1 year ago
generic.tmpl Fix broken translations for package documantion (#25742) 1 year ago
go.tmpl Fix broken translations for package documantion (#25742) 1 year ago
helm.tmpl Fix broken translations for package documantion (#25742) 1 year ago
maven.tmpl Fix broken translations for package documantion (#25742) 1 year ago
npm.tmpl Fix broken translations for package documantion (#25742) 1 year ago
npm_dependencies.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
nuget.tmpl Fix broken translations for package documantion (#25742) 1 year ago
pub.tmpl Fix broken translations for package documantion (#25742) 1 year ago
pypi.tmpl Fix broken translations for package documantion (#25742) 1 year ago
rpm.tmpl Fix broken translations for package documantion (#25742) 1 year ago
rubygems.tmpl Fix broken translations for package documantion (#25742) 1 year ago
rubygems_dependencies.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
swift.tmpl Fix broken translations for package documantion (#25742) 1 year ago
vagrant.tmpl Fix broken translations for package documantion (#25742) 1 year ago