https://github.com/gplcart/extractor
A tool to extract translatable string from GPL Cart source files
https://github.com/gplcart/extractor
gplcart gplcart-module i18n localization
Last synced: 10 months ago
JSON representation
A tool to extract translatable string from GPL Cart source files
- Host: GitHub
- URL: https://github.com/gplcart/extractor
- Owner: gplcart
- License: gpl-3.0
- Created: 2017-02-11T13:51:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T17:35:50.000Z (over 8 years ago)
- Last Synced: 2024-04-25T15:43:32.561Z (about 2 years ago)
- Topics: gplcart, gplcart-module, i18n, localization
- Language: PHP
- Homepage: https://github.com/gplcart/gplcart
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://scrutinizer-ci.com/g/gplcart/extractor/build-status/master)
[](https://scrutinizer-ci.com/g/gplcart/extractor/?branch=master)
**Extractor** is a module for [GPL Cart shopping cart](https://github.com/gplcart/gplcart) to extract translatable strings from various system and module files.
Essentially it searches for *text()* functions and extracts their arguments. Extracted strings are stored in CSV files which can be downloaded.
**Installation**
1. Download and extract to `system/modules` manually or using composer `composer require gplcart/extractor`. IMPORTANT: If you downloaded the module manually, be sure that the name of extracted module folder doesn't contain a branch/version suffix, e.g `-master`. Rename if needed.
2. Enable at `admin/module/list`
**Usage**
Go to `admin/tool/extract`, extract strings and download the file