Skip to content
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 53 commits into from
Oct 9, 2020
Merged

New locales and fixes #160

merged 53 commits into from
Oct 9, 2020

Conversation

devadvance
Copy link
Owner

Description

This change incorporates new locales supported by PRs from hacktoberfest contributors and fixes for small issues.

These locales are now supported:

  • hi - Hindi
  • te - Telugu
  • id - Indonesian (Bahasa Indonesia)
  • pt-BR - Portuguese (BR)

Required checklist:

  • My code matches the existing code style of this project.
  • One of these:
    • This is a new localization for existing content.
    • This is new content that is localized for all the locales that this project currently supports.
    • I described above how I plan to localize this content immediately after merging these changes.
    • Localization is not applicable to this change.
  • I have tested my code and it successfully builds for GitHub Pages and validates as AMP.

devadvance and others added 30 commits October 2, 2020 21:14
* Created empty files for future localization

* Update CONTRIBUTING for branch and translations
* Update Hindi translations

* Added Hindi translation

Co-authored-by: Rookie3109 <65118866+Rookie3109@users.noreply.github.com>
Co-authored-by: Matt Joseph <encryptstream@gmail.com>
)

* cleaning

* till prerequisites

* Final

* added images by removing amp from amp-img

* fixed the errors
* 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
* Page translated into Portuguese

* Update 404.html

* Added Portuguese translations to command descriptions #97

* Adjusted

* Blanks removed

* Adjustment for yaml validation

Co-authored-by: Matt Joseph <encryptstream@gmail.com>
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>
IMPrimph and others added 23 commits October 4, 2020 15:19
* 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>
… 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>
…#144)

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>
* Update Portuguese translation curl REST API guide index (#108)

* Add Portuguese translation of the curl REST API guide (#108)

Co-authored-by: Matt Joseph <encryptstream@gmail.com>
* added russian translation for general strings

* Fix spacing

Co-authored-by: Matt Joseph <encryptstream@gmail.com>
* Consistency

* Consistency and add guides to index for Hindi

* Cleanup id and add to guide index
* Cleanup guides

* Add to guide index

* Cleanup translations file

* Cleanup commands

* Add index include

* Turn off ru for now
* Change Portuguese locale code

* Consistency across guides
@devadvance devadvance merged commit 83248cf into master Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet