From 0f5ebea39996862fe7429c2183b0ef5eb6245317 Mon Sep 17 00:00:00 2001 From: Max Blake <157151994+maxblake2015@users.noreply.github.com> Date: Wed, 9 Apr 2025 02:33:45 +0100 Subject: [PATCH] feat: update pl.ts (#261) missing translation --- src/i18n/locales/pl.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/locales/pl.ts b/src/i18n/locales/pl.ts index a835e8cb..9ee74f5c 100644 --- a/src/i18n/locales/pl.ts +++ b/src/i18n/locales/pl.ts @@ -216,6 +216,7 @@ export default { 'Favorited by': 'Ulubione przez', 'Post settings': 'Ustawienia publikacji', 'Media upload service': 'Usługa przesyłania mediów', - 'Choose a relay': 'Wybierz transmiter' + 'Choose a relay': 'Wybierz transmiter', + 'no relays found': 'Nie znaleziono transmiterów' } }