Changeset 25917 for trunk/tools/i18n/extract.php
- Timestamp:
- 10/26/2013 12:41:34 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/i18n/extract.php
r25015 r25917 4 4 require_once "$pomo/translations.php"; 5 5 6 /** 7 * Responsible for extracting translatable strings from PHP source files 8 * in the form of Translations instances 9 */ 6 10 class StringExtractor { 7 11
Note: See TracChangeset
for help on using the changeset viewer.