mirror of
https://github.com/sist2app/sist2.git
synced 2026-03-29 11:31:35 +00:00
Add polish localization (pt.2)
This commit is contained in:
@@ -237,6 +237,7 @@ export default {
|
|||||||
{value: "fr", text: this.$t("lang.fr")},
|
{value: "fr", text: this.$t("lang.fr")},
|
||||||
{value: "zh-CN", text: this.$t("lang.zh-CN")},
|
{value: "zh-CN", text: this.$t("lang.zh-CN")},
|
||||||
{value: "de", text: this.$t("lang.de")},
|
{value: "de", text: this.$t("lang.de")},
|
||||||
|
{value: "pl", text: this.$t("lang.pl")},
|
||||||
],
|
],
|
||||||
queryModeOptions: [
|
queryModeOptions: [
|
||||||
{value: "simple", text: this.$t("queryMode.simple")},
|
{value: "simple", text: this.$t("queryMode.simple")},
|
||||||
|
|||||||
Reference in New Issue
Block a user