-
-
Notifications
You must be signed in to change notification settings - Fork 943
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(locales.pl): add pl translation for gender and binary gender (#1162
- Loading branch information
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export default ['Kobieta', 'Mężczyzna']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
export default [ | ||
'Genderqueer', | ||
'Hermafrodyta', | ||
'Inna', | ||
'Kobieta cis', | ||
'Kobieta cispłciowa', | ||
'Kobieta interpłciowa', | ||
'Kobieta trans', | ||
'Kobieta', | ||
'Meżczyzna trans', | ||
'Mężczyzna cis', | ||
'Mężczyzna cispłciowy', | ||
'Mężczyzna interpłciowy', | ||
'Mężczyzna', | ||
'Osoba agender', | ||
'Osoba bigender', | ||
'Osoba gender fluid', | ||
'Osoba interpłciowa', | ||
'Osoba niebinarna', | ||
'Osoba pangender', | ||
'Osoba polygender', | ||
'Osoba trans', | ||
'Transkobieta', | ||
'Transsekualista', | ||
'Transmężczyzna', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters