mailtrain/client/static/mosaico/rs/lang
Tomas Bures 48dcf2c701 Mosaico upgraded to 0.17.5
Work started on confirmation dialogs displayed when one navigates from a page with unsaved changes
2019-05-08 19:54:19 +02:00
..
LICENSE Mosaico upgraded to 0.17.5 2019-05-08 19:54:19 +02:00
mosaico-de.json Mosaico upgraded to 0.17.5 2019-05-08 19:54:19 +02:00
mosaico-en.json Mosaico upgraded to 0.17.5 2019-05-08 19:54:19 +02:00
mosaico-es.json Mosaico upgraded to 0.17.5 2019-05-08 19:54:19 +02:00
mosaico-fr.json Mosaico upgraded to 0.17.5 2019-05-08 19:54:19 +02:00
mosaico-it.json Mosaico upgraded to 0.17.5 2019-05-08 19:54:19 +02:00
mosaico-nl.json Mosaico upgraded to 0.17.5 2019-05-08 19:54:19 +02:00
mosaico-pt_BR.json Mosaico upgraded to 0.17.5 2019-05-08 19:54:19 +02:00
mosaico-ru.json Mosaico upgraded to 0.17.5 2019-05-08 19:54:19 +02:00
mosaico-sr_RS.json Mosaico upgraded to 0.17.5 2019-05-08 19:54:19 +02:00
mosaico-sv.json Mosaico upgraded to 0.17.5 2019-05-08 19:54:19 +02:00
mosaico-tr.json Mosaico upgraded to 0.17.5 2019-05-08 19:54:19 +02:00
README.md Mosaico upgraded to 0.17.5 2019-05-08 19:54:19 +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
  • tr (Turkish): Andriya Uçar

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.