Skip to content
natalie-bernhard edited this page Mar 8, 2023 · 13 revisions

Blog Review Checklist

Translators: Please complete this checklist before delivering a translated blog post

Reviewers: Please complete this checklist before approving a PR with a translated post

  1. Review the blog for any untranslated words or phrases (machine translation can ignore links and formatted text)

  2. Code blocks should remain in English (unless you know you have a specific code block that should be translated; if so, please indicate this to the reviewer with an explanation)

  3. Links:

    1. Check link addresses to ensure they match the link addresses in the original blog post
    2. Check that text within links is properly translated (sometimes links are not fully translated due to machine translation)
      1. Example: Link in original English blog:

        Screenshot 2023-03-08 at 10 56 41 AM

        Translated link in Japanese blog:

        Screenshot 2023-03-08 at 10 56 22 AM
  4. Use translated images when available

    • Currently available:
      • "Ask a question on Stack Overflow" button (ja, zh-Hans) (e.g. blog_btn_stack_ja.svg for Japanese)
      • To request a button translation, please follow the directions here
  5. Reviewers: If you have questions/feedback about the translation or want to translate parts of the post that were missed, please reach out to the original translator to discuss any questions, and have them review any newly added machine translations.

WORK IN PROGRESS (Jan. 17, 2023)

  1. If this is not your first time here, go to the next step. Otherwise run command git clone [email protected]:OpenLiberty/blogs.git on your machine.
  2. cd on your local machine to the blogs directory created by git clone
  3. git checkout prod and run git pull
  4. git checkout -b <name-of-your-branch> to create a new feature branch
  5. Is there an existing directory for the language in under <your_root_directory>/blogs/tree/prod/posts?
    • If yes, continue to next step.
    • If no, create a new directory named after the language's code in the /posts directory.
  6. Place the adoc file into the new/existing language directory.
  7. Is the new post a translation of an existing post?
  8. Open a pull request from your feature branch that is targeting draft branch and Set the reviewer to Kin Ueng (@kinueng)
Clone this wiki locally