universe:i18n-editor

v0.5.3Published 8 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Universe I18n Editor

Online Editor for universe i18n, it supports exports to YAML and JSON files. Using this package you can in simple way translate your site for different locale.

Instalation

 meteor add universe:i18n-editor universe:ecmascript //or universe:modules

Usage

import i18nEditor from '{universe:i18n-editor}';

ReactDOM.render(i18nEditor, domContainerNode);

This package is ready to integrate with universe admin panel (but this need some work)