Merge remote-tracking branch 'upstream/master' into weblate-spoolman-translate

This commit is contained in:
Daviteusz
2023-08-17 13:02:26 +02:00
2 changed files with 251 additions and 1 deletions

View File

@@ -30,11 +30,16 @@ export const languages: { [key: string]: Language } = {
countryCode: "es",
fullCode: "es-ES",
},
["zh"]: {
name: "简体中文",
countryCode: "cn",
fullCode: "zh-CN",
},
["pl"]: {
name: "Polski",
countryCode: "pl",
fullCode: "pl-PL",
}
},
}
i18n