Autobot e578db1e12 Lokalise: Translations update (#89)
* Lokalise: update of app/languages/pt_BR.json

* enable pt_BR language
2018-12-07 12:53:08 -02:00

16 lines
236 B
JavaScript

import en from './en.json';
import fr from './fr.json';
import ko from './ko.json';
import ru from './ru.json';
import pt_BR from './pt_BR.json';
const translations = {
en,
fr,
ko,
ru,
pt_BR,
};
export default translations;