aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/languages.js
blob: 38d97c24e4fc7e7a430ca6eeb1dd40cbb18525c1 (plain) (blame)
1
2
3
4
5
6
module.exports = {
  'en-US': 'English',
  // 'de-DE': 'Deutsch',
  'pl-PL': 'Polish',
  'ru-RU': 'Русский',
};