moved link to arch package documentation from translation to html template

This commit is contained in:
Danila Fominykh 2023-11-01 20:16:53 -03:00
parent 16da9f90b3
commit ffca863e37
No known key found for this signature in database
GPG Key ID: FC04D07F75B663FC
2 changed files with 2 additions and 2 deletions

View File

@ -3340,7 +3340,7 @@ alpine.repository.repositories = Repositories
alpine.repository.architectures = Architectures alpine.repository.architectures = Architectures
arch.pacmanconf = Add server with related distribution and architecture to <code>/etc/pacman.conf</code>: arch.pacmanconf = Add server with related distribution and architecture to <code>/etc/pacman.conf</code>:
arch.pacmansync = Sync package with pacman: arch.pacmansync = Sync package with pacman:
arch.documentation = For more information on the arch mirrors, see <a target="_blank" rel="noopener noreferrer" href="%s">the documentation</a>. arch.documentation = For more information on the arch mirrors, see %sthe documentation%s.
arch.properties = Package properties arch.properties = Package properties
cargo.registry = Setup this registry in the Cargo configuration file (for example <code>~/.cargo/config.toml</code>): cargo.registry = Setup this registry in the Cargo configuration file (for example <code>~/.cargo/config.toml</code>):
cargo.install = To install the package using Cargo, run the following command: cargo.install = To install the package using Cargo, run the following command:

View File

@ -16,7 +16,7 @@ Server = <gitea-origin-url data-url="{{AppSubUrl}}/api/packages/{{.PackageDescri
</div> </div>
<div class="field"> <div class="field">
<label>{{.locale.Tr "packages.arch.documentation" "https://docs.gitea.io/en-us/usage/packages/arch/" | Safe}}</label> {{.locale.Tr "packages.arch.documentation" (printf `<a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/usage/packages/arch/">`) (printf `</a>`) | Safe}}
</div> </div>
</div> </div>
</div> </div>