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

Looking for document translators 🌎🌎🌎 #213

Open
myConsciousness opened this issue Jun 6, 2022 · 29 comments
Open

Looking for document translators 🌎🌎🌎 #213

myConsciousness opened this issue Jun 6, 2022 · 29 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed

Comments

@myConsciousness
Copy link
Member

Not only GitHub but things are mainly done in English in today's world, however that does not mean that everyone can read and write English. Although translation software has improved, we feel that the best documents are those translated or written by native speakers of the language.

That is why this isssue was created. The translation of the documentation is as important a contribution as the coding, and we hope that the library will be translated into as many languages as possible to reach as many people as possible who want to use the Twitter API easily.

@myConsciousness myConsciousness added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 6, 2022
@myConsciousness myConsciousness self-assigned this Jun 6, 2022
@myConsciousness myConsciousness pinned this issue Jun 6, 2022
@myConsciousness myConsciousness added the help wanted Extra attention is needed label Jun 6, 2022
@myConsciousness myConsciousness changed the title Internationalize documents 🌎🌎🌎 We are looking for document translators 🌎🌎🌎 Jun 6, 2022
@myConsciousness myConsciousness changed the title We are looking for document translators 🌎🌎🌎 Looking for document translators 🌎🌎🌎 Jun 6, 2022
bors bot added a commit that referenced this issue Jun 8, 2022
228: docs: added readme for japanese (#213) r=myConsciousness a=myConsciousness

# 1. Description

<!-- Provide a description of what this PR is doing.
If you're modifying existing behavior, describe the existing behavior, how this PR is changing it,
and what motivated the change. If this is a breaking change, specify explicitly which APIs have been
changed. -->

## 1.1. Checklist

<!-- Before you create this PR confirm that it meets all requirements listed below by checking the
relevant checkboxes (`[x]`). This will ensure a smooth and quick review process. -->

- [x] The title of my PR starts with a [Conventional Commit] prefix (`fix:`, `feat:`, `docs:` etc).
- [x] I have read the [Contributor Guide] and followed the process outlined for submitting PRs.
- [x] I have updated/added tests for ALL new/updated/fixed functionality.
- [x] I have updated/added relevant documentation in `docs` and added dartdoc comments with `///`.
- [x] I have updated/added relevant examples in `examples`.

## 1.2. Breaking Change

<!-- Does your PR require users to manually update their apps to accommodate your change?

If the PR is a breaking change this should be indicated with suffix "!"  (for example, `feat!:`, `fix!:`). See [Conventional Commit] for details.
-->

- [ ] Yes, this is a breaking change.
- [x] No, this is _not_ a breaking change.

## 1.3. Related Issues

<!-- Provide a list of issues related to this PR from the [issue database].
Indicate which of these issues are resolved or fixed by this PR, i.e. Fixes #xxxx* !-->

<!-- Links -->

[issue database]: https://github.com/twitter-dart/twitter-api-v2/issues
[contributor guide]: https://github.com/twitter-dart/twitter-api-v2/blob/main/CONTRIBUTING.md
[style guide]: https://github.com/twitter-dart/twitter-api-v2/blob/main/STYLEGUIDE.md
[conventional commit]: https://conventionalcommits.org


Co-authored-by: myConsciousness <kato.shinya.dev@gmail.com>
@myConsciousness
Copy link
Member Author

Let's create translated documents in the folder below! 🚀

https://github.com/twitter-dart/twitter-api-v2/tree/main/i18n

@natastro
Copy link

Hello! 👋🏼 I would love to help with Spanish translations if needed. Thank you 😀

@myConsciousness
Copy link
Member Author

Hi @natastro! Of course you can work on this, thank you and I'll be waiting for your pull request! 🌎

natastro pushed a commit to natastro/twitter-api-v2 that referenced this issue Jun 30, 2022
bors bot added a commit that referenced this issue Jun 30, 2022
325: docs: Translated README doc into Spanish for issue #213 r=myConsciousness a=natastro

# 1. Description

Created `README-ES.md` in the i18n folder. I copied and pasted the English version (README.md) and translated line by line into Spanish (except for Names and code snippets, etc.)

## 1.1. Checklist

<!-- Before you create this PR confirm that it meets all requirements listed below by checking the
relevant checkboxes (`[x]`). This will ensure a smooth and quick review process. -->

- [x] The title of my PR starts with a [Conventional Commit] prefix (`fix:`, `feat:`, `docs:` etc).
- [x] I have read the [Contributor Guide] and followed the process outlined for submitting PRs.
- [N/A] I have updated/added tests for ALL new/updated/fixed functionality.
- [x] I have updated/added relevant documentation in `docs` and added dartdoc comments with `///`.
- [N/A] I have updated/added relevant examples in `examples`.

## 1.2. Breaking Change

- [ ] Yes, this is a breaking change.
- [x] No, this is _not_ a breaking change.

## 1.3. Related Issues

N/A - just created a Spanish version of the README.md file for translation

<!-- Links -->

[issue database]: https://github.com/twitter-dart/twitter-api-v2/issues
[contributor guide]: https://github.com/twitter-dart/twitter-api-v2/blob/main/CONTRIBUTING.md
[style guide]: https://github.com/twitter-dart/twitter-api-v2/blob/main/STYLEGUIDE.md
[conventional commit]: https://conventionalcommits.org

Hi `@myConsciousness` - here is my PR! Please let me know if you need anything else or if there is other documentation I can assist in translating! Please let me know if you need anything - thank you 😀


Co-authored-by: Natalie Stroud <stroudn1@nku.edu>
Co-authored-by: Kato Shinya / 加藤 真也 <kato.shinya.dev@gmail.com>
@myConsciousness
Copy link
Member Author

@all-contributors please add @natastro for doc, translation

@allcontributors
Copy link
Contributor

@myConsciousness

I've put up a pull request to add @natastro! 🎉

bors bot added a commit that referenced this issue Jun 30, 2022
328: docs: add natastro as a contributor for doc, translation r=myConsciousness a=allcontributors[bot]

Add `@natastro` as a contributor for doc, translation.

This was requested by myConsciousness [in this comment](#213 (comment))

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
bors bot added a commit that referenced this issue Jul 6, 2022
332: docs: added german translation for readme (#213) r=myConsciousness a=novas1r1

# 1. Description
Added German translation of the Readme.

## 1.1. Checklist
- [x] The title of my PR starts with a [Conventional Commit] prefix (`fix:`, `feat:`, `docs:` etc).
- [x] I have read the [Contributor Guide] and followed the process outlined for submitting PRs.
- [ ] I have updated/added tests for ALL new/updated/fixed functionality.
- [x] I have updated/added relevant documentation in `docs` and added dartdoc comments with `///`.
- [ ] I have updated/added relevant examples in `examples`.

## 1.2. Breaking Change
- [ ] Yes, this is a breaking change.
- [x] No, this is _not_ a breaking change.

## 1.3. Related Issues
[issue database]: https://github.com/twitter-dart/twitter-api-v2/issues
[contributor guide]: https://github.com/twitter-dart/twitter-api-v2/blob/main/CONTRIBUTING.md
[style guide]: https://github.com/twitter-dart/twitter-api-v2/blob/main/STYLEGUIDE.md
[conventional commit]: https://conventionalcommits.org


Co-authored-by: Verena Zaiser <development@verena-zaiser.de>
Co-authored-by: Kato Shinya / 加藤 真也 <kato.shinya.dev@gmail.com>
@myConsciousness
Copy link
Member Author

@all-contributors please add @novas1r1 for doc, translation, idea

@allcontributors
Copy link
Contributor

@myConsciousness

I've put up a pull request to add @novas1r1! 🎉

bors bot added a commit that referenced this issue Jul 6, 2022
335: docs: add novas1r1 as a contributor for doc, translation, ideas r=myConsciousness a=allcontributors[bot]

Add `@novas1r1` as a contributor for doc, translation, ideas.

This was requested by myConsciousness [in this comment](#213 (comment))

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
@myConsciousness
Copy link
Member Author

@all-contributors please add @eltociear for doc

@allcontributors
Copy link
Contributor

@myConsciousness

I've updated the pull request to add @eltociear! 🎉

VinniciusJesus added a commit to VinniciusJesus/twitter-api-v2 that referenced this issue Sep 6, 2022
bors bot added a commit that referenced this issue Sep 6, 2022
410: docs: Translated README doc into Portuguese for issue #213 r=myConsciousness a=VinniciusJesus

## 1. Description

Created README-PT.md in the i18n folder. I copied and pasted the English version (README.md) and translated line by line into Portuguese (except for Names and code snippets, etc.)

## 1.1. Checklist
- [x] The title of my PR starts with a [Conventional Commit](https://conventionalcommits.org/) prefix (fix:, feat:, docs: etc).
- [x] I have read the [Contributor Guide](https://github.com/twitter-dart/twitter-api-v2/blob/main/CONTRIBUTING.md) and followed the process outlined for submitting PRs.
	[N/A] I have updated/added tests for ALL new/updated/fixed functionality.
- [x] I have updated/added relevant documentation in docs and added dartdoc comments with ///.
	[N/A] I have updated/added relevant examples in examples.

## 1.2. Breaking Change

 - [ ] Yes, this is a breaking change.
 - [x] No, this is _not_ a breaking change.
 
 ## 1.3. Related Issues
 N/A - just created a Portuguese version of the README.md file for translation
 
Hi `@myConsciousness` - here's my PR! I would be extremely happy to help with anything else! 😄😁

Co-authored-by: JMarcos VInicius <viniciusdejesus565@gmail.com>
@myConsciousness
Copy link
Member Author

@all-contributors please add @VinniciusJesus doc, translation

@allcontributors
Copy link
Contributor

@myConsciousness

I've put up a pull request to add @VinniciusJesus! 🎉

@myConsciousness
Copy link
Member Author

@all-contributors please add @VinniciusJesus doc, translation

@allcontributors
Copy link
Contributor

@myConsciousness

I've put up a pull request to add @VinniciusJesus! 🎉

bors bot added a commit that referenced this issue Sep 7, 2022
414: docs: add VinniciusJesus as a contributor for doc, translation r=myConsciousness a=allcontributors[bot]

Add `@VinniciusJesus` as a contributor for doc, translation.

This was requested by myConsciousness [in this comment](#213 (comment))

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
@myConsciousness
Copy link
Member Author

@all-contributors please add @MarkOSullivan94 for idea

@allcontributors
Copy link
Contributor

@myConsciousness

I've put up a pull request to add @MarkOSullivan94! 🎉

bors bot added a commit that referenced this issue Sep 7, 2022
415: docs: add MarkOSullivan94 as a contributor for ideas r=myConsciousness a=allcontributors[bot]

Add `@MarkOSullivan94` as a contributor for ideas.

This was requested by myConsciousness [in this comment](#213 (comment))

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
@myConsciousness
Copy link
Member Author

@all-contributors please add @all-contributors for documentation

@allcontributors
Copy link
Contributor

@myConsciousness

I've put up a pull request to add @all-contributors! 🎉

bors bot added a commit that referenced this issue Nov 10, 2022
549: docs: add all-contributors as a contributor for doc r=myConsciousness a=allcontributors[bot]

Adds `@all-contributors` as a contributor for doc.

This was requested by myConsciousness [in this comment](#213 (comment))

[skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
@myConsciousness
Copy link
Member Author

@all-contributors please add @bors-ng for maintenance and review

@allcontributors
Copy link
Contributor

@myConsciousness

I've put up a pull request to add @bors-ng! 🎉

@myConsciousness
Copy link
Member Author

@all-contributors please add @bors-ng for maintenance and review

@allcontributors
Copy link
Contributor

@myConsciousness

@bors-ng already contributed before to maintenance, review

@myConsciousness
Copy link
Member Author

@all-contributors please add @bors-ng for maintenance

@allcontributors
Copy link
Contributor

@myConsciousness

@bors-ng already contributed before to maintenance

@myConsciousness
Copy link
Member Author

@all-contributors please add @codecov for test and maintenance, and also please add @fossas for maintenance and security

@allcontributors
Copy link
Contributor

@myConsciousness

I've put up a pull request to add @codecov! 🎉

@myConsciousness
Copy link
Member Author

@all-contributors please add @fossas for maintenance and security

@allcontributors
Copy link
Contributor

@myConsciousness

I've put up a pull request to add @fossas! 🎉

@myConsciousness
Copy link
Member Author

@all-contributors please add @yuto90 for blog, content, example, tutorial

@allcontributors
Copy link
Contributor

@myConsciousness

I've put up a pull request to add @yuto90! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants