浏览代码

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

Ludo (Marc Alier) 1 年之前
父节点
当前提交
4de591b930
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 0 0
      src/lib/i18n/locales/ca-ES/translation.json
  2. 4 0
      src/lib/i18n/locales/languages.json

+ 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",
 		"code": "zh-CN",
 		"title": "Chinese (Simplified)"
 		"title": "Chinese (Simplified)"
 	}
 	}
+	{
+		"code":"ca-ES",
+		"title":"Catalan"
+	}
 ]
 ]