* New Crowdin translations by Github Action * Revert broken translated files to english Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
11 lines
531 B
YAML
11 lines
531 B
YAML
---
|
|
#Use this variable wherever backticks are necessary
|
|
backticks: >-
|
|
{% if currentVersion == "free-pro-team@latest" %}github.com{% else %}[hostname]{% endif %}
|
|
#Use this variable within codeblocks (because it includes HTML! Which only renders in shell codeblocks!)
|
|
codeblock: >-
|
|
{% if currentVersion == "free-pro-team@latest" %}github.com{% else %}<em>hostname</em>{% endif %}
|
|
#GitHub URL example
|
|
git_url_example: >-
|
|
https://{% if currentVersion == "free-pro-team@latest" %}github.com{% else %}github.example.com{% endif %}
|