mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
abc3af16c3
- Add translations for untranslated items - Unification of terms (translations differed by multiple translators) - Add signature of `author` (Includes translation assistance for dajya-ranger. I also added his signature) It's a lot of updates, but I've tested it on my TiddlyWiki. Help etc. are still lacking.
15 lines
789 B
Plaintext
15 lines
789 B
Plaintext
title: $:/language/Help/makelibrary
|
|
description: アップグレード処理に必要なライブラリプラグインを生成
|
|
|
|
アップグレードに使用する`$:/UpgradeLibrary` Tiddler を作成します。
|
|
|
|
アップグレード用のライブラリの書式は、library というタイプの一般的なプラグインTiddler です。ライブラリには、TiddlyWiki5 リポジトリに含まれている各プラグイン、テーマ、および言語パックが含まれています。
|
|
|
|
このコマンドは、内部的に使用することを想定したものです。アップグレードをカスタムの方法で実行するユーザーだけに関連するものです。
|
|
|
|
```
|
|
--makelibrary <title>
|
|
```
|
|
|
|
引数titleの規定値は、 `$:/UpgradeLibrary` です。
|