mirror of
https://github.com/go-gitea/gitea.git
synced 2024-09-01 14:56:30 +00:00
moved link to arch package documentation from translation to html template
This commit is contained in:
parent
16da9f90b3
commit
ffca863e37
@ -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:
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user