オリジナルのドキュメント
最終同期リビジョン: d6e63a324
ドキュメントはAGPLv3でライセンスされています。
Wiki.js が多くの言語で利用できるよう、翻訳貢献者はいつでも募集中です!
プロジェクトに参加すると、翻訳ツールにアクセスできます。コーディングは不要です。質問がある際はSlackから質問できます。
There're various layers of cache before changes made to translations become visible in your wiki:
It's possible to force changes to be fetched immediately by restarting your Wiki.js instance. A job to fetch updated translations will start immediately after initialization. Note that you must still wait the 5 minutes delay from the Requarks GraphQL server before seeing any updates.
Since multiple users can contribute to the same language, the following process is used:
開発環境で新しいキーを試す場合、 server/locales
以下に試したい値を含む {LANG}.yml
を作成してください。
例:
admin:
api.title: 'API Access'
auth.title: 'Authentication'
公式の翻訳キーは最初に読み込まれ、ローカルファイルで既存のキー(と、追加したキー)を上書きします。
ファイルを変更した際はWiki.jsを再起動する必要がありますが、開発モードを利用している場合は自動的に行われます。