mailtrain/client/static/mosaico/lang
Tomas Bures 63765f7222 Client's public folder renamed to static
Regular campaign sender seems to have most of the code in place. (Not tested.)
2018-09-18 10:30:13 +02:00
..
LICENSE Client's public folder renamed to static 2018-09-18 10:30:13 +02:00
mosaico-de.json Client's public folder renamed to static 2018-09-18 10:30:13 +02:00
mosaico-en.json Client's public folder renamed to static 2018-09-18 10:30:13 +02:00
mosaico-es.json Client's public folder renamed to static 2018-09-18 10:30:13 +02:00
mosaico-fr.json Client's public folder renamed to static 2018-09-18 10:30:13 +02:00
mosaico-it.json Client's public folder renamed to static 2018-09-18 10:30:13 +02:00
mosaico-nl.json Client's public folder renamed to static 2018-09-18 10:30:13 +02:00
mosaico-ru.json Client's public folder renamed to static 2018-09-18 10:30:13 +02:00
mosaico-sr_RS.json Client's public folder renamed to static 2018-09-18 10:30:13 +02:00
mosaico-sv.json Client's public folder renamed to static 2018-09-18 10:30:13 +02:00
README.md Client's public folder renamed to static 2018-09-18 10:30:13 +02:00

These files are not yet directly used by mosaico.

You can use Mosaico.init({ strings: #thecontentofoneofthisfiles# }) to initialize mosaico in a given language.

You can provide new translations to our mosaico translations project on POEditor: https://poeditor.com/join/project/nsFNi6zyOm

Please note that this just translate the main Mosaico UI: some parts of the UI are defined by the template and their "labels" cannot be translated by the library because each template defines its own labels/texts. So you may want to create your own "translated" templates by altering the "source" html for the template.

You can even force mosaico to run the internal translation tool for the template labels by defining a plugin:

  var plugin = function(vm) {
    vm.ut = vm.tt;
  };

Please get in touch with us by sending an email to feedback at mosaico.io including your email and the language you'd like to contribute.

Thanks to translators:

  • it (Italian): Mosaico Team
  • de (German): Bernhard Weichel
  • es (Spanish): Carlos Jacobs
  • fr (French): Jonathan Loriaux
  • nl (Dutch): Pieter Emeis
  • sv (Swedish): P-H Westman
  • sr_RS (Serbian): Đorđe Kolaković
  • ru (Russian): Andrey ANM

Sign-up to POEditor if you want to collaborate or suggest changes to the current languages, or provide PR for full new complete languages.

Language files are contributed and redistributed under the CC-BY-4.0 (Creative Commons - Attribution) license.