aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/languages.js
blob: 9860295b381b3d130532ad27bfb2113bc9d505a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports = {
  'en-US': 'English',
  'pt-BR': 'Portuguese (Brazil)',
  'el-GR': 'Ελληνικά (Greece)',
  nl: 'Nederlands',
  'nl-BE': 'Vlaams',
  de: 'Deutsch',
  fr: 'French',
  ja: 'Japanese',
  pl: 'Polish',
  ru: 'Русский',
  ua: 'Українська',
};