Ver código fonte

added catalan to "languages.json" added proper code "ca-ES"

Ludo (Marc Alier) 1 ano atrás
pai
commit
4de591b930

+ 0 - 0
src/lib/i18n/locales/ca/translation.json → src/lib/i18n/locales/ca-ES/translation.json


+ 4 - 0
src/lib/i18n/locales/languages.json

@@ -27,4 +27,8 @@
 		"code": "zh-CN",
 		"title": "Chinese (Simplified)"
 	}
+	{
+		"code":"ca-ES",
+		"title":"Catalan"
+	}
 ]