1
0
mirror of synced 2026-01-01 18:05:46 -05:00
Files
docs/translations/ru-RU/data/variables/command_line.yml
Vanessa Yuen e50d2ada6f Crowdin translation batch (#16963)
* New Crowdin translations by Github Action

* Revert broken translated files to english

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2020-12-15 13:30:14 -05:00

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 %}