﻿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](https://github.com/voidlabs/mosaico/wiki/Mosaico-Plugins):
```javascript
  var plugin = function(vm) {
    vm.ut = vm.tt;
  };
```

Thanks to translators:

- ar (Arabian): Nick390
- de (German): Bernhard Weichel
- es (Spanish): Carlos Jacobs
- fr (French): Jonathan Loriaux
- hu (Hungarian): Marton Marcell
- it (Italian): Mosaico Team
- nl (Dutch): Pieter Emeis
- pt_BR (Portuguese): Pedro Humberto Lindner Choeiri
- ru (Russian): Andrey ANM
- sr_RS (Serbian): Đorđe Kolaković
- sv (Swedish): P-H Westman
- 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.
