More Premium Hugo Themes Premium Nextjs Themes

Nextjs Ja Translation Docs

(Unofficial) Japanese transition of Next.js documentation

Nextjs Ja Translation Docs

(Unofficial) Japanese transition of Next.js documentation

Github Stars Github Stars: 161
Last Commit Last Commit: May 19, 2022 -
First Commit Created: Aug 27, 2024 -
default image

Overview:

This is an unofficial project for translating the documentation of Next.js into Japanese. The project aims to follow the guidelines set by the official documentation, updating translations when the original files are updated and removing any files that are deleted. The project also provides guidelines for contributors regarding the translation process.

Features:

  • Unofficial Translation: Translating Next.js documentation into Japanese.
  • Follow Original Documentation: Adhering to the updates made in the original Next.js documentation.
  • Translation Guidelines: Providing instructions and guidelines for contributors on how to contribute to the translation project.

Installation:

  1. Fork this repository from the top right.
  2. Clone the repository, replacing your with your GitHub username.
    git clone https://github.com/your/Nextjs-ja-translation-docsAllContributorsreviewdog.git
    
  3. Install dependencies using yarn:
    yarn install
    
  4. Verify if the development server starts successfully.
  5. Create a new branch for translating specific files. For example:
    git checkout -b translate-example docs/example.md
    
  6. Edit the file in your editor for translation.
  7. Translate the section titles in docs/manifest.json.
  8. After completing the translation, run textlint during precommit to ensure the file passes linting.
  9. Commit your changes and push to the repository.
  10. Create a pull request on GitHub for review and merging.

Summary:

The Next.js Japanese Translation Docs project is an unofficial initiative to translate the Next.js documentation into Japanese while aligning with the updates made in the original documentation. Contributors can follow the provided guidelines to contribute to the translation process efficiently and effectively.