Add Catalan translation (#1566)

This commit is contained in:
Kostas Bariotis 2020-05-16 16:45:56 +01:00 committed by GitHub
parent 755cd9c320
commit 7f35b805d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ export const languages = [
{ lng: "bg-BG", label: "Български", data: require("./locales/bg-BG.json") },
{ lng: "de-DE", label: "Deutsch", data: require("./locales/de-DE.json") },
{ lng: "es-ES", label: "Español", data: require("./locales/es-ES.json") },
{ lng: "ca-ES", label: "Catalan", data: require("./locales/ca-ES.json") },
{ lng: "el-GR", label: "Ελληνικά", data: require("./locales/el-GR.json") },
{ lng: "fr-FR", label: "Français", data: require("./locales/fr-FR.json") },
{