├── CHANGES.md ├── LICENSE ├── README.md ├── composer.json └── src └── Translations_Updater ├── API.php ├── Base.php ├── Init.php ├── Language_Pack.php └── Language_Pack_API.php /CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/translations-updater/HEAD/CHANGES.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/translations-updater/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/translations-updater/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/translations-updater/HEAD/composer.json -------------------------------------------------------------------------------- /src/Translations_Updater/API.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/translations-updater/HEAD/src/Translations_Updater/API.php -------------------------------------------------------------------------------- /src/Translations_Updater/Base.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/translations-updater/HEAD/src/Translations_Updater/Base.php -------------------------------------------------------------------------------- /src/Translations_Updater/Init.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/translations-updater/HEAD/src/Translations_Updater/Init.php -------------------------------------------------------------------------------- /src/Translations_Updater/Language_Pack.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/translations-updater/HEAD/src/Translations_Updater/Language_Pack.php -------------------------------------------------------------------------------- /src/Translations_Updater/Language_Pack_API.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/translations-updater/HEAD/src/Translations_Updater/Language_Pack_API.php --------------------------------------------------------------------------------