-
-
Notifications
You must be signed in to change notification settings - Fork 243
🌐 Added Polish translation #136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,112 @@ | ||||||
| { | ||||||
| " (Page %)": " (Strona %)", | ||||||
| " and ": " i ", | ||||||
| "% issues": "% wydań", | ||||||
| "% min": "% min", | ||||||
| "% min read": "% min czytania", | ||||||
| "0 issues": "0 wydań", | ||||||
| "1 issue": "1 wydanie", | ||||||
| "1 min": "1 min", | ||||||
| "1 min read": "1 min czytania", | ||||||
| "A collection of 0 issues": "Zbiór 0 wydań", | ||||||
| "A collection of 0 posts": "Zbiór 0 wpisów", | ||||||
| "A collection of 1 issue": "Zbiór 1 wydania", | ||||||
| "A collection of 1 post": "Zbiór 1 wpisu", | ||||||
| "A collection of {numberOfIssues} issues": "Zbiór {numberOfIssues} wydań", | ||||||
| "A collection of {numberOfPosts} posts": "Zbiór {numberOfPosts} wpisów", | ||||||
| "About": "O nas", | ||||||
| "Access site": "Przejdź do strony", | ||||||
| "Account": "Konto", | ||||||
| "Additional issues will be published soon.": "Kolejne wydania ukażą się wkrótce.", | ||||||
| "All episodes": "Wszystkie odcinki", | ||||||
| "All episodes →": "Wszystkie odcinki →", | ||||||
| "Already have an account?": "Masz już konto?", | ||||||
| "Archive": "Archiwum", | ||||||
| "Browse all issues": "Przeglądaj wszystkie wydania", | ||||||
| "Browse archive": "Przeglądaj archiwum", | ||||||
| "By {authors}": "Autor: {authors}", | ||||||
| "By {primaryAuthor}": "Autor: {primaryAuthor}", | ||||||
| "Close (Esc)": "Zamknij (Esc)", | ||||||
| "Comments": "Komentarze", | ||||||
| "Don't miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "Nie przegap najnowszych wydań. Zarejestruj się teraz i uzyskaj dostęp do biblioteki wydań tylko dla subskrybentów.", | ||||||
|
||||||
| "Don't miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "Nie przegap najnowszych wydań. Zarejestruj się teraz i uzyskaj dostęp do biblioteki wydań tylko dla subskrybentów.", | |
| "Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "Nie przegap najnowszych wydań. Zarejestruj się teraz i uzyskaj dostęp do biblioteki wydań tylko dla subskrybentów.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the exact source key spelling here: this entry uses
Don't(ASCII apostrophe), but the canonical key inlocales/en.json/locales/context.jsonisDon’t(typographic apostrophe). Because locale lookup is exact-string based, this Polish translation will never be selected and that sentence will fall back to English at runtime.Useful? React with 👍 / 👎.