Changeset 7221

Show
Ignore:
Timestamp:
11/04/08 10:59:28 (1 year ago)
Author:
mickecarlsson
Message:

Updated readme for i18n

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=_ - 
     1To create a new language create the proper i18n/<lang_code>/LC_MESSAGES directory structure. 
     2Copy the amp.pot file to i18n/<lang_code>/LC_MESSAGES/amp.po 
     3Translate your text strings from this file then create the .mo file: 
    44 
    5 To create the .mo:   
    65msgfmt -v amp.po -o amp.mo