diff --git a/scripts/models/localisationmodel.js b/scripts/models/localisationmodel.js index b96c419..461c233 100644 --- a/scripts/models/localisationmodel.js +++ b/scripts/models/localisationmodel.js @@ -99,6 +99,7 @@ define( updateAllTexts(); if ( config.language.debug ) { + postMessage( { availableLanguages: config.settings.language.options }, config.origin ); postMessage( { loaded: true }, config.origin ); } } diff --git a/translation.html b/translation.html index 81f7225..ea9af81 100644 --- a/translation.html +++ b/translation.html @@ -5,76 +5,146 @@ App Translation Tool -
+
+
+
+ +
+

You can translate the app on the left side by updating by entering text in the fields below. +

Use the preview button to get a live preview of what your translation looks like.

+

Your translations are automatically saved as drafts in the bowser. You can select them using the dropdown menu below.

+

When you're done and your translation is complete, you can send the translation data to the author via e-mail by clicking the complete button.

+

If you have questions or suggestions, please consider opening an issue on GitHub.

+
+ +
+