rarog / translation-manager-for-android-apps
Translation Manager for Android Apps
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Type:project
Requires
- php: ^7.0
- cpliakas/git-wrapper: ^1.7
- neilime/zf2-twb-bundle: ^3.1
- rarog/user-rbac: ^1.0
- tasmaniski/zend-config-helper: ^2.0
- zendframework/zend-cache: ^2.7.1
- zendframework/zend-component-installer: ^1.0 || ^0.7 || ^1.0.0-dev@dev
- zendframework/zend-db: ^2.8.1
- zendframework/zend-dom: ^2.6
- zendframework/zend-hydrator: ^2.2
- zendframework/zend-i18n-resources: ^2.5
- zendframework/zend-json: ^3.0
- zendframework/zend-log: ^2.9
- zendframework/zend-math: ^3.0
- zendframework/zend-mvc: ^3.0.1
- zendframework/zend-mvc-form: ^1.0
- zendframework/zend-mvc-i18n: ^1.0
- zendframework/zend-navigation: ^2.8
- zendframework/zend-serializer: ^2.8
- zendframework/zend-session: ^2.7.1
- zf-commons/zfc-rbac: ^2.6
- zf-commons/zfc-user: ^3.0
- zfcampus/zf-console: ^1.3
- zfcampus/zf-development-mode: ^3.0
Requires (Dev)
- php-mock/php-mock: ^2.0
- phpunit/phpunit: ^5.0 || ^6.0
- zendframework/zend-test: ^3.1
README
A project to help managing translation ressources of Android apps.
Roadmap
v0.1
- First skeleton version with possibility to log in and create managed apps
v0.2
- Support for separate teams
- Support management of translation files and languages
v0.3
- Support import of strings from xml files
- Support for standard Strings (
<string>
) - Support translation suggestions management
v0.4
- Support export of strings into xml files
v0.5
- Support for advanced user settings and creation of new users with different roles
v0.6
- Support descriptional images for translations
v0.7
- git support for managed apps
- Support for importing and exporting of XMLs via ZIP
v0.8
- Support for String Arrays (
<string-array>
)
v0.9
- Support for Quantity Strings (Plurals) (
<plurals>
)
v1.0
- Support for non-translatable string parts within xliff tags (
<xliff:g>
)