bobbingwide / sb-children-block

List children of the current content as links.
2 stars 0 forks source link

Internationalize and localize the sb/children-block #5

Closed bobbingwide closed 4 years ago

bobbingwide commented 4 years ago

Do for sb/children-block what I did for sb/breadcrumbs-block - internationalize it and create localized versions for UK English ( en_GB ) and bbboing ( bb_BB ).

Proposed solution

$ok = wp_set_script_translations( 'sb-children-block-block-editor', 'sb-children-block' , $dir .'/languages'  );
load_plugin_textdomain( 'sb-children-block', false, 'sb-children-block/languages' );
bobbingwide commented 4 years ago

Test in bb_BB language

There are only 4 strings we can really see.

image

But if we use oik-blockinfo we can see the keywords as well, and we can search on the keywords too.

image

Question: Should the category 'widgets' be translated or not?

bobbingwide commented 4 years ago

Closing this even though: