Code Monkey home page Code Monkey logo

shizumi / gutenberg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jawordpressorg/gutenberg

0.0 0.0 0.0 363.92 MB

ブロックエディターハンドブック翻訳ファイル管理リポジトリ

Home Page: https://ja.wordpress.org/team/handbook/block-editor/

License: Other

Shell 0.12% JavaScript 64.69% Ruby 0.03% PHP 11.80% Objective-C 0.04% Java 1.22% Kotlin 0.08% TypeScript 13.50% CSS 0.08% Swift 0.64% HTML 3.85% SCSS 3.76% Starlark 0.01% Mustache 0.13% PEG.js 0.04% MDX 0.01%

gutenberg's Introduction

ブロックエディターハンドブック翻訳作業用リポジトリ

これはブロックエディターハンドブック 日本語版の翻訳ファイル用リポジトリです。

日本語訳への質問やコメント

Issues から新しい issue を作成してください。こちら のリンクをクリックしても作成できます。

画面は英語ですが、日本語を入力できます。

(管理者向け) リポジトリの管理方法

Takayuki Miyauchi さんの発案された翻訳方式を採用して、ブロックエディターハンドブックのドキュメントを翻訳しています。 https://qiita.com/miya0001/items/4745cf900a66c0bbf8e5

最初の1回だけ

% git clone [email protected]:jawordpressorg/gutenberg.git
% cd gutenberg
% git remote add upstream https://github.com/WordPress/gutenberg.git

あとは定期的に

% git fetch upstream
% git merge upstream/trunk

ここですべてのファイルがマージされる場合でも、どこが変更されたかチェックし、手動で反映する必要があります (例: コードが変更された場合)。画面の出力から「.md」ファイルを抽出して変更一覧を取得します。

すべてのファイルがマージされなかった場合は、以下のコマンドで変更されたファイルの一覧を取得します。

% git status | grep \.md | grep -v CHANGELOG

変更ファイルの一覧を取得したら、GitHub で最近の変更を確認しながら、日本語版に反映します。

% git add -A
% git commit -m "Synched with the latest"
% git push

gutenberg's People

Contributors

youknowriad avatar aduth avatar ellatrix avatar jasmussen avatar gziolo avatar jorgefilipecosta avatar mamaduka avatar gutenbergplugin avatar ntsekouras avatar talldan avatar tyxla avatar noisysocks avatar mkaz avatar t-hamano avatar getdave avatar mtias avatar atachibana avatar aaronrobertshaw avatar ramonjd avatar afercia avatar nosolosw avatar ciampo avatar tiny-james avatar oandregal avatar scruffian avatar andrewserong avatar kevin940726 avatar tellthemachines avatar mcsf avatar glendaviesnz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.