Localization for OWL
- en
- ru
- de
- es
- ja
yarn add https://github.com/OwlDevHub/OWL-Locales
# or
npm install https://github.com/OwlDevHub/OWL-Localesimport { en, ru, de, es, ja } from "owl-locales";
const resources = {
en: { translation: en },
ru: { translation: ru },
de: { translation: de },
es: { translation: es },
ja: { translation: ja },
};