mozilla / bedrock

Making mozilla.org awesome, one pebble at a time
https://www.mozilla.org
Mozilla Public License 2.0
1.18k stars 917 forks source link

Support CAT tool in Smartling, including support for draft/unpublished pages if possible #14938

Open stevejalim opened 2 months ago

stevejalim commented 2 months ago

Smartling has a tool (CAT) to assist translators that live-overlays their WIP translation strings on top of the actual site being translated.

This works fine for us with hard-coded Django views, which usually ship in en-US immediately, and then can be localized afterwards. CMS-backed pages, however, present a new workflow that we may need to handle

This is a placeholder Issue.

We need to:

stevejalim commented 5 hours ago

See https://github.com/mozilla/wagtail-localize-smartling/issues/34