Skip to content

Commit 3b6ab5f

Browse files
committed
Merge remote-tracking branch 'origin/master' into gh-desktop-es
2 parents cfaee8a + 1d3e966 commit 3b6ab5f

File tree

88 files changed

+93
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+93
-8
lines changed

_data/ui-text.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ en: &DEFAULT_EN
3434
show-me-how : "Show me how"
3535
troubleshooting : "Help me troubleshoot"
3636
tell-me-why : "Tell me why"
37+
get-help : "Get Help"
3738
stuck : "Stuck? Open an issue in the repository for this class and mention <strong>@githubteacher</strong> for help from one of the GitHub trainers!"
3839
continue : "Continue"
3940
en-US:
@@ -75,6 +76,7 @@ es: &DEFAULT_ES
7576
show-me-how : "Enséñame cómo"
7677
troubleshooting : "Ayúdame a resolver"
7778
tell-me-why : "Dime por qué"
79+
get-help : "Pide Ayuda"
7880
stuck : "¿Atascado? Abre un tema (issue) en el repositorio para esta clase y menciona a <strong>@githubteacher</strong> para obtener ayuda de uno de los instructores de GitHub."
7981
continue : "Continuar"
8082
es-ES:

_layouts/simple-class.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,12 @@
120120
</details>
121121
{% endif %}
122122

123+
{% if page.help %}
123124
<div class="flash mb-2 flash-success">
124-
{{ site.data.ui-text[page.lang].stuck }}
125+
<div class="float-left p-1 mr-3"><a href="{{ page.help }}" class="btn btn-primary">{{ site.data.ui-text[page.lang].get-help }}</a></div>
126+
<div class="overflow-hidden">{{ site.data.ui-text[page.lang].stuck }}</div>
125127
</div>
128+
{% endif %}
126129

127130
{% if page.next-page %}
128131
<a href="{{ site.baseurl }}{{ page.next-page }}" class="btn">{{ site.data.ui-text[page.lang].continue }}</a>

index.html

+1-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@
2222
description: Learn how to **use the Command Line** to copy a repository to your computer, track changes and communicate with GitHub.
2323
image: images/about/collabocats.jpg
2424
imageAlt: The 'collabocats', cartoon of octocats pictured on two laptops with symbols showing they're collaborating on code
25-
link: /github-cli
26-
- title: Managing Merge Conflicts
27-
description: First you had issues, now you have conflicts. Learn how to resolve at least one of them.
28-
image: ./images/skatetocat.png
29-
imageAlt: The 'skatetocat', a cartoon of an octocat using a skateboard and having fun
30-
link: /merge-conflicts
25+
link: /github-cli
3126
- title: GitHub for Windows Users
3227
description: Learn how to configure your local git environment to work with GitHub and how to complete GitHub flow using the GitHub Extension for Visual Studio.
3328
image: images/red-polo.png

paths/electron/distributing/01-share-apps.md

+1

paths/electron/distributing/02-native-app-discovery.md

+1

paths/electron/distributing/03-sharing-on-websites.md

+1

paths/electron/distributing/04-celebrate.md

+1

paths/electron/packaging-apps/01-packaging-electron.md

+1

paths/electron/packaging-apps/02-using-electron-packager.md

+1

paths/electron/packaging-apps/03-adding-an-icon.md

+1

paths/electron/packaging-apps/04-testing.md

+1

paths/electron/packaging-apps/05-celebrate.md

+1

paths/electron/starting-with-electron/01-getting-started.md

+1

paths/electron/starting-with-electron/02-electron-boilerplate.md

+1

paths/electron/starting-with-electron/03-git-repository.md

+1

paths/electron/starting-with-electron/04-creating-app-files.md

+1

paths/electron/starting-with-electron/05-running-the-app.md

+1

paths/electron/starting-with-electron/06-add-to-index.md

+1

paths/electron/starting-with-electron/07-add-to-css.md

+1

paths/electron/starting-with-electron/08-add-to-js.md

+1

paths/electron/starting-with-electron/09-celebrate.md

+1

paths/github-cli/01-github-CLI-introduction.md

+1

paths/github-cli/02-local-configurations.md

+1

paths/github-cli/03-create-repo-in-browser.md

+1

paths/github-cli/04-choose-a-theme.md

+1

paths/github-cli/05-cloning.md

+1

paths/github-cli/06-create-branch.md

+1

paths/github-cli/07-local-files.md

+1

paths/github-cli/08-2-step-commit.md

+2-1

paths/github-cli/09-push-and-pull.md

+1

paths/github-cli/10-merging.md

+1

paths/github-cli/11-view-your-site.md

+1

paths/github-cli/12-sync-local-repo.md

+1

paths/github-cli/13-join-class-repo.md

+1

paths/github-cli/14-review-local-workflow.md

+1

paths/github-cli/15-push-and-open-pr.md

+1

paths/github-cli/16-collaborate.md

+1

paths/github-cli/17-merge-changes.md

+1

paths/github-cli/viewing-history.md

+1

paths/github-desktop/01-class-introduction.md

+1

paths/github-desktop/02-install-desktop.md

+1

paths/github-desktop/03-creating-repository-in-browser.md

+1

paths/github-desktop/04-choose-a-theme.md

+1

paths/github-desktop/05-cloning-repository-locally.md

+1

paths/github-desktop/06-create-a-branch.md

+1

paths/github-desktop/07-make-local-changes.md

+1

paths/github-desktop/08-add-commits-desktop.md

+1

paths/github-desktop/09-open-pull-request.md

+1

paths/github-desktop/10-merging-pull-requests.md

+1

paths/github-desktop/11-view-your-site.md

+1

paths/github-desktop/12-sync-local-repo.md

+1

0 commit comments

Comments
 (0)