From 7920318406be0bbdf221e11dee3d037d4a335f6e Mon Sep 17 00:00:00 2001 From: simon987 Date: Thu, 18 May 2023 19:52:15 -0400 Subject: [PATCH] Add polish localization (pt.2) --- sist2-vue/src/views/Configuration.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/sist2-vue/src/views/Configuration.vue b/sist2-vue/src/views/Configuration.vue index 056fe22..30b6682 100644 --- a/sist2-vue/src/views/Configuration.vue +++ b/sist2-vue/src/views/Configuration.vue @@ -237,6 +237,7 @@ export default { {value: "fr", text: this.$t("lang.fr")}, {value: "zh-CN", text: this.$t("lang.zh-CN")}, {value: "de", text: this.$t("lang.de")}, + {value: "pl", text: this.$t("lang.pl")}, ], queryModeOptions: [ {value: "simple", text: this.$t("queryMode.simple")},