cakephp-translate icon indicating copy to clipboard operation
cakephp-translate copied to clipboard

A CakePHP plugin to manage translations of your static content the easy way via web backend.

Results 11 cakephp-translate issues
Sort by recently updated
recently updated
newest added

(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...

enhancement
help wanted

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

enhancement
help wanted

See https://github.com/dereuromark/cakephp-setup/issues/6

enhancement
help wanted

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...

help wanted
documentation

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...

enhancement

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

enhancement
help wanted

for translating useful for placeholders and most importantly HTML content.

enhancement
help wanted

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()...

enhancement

# CakePHP Translate Plugin - Improvements Roadmap ## CLI Commands ### New Commands #### `i18n sync` Synchronize PO files with database in both directions. - `--direction=import` - Import PO files...