omeka-s-modules/Scripto

Confirm that all strings are marked for translation

Closed this issue · 2 comments

Following these directions, we need to check that we have correctly marked all the appropriate strings for translation: https://omeka.org/s/docs/developer/modules/internationalization/#creating-and-compiling-the-strings

Marked most strings as of 730e945. Two holdovers are the Scripto vocabulary strings in vocabs/scripto.n3 (labels and comments) and the strings/alt-text in the wikitext editor. To mark the former, the core needs some additional tooling to merge a new "template-static.pot" file into the generated template file. To mark the latter, we need to move the strings out of wikitext-editor.js and into public-app.js, and mark them for translation in the js_translate_strings config.

e914500 and bb382b3 resolve this issue.