diff options
| author | Mohamed Bassem <me@mbassem.com> | 2024-12-22 18:15:52 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2024-12-22 23:38:38 +0000 |
| commit | 5255e3f65cff008869189311bc5cff800e534dd2 (patch) | |
| tree | 5f3e09bb4a6402dfff0bb97d19fbf11a253dae15 /apps/web/lib/i18n/locales/pl | |
| parent | 882a42a719b7db04204a8776cb761b623cf6a897 (diff) | |
| download | karakeep-5255e3f65cff008869189311bc5cff800e534dd2.tar.zst | |
i18n: Enable polish translations
Diffstat (limited to 'apps/web/lib/i18n/locales/pl')
| -rw-r--r-- | apps/web/lib/i18n/locales/pl/translation.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/web/lib/i18n/locales/pl/translation.json b/apps/web/lib/i18n/locales/pl/translation.json index ab8e188b..5bd0d98b 100644 --- a/apps/web/lib/i18n/locales/pl/translation.json +++ b/apps/web/lib/i18n/locales/pl/translation.json @@ -1,8 +1,8 @@ { - "common": { - "url": "URL", - "email": "Email", - "password": "Hasło", - "name": "Imię" - } + "common": { + "url": "URL", + "email": "Email", + "password": "Hasło", + "name": "Imię" + } } |
