Multilingual WordPress done right.
Stars
250
Forks
45
Watchers
250
Open Issues
117
Overall repository health assessment
No package.json found
This might not be a Node.js project
159
commits
44
commits
27
commits
2
commits
2
commits
1
commits
1
commits
1
commits
Merge pull request #263 from Automattic/hotfix/261-set-flag-correctly-master
2095384View on GitHubPost Public, meta: Set the flag correctly to re-allow updates to meta
8138c9aView on GitHubSwitch to asynchronously creating empty translations to avoid slowing down the post saving process too much.
7fc09ecView on GitHubUse the default language text direction for translations which have empty content or have the old `_bbl_default_text_direction` post meta field.
cf9ed0cView on GitHubAdd the option to immediately create an empty translation when a post is marked as ready for translation. This means a translation will be created which falls back to its default language content. The translation will be subsequently updated when the translation job is marked as complete.
10fddecView on GitHubDo not allow new non-default-language posts to be created at the capability level. Prevents unwanted 'Add New' links showing up.
350d28eView on GitHubNow we have a fully functional translation job workflow we don't need to hide the Edit link for translations. This allows translations to be edited using the translation workflow screen instead of the regular post editing screen.
b882722View on GitHubImprove the title text on the translation editing screen.
78e9833View on GitHubIntroduce a `Babble_Meta_Field_Editor` class for translating post meta fields which need a TinyMCE editor.
d126fa8View on GitHubUse CSS to hide TinyMCE QuickTags buttons rather than removing them using the settings. This allows us to maintain the toolbar's height when switching between Text/Visual.
cab20a5View on GitHub