...
Java Script translations are not loaded from Atlas yet! The text.js
does not exist yet
Pending Known Issues
Module Name
Module name that we calculate with
Code Block |
---|
xblock_module_name = xblock_resource.__name__ |
raises an error because xblock_resource
is a string. Using xblock_resource
itself does not return the desired name that is used by Atlas when pulling translations. We need to unify the name between the two mechanisms
Domain
The domain used in the XBlock is still text
(and it should still be that in my opinion). But the translation is being pulled as django
Python Compilation
Atlas command should compile translations after pulling them
Code Block |
---|
cd conf && i18n_tool generate |
JS translation not being compiled
This mechanism is not implemented yet