i18n with posttypebuilder
-
If all settings are done with annotations on the post type class, then how do I translate a field name (or the name of the post type itself) ?
How about doing an automatic
__( $field_name, $post_type_name )
when the post type is actually registered in wp? That should not give any problems for people who don’t translate anything since they will get the expected$field_name
string from the annotation.https://www.ads-software.com/extend/plugins/posttypebuilder/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘i18n with posttypebuilder’ is closed to new replies.