Forgejo/templates/package/content
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 .......
2023-07-07 10:47:26 +02:00
..
alpine.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
cargo.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
chef.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
composer.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
composer_dependencies.tmpl Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
conan.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
conda.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
container.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
cran.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
debian.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
generic.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
go.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
helm.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
maven.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
npm.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
npm_dependencies.tmpl Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
nuget.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
pub.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
pypi.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
rpm.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
rubygems.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
rubygems_dependencies.tmpl Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
swift.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00
vagrant.tmpl Fix broken translations for package documantion (#25742) 2023-07-07 10:47:26 +02:00