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