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