aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/languages.js
blob: f888271149f47e9c90f696a1badc45c9ec8a57be (plain) (blame)
1
2
3
4
5
6
7
8
9
module.exports = {
  'en-US': 'English',
  'pt-BR': 'Portuguese (Brazil)',
  nl: 'Nederlands',
  de: 'Deutsch',
  fr: 'French',
  pl: 'Polish',
  ru: 'Русский',
};