docs: traducir nombre de Collaborators group

- solucione el problema con el tamaño del botón que causa que se elimine el relleno
This commit is contained in:
Michael Prentice 2020-10-22 11:02:18 -04:00
parent b5c3bb998d
commit bbbae1065a
3 changed files with 12 additions and 12 deletions

View File

@ -272,7 +272,7 @@
"website": "https://www.softwarearchitekt.at", "website": "https://www.softwarearchitekt.at",
"bio": "Trainer and Consultant with focus on Angular. Writes for O'Reilly, the German Java Magazine and Heise. Regularly speaks at conferences.", "bio": "Trainer and Consultant with focus on Angular. Writes for O'Reilly, the German Java Magazine and Heise. Regularly speaks at conferences.",
"mentor": "mgechev", "mentor": "mgechev",
"groups": ["GDE", "Collaborators"] "groups": ["GDE", "Colaboradores"]
}, },
"maximsalnikov": { "maximsalnikov": {
"name": "Maxim Salnikov", "name": "Maxim Salnikov",
@ -549,7 +549,7 @@
"twitter": "samjulien", "twitter": "samjulien",
"website": "http://www.samjulien.com/", "website": "http://www.samjulien.com/",
"bio": "Sam Julien builds software, articles, video courses, and campfires. A developer, speaker, writer, and GDE in the Pacific Northwest, Sam's favorite thing in the world is changing someone's life by teaching them to code.", "bio": "Sam Julien builds software, articles, video courses, and campfires. A developer, speaker, writer, and GDE in the Pacific Northwest, Sam's favorite thing in the world is changing someone's life by teaching them to code.",
"groups": ["Collaborators", "GDE"], "groups": ["Colaboradores", "GDE"],
"mentor": "gkalpak" "mentor": "gkalpak"
}, },
"tracylee": { "tracylee": {
@ -562,7 +562,7 @@
}, },
"jiali": { "jiali": {
"name": "Jia Li", "name": "Jia Li",
"groups": ["Collaborators"], "groups": ["Colaboradores"],
"mentor": "mhevery", "mentor": "mhevery",
"picture": "JiaLiPassion.jpg", "picture": "JiaLiPassion.jpg",
"twitter": "Jialipassion", "twitter": "Jialipassion",
@ -572,32 +572,32 @@
"cexbrayat": { "cexbrayat": {
"name": "Cédric Exbrayat", "name": "Cédric Exbrayat",
"mentor": "petebacondarwin", "mentor": "petebacondarwin",
"groups": ["Collaborators"], "groups": ["Colaboradores"],
"picture": "cexbrayat.jpg", "picture": "cexbrayat.jpg",
"bio": "Author of `Become a ninja with Angular (2+)` https://books.ninja-squad.com/angular - Angular trainer and @Ninja-Squad co-founder" "bio": "Author of `Become a ninja with Angular (2+)` https://books.ninja-squad.com/angular - Angular trainer and @Ninja-Squad co-founder"
}, },
"ajitsinghkaler": { "ajitsinghkaler": {
"name": "Ajit Singh", "name": "Ajit Singh",
"groups": ["Collaborators"], "groups": ["Colaboradores"],
"picture": "ajitsinghkaler.jpg", "picture": "ajitsinghkaler.jpg",
"twitter": "ajitsinghkaler", "twitter": "ajitsinghkaler",
"bio": "Software Engineer in Bangalore, India who loves to learn something new and is interested in front end technologies" "bio": "Software Engineer in Bangalore, India who loves to learn something new and is interested in front end technologies"
}, },
"CaerusKaru": { "CaerusKaru": {
"name": "Adam Plumer", "name": "Adam Plumer",
"groups": ["Collaborators"], "groups": ["Colaboradores"],
"mentor": "vikerman", "mentor": "vikerman",
"picture": "CaerusKaru.jpg" "picture": "CaerusKaru.jpg"
}, },
"jbedard": { "jbedard": {
"name": "Jason Bedard", "name": "Jason Bedard",
"groups": ["Collaborators"], "groups": ["Colaboradores"],
"mentor": "kyliau", "mentor": "kyliau",
"picture": "jbedard.jpg" "picture": "jbedard.jpg"
}, },
"JoostK": { "JoostK": {
"name": "Joost Koehoorn", "name": "Joost Koehoorn",
"groups": ["Collaborators"], "groups": ["Colaboradores"],
"mentor": "alxhub", "mentor": "alxhub",
"picture": "joostk.jpg", "picture": "joostk.jpg",
"twitter": "devjoost", "twitter": "devjoost",
@ -605,7 +605,7 @@
}, },
"sonukapoor": { "sonukapoor": {
"name": "Sonu Kapoor", "name": "Sonu Kapoor",
"groups": ["Collaborators"], "groups": ["Colaboradores"],
"picture": "sonukapoor.jpg", "picture": "sonukapoor.jpg",
"website": "https://www.linkedin.com/in/sonu-kapoor/", "website": "https://www.linkedin.com/in/sonu-kapoor/",
"bio": "Sonu is a Software Engineer from Toronto, with a high interest in front-end technologies and algorithms." "bio": "Sonu is a Software Engineer from Toronto, with a high interest in front-end technologies and algorithms."
@ -702,7 +702,7 @@
}, },
"ayazhafiz": { "ayazhafiz": {
"name": "Ayaz Hafiz", "name": "Ayaz Hafiz",
"groups": ["Collaborators"], "groups": ["Colaboradores"],
"picture": "hafiz.jpg", "picture": "hafiz.jpg",
"website": "https://github.com/ayazhafiz", "website": "https://github.com/ayazhafiz",
"bio": "Ayaz is an undergraduate student with interests in free software." "bio": "Ayaz is an undergraduate student with interests in free software."

View File

@ -84,7 +84,7 @@ a.button.mat-button {
} }
a.filter-button { a.filter-button {
width: 140px; width: 154px;
@include font-size(14); @include font-size(14);
padding: 0px 16px; padding: 0px 16px;
margin: 8px; margin: 8px;

View File

@ -137,7 +137,7 @@ describe('site App', function() {
expect(groupButtons.count()).toBe(3); expect(groupButtons.count()).toBe(3);
const texts = groupButtons.map<string>(btn => btn && btn.getText()); const texts = groupButtons.map<string>(btn => btn && btn.getText());
expect(texts).toEqual(['ANGULAR', 'COLLABORATORS', 'GDE']); expect(texts).toEqual(['ANGULAR', 'GDE', 'COLABORADORES']);
}); });
it('should have contributors listed in each group', () => { it('should have contributors listed in each group', () => {