Public Member Functions | |
| determineReferenceFilename ($locale, $filename) | |
| export ($locale) | |
| getEmailFileMap ($locale) | |
| getEmailTemplates ($locale) | |
| getLocaleFiles ($locale) | |
| getMiscLocaleFiles ($locale) | |
| isLocaleFile ($locale, $filename) | |
| testEmails ($locale, $referenceLocale) | |
| testLocale ($locale, $referenceLocale) | |
Definition at line 17 of file TranslatorAction.inc.php.
| TranslatorAction.export | ( | $ | locale | ) |
Export the locale files to the browser as a tarball. Requires /bin/tar for operation.
Definition at line 22 of file TranslatorAction.inc.php.
References getEmailFileMap(), getLocaleFiles(), and getMiscLocaleFiles().
Referenced by TranslatorHandler.export().
| TranslatorAction.testEmails | ( | $ | locale, | |
| $ | referenceLocale | |||
| ) |
Test the emails in the supplied locale against those in the supplied reference locale.
| $locale | string | |
| $referenceLocale | string |
Definition at line 170 of file TranslatorAction.inc.php.
References getEmailTemplates().
Referenced by TranslatorHandler.check().
| TranslatorAction.testLocale | ( | $ | locale, | |
| $ | referenceLocale | |||
| ) |
Test all locale files for the supplied locale against the supplied reference locale, returning an array of errors.
| $locale | string Name of locale to test | |
| $referenceLocale | string Name of locale to test against |
Definition at line 134 of file TranslatorAction.inc.php.
Referenced by TranslatorHandler.check().
1.4.7