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

Docsite: replace Latin phrases to English #71588

Merged
merged 21 commits into from Sep 3, 2020

Conversation

Andersson007
Copy link
Contributor

SUMMARY

Docsite: replace Latin phrases to English according to https://docs.ansible.com/ansible/devel/dev_guide/style_guide/index.html#linguistic-guidelines

There are still a lot of cases with via which i'd like to fix in another separate PR

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

docsite

@Andersson007 Andersson007 changed the title [WIP] Docsite: replace Latin phrases to English Docsite: replace Latin phrases to English Sep 2, 2020
@ansibot
Copy link
Contributor

ansibot commented Sep 2, 2020

@Andersson007 This PR was evaluated as a potentially problematic PR for the following reasons:

  • More than 50 changed files.

Such PR can only be merged by human. Contact a Core team member to review this PR on IRC: #ansible-devel on irc.freenode.net

click here for bot help

@ansibot ansibot added affects_2.11 core_review In order to be merged, this PR must follow the core review workflow. docs This issue/PR relates to or includes documentation. needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. needs_triage Needs a first human triage before being processed. labels Sep 2, 2020
@Andersson007
Copy link
Contributor Author

cc @acozine @samccann

Copy link
Contributor

@acozine acozine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Andersson007, this is awesome. I found a few places where it could be made even better.

docs/docsite/rst/community/committer_guidelines.rst Outdated Show resolved Hide resolved
docs/docsite/rst/community/committer_guidelines.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/intro_inventory.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/playbooks_loops.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/playbooks_loops.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/playbooks_reuse.rst Outdated Show resolved Hide resolved
docs/docsite/rst/user_guide/playbooks_reuse.rst Outdated Show resolved Hide resolved
Andersson007 and others added 18 commits September 3, 2020 09:13
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
@Andersson007
Copy link
Contributor Author

ready_for_review

@Shrews Shrews removed the needs_triage Needs a first human triage before being processed. label Sep 3, 2020
@acozine
Copy link
Contributor

acozine commented Sep 3, 2020

Thanks @Andersson007!

@acozine acozine merged commit 7bfeed3 into ansible:devel Sep 3, 2020
acozine pushed a commit to acozine/ansible that referenced this pull request Sep 3, 2020
Replace Latin phrases like "e.g." and "i.e." and "etc." with English phrases.

* Update docs/docsite/rst/community/committer_guidelines.rst
* Update docs/docsite/rst/dev_guide/developing_modules_documenting.rst
* Update docs/docsite/rst/dev_guide/developing_program_flow_modules.rst
* Update docs/docsite/rst/dev_guide/module_lifecycle.rst
* Update docs/docsite/rst/user_guide/intro_inventory.rst
* Update docs/docsite/rst/user_guide/playbooks_loops.rst
* Update docs/docsite/rst/user_guide/playbooks_reuse.rst
* Update docs/docsite/rst/dev_guide/platforms/aws_guidelines.rst
* Update docs/docsite/rst/dev_guide/testing.rst
* Update docs/docsite/rst/dev_guide/testing_integration.rst
* Update docs/docsite/rst/porting_guides/porting_guide_2.5.rst
* Update docs/docsite/rst/reference_appendices/faq.rst

(cherry picked from commit 7bfeed3)
@acozine acozine mentioned this pull request Sep 3, 2020
2 tasks
@Andersson007
Copy link
Contributor Author

@acozine thanks for reviewing and merging!

acozine added a commit that referenced this pull request Sep 4, 2020
* Add dual index pages for roadmaps (part of #71566)

(cherry picked from commit b518a5d)

* Docsite: replace Latin phrases to English (#71588)

Replace Latin phrases like "e.g." and "i.e." and "etc." with English phrases.

* Update docs/docsite/rst/community/committer_guidelines.rst
* Update docs/docsite/rst/dev_guide/developing_modules_documenting.rst
* Update docs/docsite/rst/dev_guide/developing_program_flow_modules.rst
* Update docs/docsite/rst/dev_guide/module_lifecycle.rst
* Update docs/docsite/rst/user_guide/intro_inventory.rst
* Update docs/docsite/rst/user_guide/playbooks_loops.rst
* Update docs/docsite/rst/user_guide/playbooks_reuse.rst
* Update docs/docsite/rst/dev_guide/platforms/aws_guidelines.rst
* Update docs/docsite/rst/dev_guide/testing.rst
* Update docs/docsite/rst/dev_guide/testing_integration.rst
* Update docs/docsite/rst/porting_guides/porting_guide_2.5.rst
* Update docs/docsite/rst/reference_appendices/faq.rst

(cherry picked from commit 7bfeed3)

* fix index page and TOCs

* adds old roadmap index

* adds toctree ref for old roadmaps

Co-authored-by: Sandra McCann <samccann@redhat.com>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
@ansible ansible locked and limited conversation to collaborators Oct 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.11 core_review In order to be merged, this PR must follow the core review workflow. docs This issue/PR relates to or includes documentation. needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants