-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New locales and fixes #160
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Created empty files for future localization * Update CONTRIBUTING for branch and translations
Co-authored-by: Matt Joseph <encryptstream@gmail.com>
* Update 404.html * Update navigate-terminal.md
* French translation * Update basic-web-server-macos-linux.md Adjusted the YAML frontmatter slightly Co-authored-by: Matt Joseph <encryptstream@gmail.com>
This commit adds empty templates for Telugu (te) and Indonesian (id) to make it easier for folks to get started. It also adds an empty template with a placeholder for the locale code (ISO 639-1). The commit also updates the PR template to be easier.
* Add yamllint config and update YAML files to match rules. The biggest change is breaking strings into multiline plain strings to meet the 80 character limit. * Update yamllint and workflow * Add newline
* Update translations.yml * Remove blank space Co-authored-by: Matt Joseph <encryptstream@gmail.com>
* Adding translation to portuguese * Fix merge conflicts * Fix extra space
* Page translated into Portuguese * Update 404.html Co-authored-by: Matt Joseph <encryptstream@gmail.com>
Co-authored-by: Matt Joseph <encryptstream@gmail.com>
commit 9b2f04c Author: Matt Joseph <encryptstream@gmail.com> Date: Sat Oct 3 20:53:30 2020 -0700 Fix line length commit 10cde24 Merge: 2ee00d6 37bfb95 Author: Matt Joseph <encryptstream@gmail.com> Date: Sat Oct 3 20:51:38 2020 -0700 Merge branch 'staging' of https://github.com/AjiArya/terminalcheatsheet into AjiArya-staging commit 37bfb95 Author: Aji Arya <53201929+AjiArya@users.noreply.github.com> Date: Sun Oct 4 10:38:42 2020 +0700 Delete 404.html commit 3b98af4 Author: Aji Arya <53201929+AjiArya@users.noreply.github.com> Date: Sun Oct 4 10:33:12 2020 +0700 Added Bahasa (Indonesia) Translations for 404 Page commit e21cd2e Author: Aji Arya <53201929+AjiArya@users.noreply.github.com> Date: Sun Oct 4 10:11:44 2020 +0700 Update basic.yml commit 7620fd3 Author: Aji Arya <53201929+AjiArya@users.noreply.github.com> Date: Sun Oct 4 10:01:09 2020 +0700 Added Bahasa (Indonesian) translations for _data/commands/basic.yml commit 33f2f3a Author: Aji Arya <53201929+AjiArya@users.noreply.github.com> Date: Sun Oct 4 09:51:50 2020 +0700 Added Bahasa (Indonesian) translations for _data/commands/files.yml commit daabf4c Merge: c2ebc6f f3152e8 Author: Matt Joseph <encryptstream@gmail.com> Date: Sat Oct 3 19:35:54 2020 -0700 Merge branch 'staging' into staging commit c2ebc6f Author: Aji Arya <53201929+AjiArya@users.noreply.github.com> Date: Sun Oct 4 09:31:51 2020 +0700 Remove blank space commit 521961c Author: Aji Arya <53201929+AjiArya@users.noreply.github.com> Date: Sun Oct 4 09:11:15 2020 +0700 Update translations.yml
Co-authored-by: Matt Joseph <encryptstream@gmail.com>
* Update translations.yml Added telugu as te. * Update translations.yml * Update translations.yml * Update translations.yml * Update translations.yml * Update translations.yml * Update translations.yml * Update translations.yml * Update translations.yml * Update translations.yml * Update translations.yml Co-authored-by: Matt Joseph <encryptstream@gmail.com>
Added Portuguese translations for file command descriptions #115 Co-authored-by: Matt Joseph <encryptstream@gmail.com>
Co-authored-by: Rafael Lopes <rafael.clopes@totvs.com.br> Co-authored-by: Matt Joseph <encryptstream@gmail.com>
* Added Guide In french * Some Basic Changes Co-authored-by: Matt Joseph <encryptstream@gmail.com>
Co-authored-by: Matt Joseph <encryptstream@gmail.com>
* Updated the file * Update with formatting cleanup Co-authored-by: Matt Joseph <encryptstream@gmail.com>
* Update basic-web-server-macos-linux.md * Update with a few minor corrections Co-authored-by: Matt Joseph <encryptstream@gmail.com>
Co-authored-by: Aji Arya <arya@btech.id>
… for guide navigate-terminal.md (#135) * Update navigate-terminal.md * Update navigate-terminal.md * Update basic.yml * Update files.yml * Add images, clean format, and English keywords * Clean up line lengths * Clean up line lengths * Fix indentation * Fix indentation * Small change to avoid bracket as first character * Add backticks around terminal code * Update basic.yml * Update files.yml Co-authored-by: Matt Joseph <encryptstream@gmail.com>
* added Indonesian translation curl-rest-api guide * fixed typo, and change several words more formal
* Add hindi translation * Update curl-rest-api.md * Update with formatting changes Co-authored-by: Matt Joseph <encryptstream@gmail.com>
* Clean up spacing in YAML * Create more uniformity across guides * Clean up formatting and names
* Adds portuguese translation of the web server guide * Adds Portuguese metadata of the web server guide
* Update basic-web-server-macos-linux.md to Telugu * changed language to Telugu Co-authored-by: Matt Joseph <encryptstream@gmail.com>
* Fix: navigate-terminal typo Co-authored-by: Matt Joseph <encryptstream@gmail.com>
Co-authored-by: Matt Joseph <encryptstream@gmail.com>
* added russian translation for general strings * Fix spacing Co-authored-by: Matt Joseph <encryptstream@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This change incorporates new locales supported by PRs from hacktoberfest contributors and fixes for small issues.
These locales are now supported:
hi
- Hindite
- Teluguid
- Indonesian (Bahasa Indonesia)pt-BR
- Portuguese (BR)Required checklist: