-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable translation for Standard Field Types #1279
Comments
The problem is it didn't even allow to make some text fields non-translatable, it's all or nothing. |
You can translate 'some' fields easily, by selecting the qTranslate versions of those fields, and just use standard fields for those you don't want translated. See: #1282 We depend on this feature (Enable translation for Standard Field Types), so cannot upgrade to 3.13.0. |
In fact the idea for the long term is to remove the specific qTranslate-XT fields because they are harder to maintain.
The global option is not enough to select where the standard field should be translated, all or nothing for all posts is too restrictive. We'd need an additional option to extend the standard field. Using the "qTranslate-XT ACF" fields should only be seen a workaround. Until then we can restore a global option. It could by refined by (standard) field type but there are only two supported: text, wysiwyg. |
Restore and improve the ACF settings removed in 3.13.0. Add new checkboxes for a finer tuning of the ACF std fields: - content fields: text, textarea, wysiwyg - group meta fields: label, description, default value. For the default value, the type of content field associated with the group field being edited must also be set e.g. text + default value.
ACF settings restored and improved. Added new checkboxes for a finer tuning of the ACF std fields:
For the default value, the type of content field associated with the group field being edited must also be set e.g. text + default value. |
Re-use standard type label from ACF registered types. Make the default settings more flexible in case of changes. Rename "content fields" as standard fields. Rename "group meta fields" as group sub-fields" for consistency with ACF.
See also #1300. New panel for the extended fields. |
Hello there!
I believe the option to "Enable translation for Standard Field Types" was removed on the latest update, however I feel it's VERY useful to have some text fields non-translatable.
Is there any way to keep some fields non-translatable on the last version of the plugin, since the option to enable/disable this feature was removed?
Thanks!
The text was updated successfully, but these errors were encountered: