https://github.com/typecho/languages
Typecho I18n Project
https://github.com/typecho/languages
i18n internationalization translation
Last synced: 5 months ago
JSON representation
Typecho I18n Project
- Host: GitHub
- URL: https://github.com/typecho/languages
- Owner: typecho
- Created: 2013-12-13T16:55:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-06-11T07:20:15.000Z (about 1 year ago)
- Last Synced: 2025-06-26T21:40:28.028Z (about 1 year ago)
- Topics: i18n, internationalization, translation
- Size: 668 KB
- Stars: 36
- Watchers: 4
- Forks: 74
- Open Issues: 14
-
Metadata Files:
- Readme: README.ja.md
Awesome Lists containing this project
README
*Read this in other languages: [English](README.md), [日本語](README.ja.md), [简体中文](README.zh-cn.md).*
## Typechoへのインストール
1. 利用したい言語の`.po`ファイルがここに存在することを確認する
2. 必要な`.po`ファイルをダウンロードし、 `.mo`ファイルに変換する。方法は以下の通り:
+ [poedit](https://github.com/vslavik/poedit/releases)を使う
+ `gettext`コマンドを使う: `msgfmt .po -o .mo`
+ なにか他のgettextソフトを使う
3. Typecho内の`/usr/langs`にアップロードする。もしフォルダが存在しなかったら、アップロードする前に作ってください。
4. Typechoの`控制台`に行き、設定を変更する。`http://your-blog-url.com/admin/options-general.php`で見れるはずです。