1
0
mirror of synced 2026-01-29 12:00:58 -05:00
Files
docs/translations/es-ES/data/variables/command_line.yml
Vanessa Yuen 01b5d89239 Crowdin translations (translation-batch-1610993249) (#17348)
* New Crowdin translations by Github Action

* Revert broken translated files to English

* fix mistranslated type

* fix mistranslated dates

* fix liquid operator

* revert broken to english

* revert broken translations to english

* revert broken translations to english

* fix broken liquid tag 😭

* fix tags

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-01-19 20:12:46 +01: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 %}