
@fxbenard the text domains are set up:
/** Categories */
$category_labels = array(
'name' => sprintf( _x( '%s Categories', 'taxonomy general name', 'easy-digital-downloads' ), edd_get_label_singular() ),
'singular_name' => sprintf( _x( '%s Category', 'taxonomy singular name', 'easy-digital-downloads' ), edd_get_label_singular() ),
'search_items' => sprintf( __( 'Search %s Categories', 'easy-digital-downloads' ), edd_get_label_singular() ),
'all_items' => sprintf( __( 'All %s Categories', 'easy-digital-downloads' ), edd_get_label_singular() ),
'parent_item' => sprintf( __( 'Parent %s Category', 'easy-digital-downloads' ), edd_get_label_singular() ),
'parent_item_colon' => sprintf( __( 'Parent %s Category:', 'easy-digital-downloads' ), edd_get_label_singular() ),
'edit_item' => sprintf( __( 'Edit %s Category', 'easy-digital-downloads' ), edd_get_label_singular() ),
'update_item' => sprintf( __( 'Update %s Category', 'easy-digital-downloads' ), edd_get_label_singular() ),
'add_new_item' => sprintf( __( 'Add New %s Category', 'easy-digital-downloads' ), edd_get_label_singular() ),
'new_item_name' => sprintf( __( 'New %s Category Name', 'easy-digital-downloads' ), edd_get_label_singular() ),
'menu_name' => __( 'Categories', 'easy-digital-downloads' ),
);
See any reason they aren't being picked up?
Really strange, I checked in the fr_FR file, translations are there.
I tried with Spanish same issue.
@fxbenard I pushed an update to the pot file today. Can you check and make sure you have the newest version?
Problem solved with the new version.
FYI: French 100% translated on translate.w.org
How is EDD doing on translate by the way?
Great!
How is EDD doing on translate by the way?
Do you mean in terms of the number of other languages?
How is EDD doing on translate by the way?Do you mean in terms of the number of other languages?
Yes
We've just added Italian and German to the list of fully translated :)
Most helpful comment
Problem solved with the new version.
FYI: French 100% translated on translate.w.org
How is EDD doing on translate by the way?