This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
dcbot.tribalwarshelp.com/src/features/CommandsPage/translations.js

8 lines
105 B
JavaScript

import en from './translations.en';
import pl from './translations.pl';
export default {
en,
pl,
};