Newer
Older
CrypticOreWallet / src / __data__ / languages.json
{
  "en": {
    "name": "English (GB)",
    "country": "GB",
    "contributors": []
  },
  "de": {
    "name": "German",
    "nativeName": "Deutsch",
    "country": "de",
    "dayjsLocale": "de",
    "contributors": [
      {
        "name": "Lignum",
        "url": "https://github.com/Lignum"
      }
    ]
  },
  "fr": {
    "name": "French",
    "nativeName": "Français",
    "country": "fr",
    "dayjsLocale": "fr",
    "contributors": [
      {
        "name": "Anavrins",
        "url": "https://github.com/xAnavrins"
      }
    ]
  },
  "nl": {
    "name": "Dutch",
    "nativeName": "Nederlands",
    "country": "nl",
    "dayjsLocale": "nl",
    "contributors": [
      {
        "name": "HydroNitrogen",
        "url": "https://github.com/Wendelstein7"
      }
    ]
  },
  "vi": {
    "name": "Vietnamese",
    "nativeName": "Tiếng Việt",
    "country": "vn",
    "dayjsLocale": "vi",
    "contributors": [
      {
        "name": "Boom",
        "url": "https://github.com/signalhunter"
      }
    ]
  }
}