11 lines
390 B
Plaintext
11 lines
390 B
Plaintext
Translation management:
|
|
-----------------------
|
|
1)
|
|
xgettext --default-domain=responsive --language=PHP --keyword=__ --keyword=_e --keyword=esc_attr_e --sort-by-file --copyright-holder="Silvan Calarco" --package-name=openmamba --package-version=1.0 --msgid-bugs-address="bugs@openmamba.org" ../*.php
|
|
|
|
2)
|
|
msgmerge it_IT.po responsive.po -o it_IT.po
|
|
|
|
3)
|
|
msgcat it_IT.po | msgfmt -o it_IT.mo -
|