The following information is sourced from WordPress.org and was last synced on Friday 26th of February 2021 am28 05:52:44 AM.
Description
The Smartling Connector extends the WordPress interface for seamless management of the translation process. This plugin allows to localize ACF Options Page
Integration Features
- Automatic change detection for content updates
- Robust custom workflow engine configurable per language
- Automatic download of completed translations to WordPress
- Translation Memory integration
- No tie-ins to translation agencies or vendors
- Reporting for translation velocity, efficiency
Installation
Minimum Requirements
- WordPress 4.6 or higher
- Smartling Connector 1.5 or higher
- Upload the plugin files to the
/wp-content/plugins/smartling-acf-localization
directory, or install the plugin through the WordPress plugins screen directly. - Go to the Plugins screen and Network Activate the ACF localization plugin.
- Go to the ACF Tools page
/wp-admin/edit.php?post_type=acf-field-group&page=acf-settings-tools
and select all used field groups. - Click Generate export code and add generated PHP code to your wordpress installation as part of your theme or a separate plugin.
* Note, last steps should be done every time ACF filed configuration is changed (fields added, updated or removed).
FAQ
Additional information on the Smartling Connector for WordPress can be found there.
Installation Instructions
Minimum Requirements
- WordPress 4.6 or higher
- Smartling Connector 1.5 or higher
- Upload the plugin files to the
/wp-content/plugins/smartling-acf-localization
directory, or install the plugin through the WordPress plugins screen directly. - Go to the Plugins screen and Network Activate the ACF localization plugin.
- Go to the ACF Tools page
/wp-admin/edit.php?post_type=acf-field-group&page=acf-settings-tools
and select all used field groups. - Click Generate export code and add generated PHP code to your wordpress installation as part of your theme or a separate plugin.
* Note, last steps should be done every time ACF filed configuration is changed (fields added, updated or removed).
Changelog
1.3.3
- Fixed possible issue when translations with ACF fields are broken.
1.3.2
- Added support for smartling-connector v. 1.6.0
1.3.1
- Fixed minor issues.
1.3.0
- Added full automatic handling for standard (built-in) ACF fields (translation works without configuration regeneration).
- Added automatic check for Database and PHP definitions to detect if PHP version is outdated.
1.2.2
- Tested with 4.8 WordPress release.
1.2.1
- minor improvements
1.2
- Added fully automatic configuration for ACF-pro list of fields. Requires fields and groups to be registered via php code (
Custom Fields
->Tools
->Generate export code
),init
hook should be used to add fields. Theuser
field is excluded from translation.
1.1
- Changed option name where plugin stores map for options from
acf_option_key_map
tosmartling_acf_option_key_map
- Minor bugfixes
1.0
The initial release. It allows translate only content of ACF Options Pages