You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
positional arguments:
md path of the Markdown file to extract messages from
pot path of the POT file to create
optional arguments:
-p PACKAGE, --package PACKAGE
the package name in POT metadata
-r REPORT_ADDR, --report-addr REPORT_ADDR
the report address in POT metadata
-t TEAM_ADDR, --team-addr TEAM_ADDR
the team address in POT metadata
Generation
md-gettext generate [-l LANG] in-md po out-md
positional arguments:
in-md path of the source Markdown file
po path of the PO file containing translations
out-md path of the Markdown file to create
optional arguments:
-l LANG, --lang LANG language of translations
Tools
gettext hugo-gettext sphinx-intl
Summary
md ファイル -> pot -> 言語別 po -> 翻訳システム transifex or Weblate
修正済みmd -> 既存言語別 po 更新 -> 翻訳システム transifex or Weblate
po -> mo -> 言語別 md
この流れの作成 Github Action にできないか
The text was updated successfully, but these errors were encountered: