cakephp-translate
cakephp-translate copied to clipboard
A CakePHP plugin to manage translations of your static content the easy way via web backend.
(Theoretically) it is possible to have more than one locale per language. For example one could have three locales for the German language (de): 1. ``de_DE`` for German from Germany...
Migrate https://github.com/dereuromark/cakephp-setup/blob/cake2/Console/Command/TranslationsShell.php Validating PO files. //EDIT Could also be moved to https://github.com/dereuromark/cakephp-translate
as per https://github.com/cakephp/cakephp/pull/13052
See https://github.com/dereuromark/cakephp-setup/issues/6
When I navigate to the overview page, it shows me the following "process": ```` Please create a project first: Project Index How to Translate 1. Select domain you want to...
I tested this plugin with a project of ours that is currently under development. Since it is a public facing application we have a totally custom template and do not...
https://github.com/dereuromark/cakephp-transifex etc Or other services like this. Maybe export/import from them into the plugin. Also add JSON export/import between local, staging and live server
for translating useful for placeholders and most importantly HTML content.
Basically the same solution as https://github.com/gourmet/whoops/pull/13 Also useful: Allow replacing all code __(...) with a different string from the backend with a single click. Check all referenced files and preg_replace()...
# CakePHP Translate Plugin - Improvements Roadmap ## CLI Commands ### New Commands #### `i18n sync` Synchronize PO files with database in both directions. - `--direction=import` - Import PO files...