From 04e2287f083b4d20bb687126ffbc1a937250f341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Jaenisch?= Date: Wed, 19 Jun 2024 17:01:02 +0200 Subject: [PATCH] fix: restore new keys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For some reasons, the new keys got lost during a rebase. Signed-off-by: André Jaenisch --- src/lib/i18n/locales/pl.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/i18n/locales/pl.json b/src/lib/i18n/locales/pl.json index 74aaeac..146a4e4 100644 --- a/src/lib/i18n/locales/pl.json +++ b/src/lib/i18n/locales/pl.json @@ -74,6 +74,11 @@ "heading": "Aktywność" }, "projects": { + "actions": { + "fork": "", + "star": "", + "watch": "" + }, "add_or_import": "{addElementOpen}Dodaj{addElementClose} lub {importElementOpen}zaimportuj projekt{importElementClose}.", "empty": "Nie dodano jeszcze żadnego projektu.", "heading": "Projekty"