Synchronize Polish translation with master (#19681)

Update translated content to uptream master version as for March 15th.
Commits from 90ee7559a0
to d4167faa2c.
This commit is contained in:
Maciej Filocha
2020-03-20 11:14:36 +01:00
committed by GitHub
parent 735259f732
commit 3b241356e5
18 changed files with 80 additions and 119 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:6.14.2
EXPOSE 8080
COPY server.js .
CMD node server.js
CMD [ "node", "server.js" ]