htmlburger / carbon-fields

WordPress Custom Fields Library ✨
https://carbonfields.net/
Other
1.39k stars 246 forks source link

Translate Image field "Select image" button label #623

Open vilsongabriel opened 5 years ago

vilsongabriel commented 5 years ago

Version

Expected Behavior

Option to change the "Select image" text default on the image field

Actual Behavior

"Select image" is always shown

Container definition

    ->add_fields( array(
        Field::make( 'image', 'crb_categoria_icone', 'Ícone' ),
    ));

Comments

More a question than an issue. Is this possible?

vilsongabriel commented 5 years ago

Also "Use image" with Media library open and "Select attachments" and "Use attachments" on media gallery field.

vvasilev- commented 5 years ago

Hi @vilsongabriel,

In order to change these lines, you'll need to translate them. You can use this file as a starting point for your translations.