Ulrich Pogson

Results 146 comments of Ulrich Pogson

After looking at it in more detail I would like to find a better way then copying https://github.com/WordPress/gutenberg/blob/master/i18n/babel-plugin.js to the plugin and using that.

This is where the plugin is registered https://github.com/WordPress/gutenberg/blob/d907d35/.babelrc#L37-L43

> Isn't using POT files kinda deprecated now? I am not sure if the Make-POT on WordPress.org yet parses JS files. Would be something to look into. If it is...

This has been partly started with https://github.com/ahmadawais/create-guten-block/commit/6c92f4af8f3fe156c4ad4770255edfa63f1facc2

It looks like Gutenberg is changing their `.POT` generation process. https://github.com/WordPress/gutenberg/pull/6007 @ahmadawais What I can't figure out is which `package.json` do I need to add `"@wordpress/babel-plugin-makepot": "1.0.0",`.

Here is an example how the `make-pot` can be setup for a single block https://github.com/swissspidy/gutenberg-i18n-block/blob/master/package.json I am not sure how to add the `babel` task to the `build.js`.

Sorry, I am not sure I am going to have time to work on this feature. 😞

There are two tools which cover both aspects for tray icon and dashboard. http://wptavern.com/vvv-dashboard-provides-an-interface-for-managing-varying-vagrant-vagrants-installations http://wptavern.com/vagrant-manager-for-os-x-manage-all-your-vagrant-machines-from-one-place - There is also a Windows version now.

I just needed to generate the pot file once so I just deleted the page template temporarily. I reported the issue so that the next person might find out earlier...

Can also confirm that I have the same issue. Have implemented the fix in https://github.com/barbajs/barba/pull/653 and it seems to work.