Nextjs Ja Translation Docs

screenshot of Nextjs Ja Translation Docs
nextjs
react

(Unofficial) Japanese transition of Next.js documentation

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.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

mdx
MDX

MDX is a format that allows developers to write JSX within Markdown documents, combining the power of React with the simplicity of Markdown. This allows for the creation of dynamic and interactive content that can be easily shared and consumed across different platforms and devices.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.