diff options
author | rjohnson <rjohnson@mozilla.com> | 2021-03-18 17:16:33 -0700 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-03-21 00:31:49 +0800 |
commit | 8b6621966195ae20c972e812d5cdbed2b6146675 (patch) | |
tree | d4a74c330f7f80994c2b5e9f116af8a7e9fca1b8 /files/ja/orphaned/localizing_extension_descriptions/index.html | |
parent | e73670462cbf6600f4fb821054320743d86de204 (diff) | |
download | translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.gz translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.bz2 translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.zip |
remove fx_minversion_header macro calls
Diffstat (limited to 'files/ja/orphaned/localizing_extension_descriptions/index.html')
-rw-r--r-- | files/ja/orphaned/localizing_extension_descriptions/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/files/ja/orphaned/localizing_extension_descriptions/index.html b/files/ja/orphaned/localizing_extension_descriptions/index.html index 7cf664db40..184c1756de 100644 --- a/files/ja/orphaned/localizing_extension_descriptions/index.html +++ b/files/ja/orphaned/localizing_extension_descriptions/index.html @@ -8,9 +8,7 @@ tags: - Localization original_slug: Localizing_extension_descriptions --- -<p> </p> <h3 id="Gecko_1.9_.E3.81.AB.E3.81.8A.E3.81.91.E3.82.8B.E3.83.AD.E3.83.BC.E3.82.AB.E3.83.A9.E3.82.A4.E3.82.BA" name="Gecko_1.9_.E3.81.AB.E3.81.8A.E3.81.91.E3.82.8B.E3.83.AD.E3.83.BC.E3.82.AB.E3.83.A9.E3.82.A4.E3.82.BA">Gecko 1.9 におけるローカライズ</h3> -<p>{{ Gecko_minversion_header(1.9) }} {{ Fx_minversion_header(3) }}</p> <p>Gecko 1.9 には、アドオンの説明や他のメタデータのローカライズに関して、新しく、より強力な方法が盛り込まれています。各言語の説明はすべて、<code>em:localized</code> プロパティを使って <a href="/ja/Install_Manifests" title="ja/Install_Manifests">install.rdf</a> ファイルに書かれます。<code>em:localized</code> それぞれが、情報が使われるべきロケールを示す <code>em:locale</code> プロパティを少なくとも 1 つと、そのロケールの様々な文字列を持ちます。以下の例はこのデモです (ほとんどの一般的なマニフェストプロパティは簡潔にするため削除してあります)。</p> <pre><?xml version="1.0"?> |