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 }}
{