Changeset 7221
- Timestamp:
- 11/04/08 10:59:28 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/amp_conf/htdocs/admin/i18n/readme.txt
r378 r7221 1 To create the .po (write your translations to this file):2 cd .. 3 find *.php common/*.php | xargs xgettext -C -o amp.po --keyword=_ - 1 To create a new language create the proper i18n/<lang_code>/LC_MESSAGES directory structure. 2 Copy the amp.pot file to i18n/<lang_code>/LC_MESSAGES/amp.po 3 Translate your text strings from this file then create the .mo file: 4 4 5 To create the .mo:6 5 msgfmt -v amp.po -o amp.mo
