diff --git a/langs/shared-questions/pl.json b/langs/shared-questions/pl.json index 0967ef424b..1f8f9365fd 100644 --- a/langs/shared-questions/pl.json +++ b/langs/shared-questions/pl.json @@ -1 +1,10 @@ -{} +{ + "undefined": { + "email": { + "question": "Jaki jest adres e-mail do {name}?" + }, + "phone": { + "question": "Jaki jest numer telefonu do {name}?" + } + } +}