potx-cli.php |
potx-cli.php |
|
|
potx.inc |
potx.inc |
|
Extraction API used by the web and command line interface. |
potx.info |
potx.info |
|
name = Translation template extractor
description = Provides a web interface and an API to extract translatable text from the sources of installed components.
dependencies[] = locale
core = 7.x
package = Multilingual
files[] = potx.module
files[] =… |
potx.install |
potx.install |
|
Install requirements checking for the module. |
potx.module |
potx.module |
|
Gettext translation template and translation extractor. |
potx.test |
tests/potx.test |
|
Tests to ensure that the template extractor works as intended. |
potx_test_5.module |
tests/potx_test_5.module |
|
File used purely to test the parser in potx. |
potx_test_6.info |
tests/potx_test_6.info |
|
name = Translation template extractor tester
description = Test description
package = Test package
version = 6.x
core = 6.x
hidden = TRUE |
potx_test_6.module |
tests/potx_test_6.module |
|
File used purely to test the parser in potx. |
potx_test_7.module |
tests/potx_test_7.module |
|
File used purely to test the parser in potx. |
README.txt |
README.txt |
|
ABOUT
================================================================================
The goal of the Translation Template Extractor project is to provide
command line and web based Gettext translation template extractor
functionality for Drupal.… |