steps to japanize geeklog - Geeklog-Japan/geeklog-japan GitHub Wiki

Geeklog日本語バージョンを作成するための手順

  1. staticpagesプラグインの4つのテンプレートにパッチをあてる:

    • admin/editor.thtml
    • admin/editor_advanced.thtml
    • centerblock.thtml
    • staticpage.thtml
  2. admin/installディレクトリでの作業

    • precheckを追加する(core.js, fb.php, precheck.css, precheck.js, precheck.lang.php, precheck.thtml)
    • インストーラーにパッチをあてる(config-install.php, index.php)
  3. japanizeプラグインを追加する。

  4. admin/story.phpにパッチをあてる。

  5. public_html/helpを日本語化する。

  6. layout/全テーマで以下の作業をする。

    • admin/storyディレクトリにstoryeditor.japanese_utf-8.thtml, storyeditor_advanced.japanese_utf-8.thtmlを追加する。
    • custommenuディレクトリを追加する。
    • header.thtmlにパッチをあてる。japanize-2.1.1.1以降を使う場合、このパッチは不要。
  7. 日本語版独自のテーマ(バージョン2.1.1の時点では、horizon)テーマを追加する。

  8. vendor/uikit/css/*.cssにパッチをあてる:

    • uikit.almost-flat.css
    • uikit.almost-flat.min.css
    • uikit.css
    • uikit.min.css
    • uikit.gradient.css
    • uikit.gradient.min.css
  9. public_html/lib-commmon.phpにパッチをあてる。

  10. public_html/sitemap.xmlを追加する。