From c59dbcc35c868659f546965576824d5edb7363dc Mon Sep 17 00:00:00 2001 From: akanyan Date: Sun, 27 Apr 2025 20:37:46 +0000 Subject: [PATCH] feat: add polish localization --- CHANGELOG.md | 1 + src/components/ProfileList.vue | 10 +- src/i18n/en.ts | 5 +- src/i18n/pl.ts | 261 +++++++++++++++++++++++++++++++++ 4 files changed, 270 insertions(+), 7 deletions(-) create mode 100644 src/i18n/pl.ts diff --git a/CHANGELOG.md b/CHANGELOG.md index 451d681..ba0816e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Various internationalization additions - STARTLINER now remembers the recently open tab and re-opens it on the next session - Added "Beta" to the title as STARTLINER is approaching feature-completeness +- Added full Polish localization :smciota: ## 0.15.0 diff --git a/src/components/ProfileList.vue b/src/components/ProfileList.vue index 11faa70..c21322c 100644 --- a/src/components/ProfileList.vue +++ b/src/components/ProfileList.vue @@ -90,16 +90,16 @@ const importPick = async () => { modal :visible="exportVisible" :closable="false /*this shit doesn't work */" - :header="`Export ${prf.current?.meta.name}`" + :header="`${t('profile.export')} ${prf.current?.meta.name}`" :style="{ width: '300px', scale: client.scaleValue }" >
-
Export keychip
+
{{ t('profile.export') }} keychip
-
Export {{ f }}
+
{{ t('profile.export') }} {{ f }}