Marko Heijnen

Results 26 issues of Marko Heijnen

I want to generate gz files so this action would be great to have.

As a start to build support for JSON REST API I added code that returns the language of the post and all translations of it. Unsure of those posts shouldn't...

This fixes let urls as /en/category/parent/child/ work. $terms should get the value of `child` and not `parent/child`. This is also how WordPress internally does it.

Currently `bbl_get_default_lang_code()` is getting used for AJAX requests which results in not translated AJAX calls. This PR also fixes the if statements without brackets in `set_locale()` function.

It would be awesome to build in support for the upcoming API in WordPress. The fix of PR #182 is a start of it.

Due commit ffb11655a0db73534be23c73b24f988f1184a01b things got broken because of interface_lang vs content_lang. in class-locale.php you see cases where the is_admin() check is commented. Current situation is that language_attributes() returns the incorrect...

Currently I'm seeing a crash when going to translation jobs because somehow a colleague of mine managed had setup a tranlsation job for a translation job. When this happens the...

task

I'm having Dutch and German as languages and for Dutch pages works fine but switching to german ends up being a 404. It does detect that the page is German...

Currently there is no way to see which posts aren't marked for translation yet.

Currently Babble only supports url prefixes but it would be cool to have support for top level domains or sub domains.