From a6fa67bb3eeab0e32c2b0929007fd4bf45ea9d4e Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Tue, 6 Apr 2021 13:41:11 +0300 Subject: [PATCH] edit about --- locale/de/messages.json | 1 + locale/el/messages.json | 1 + locale/en/messages.json | 1 + locale/es/messages.json | 1 + locale/fr/messages.json | 1 + locale/he/messages.json | 1 + locale/it/messages.json | 1 + locale/ja/messages.json | 1 + locale/ko/messages.json | 1 + locale/nl/messages.json | 1 + locale/pt/messages.json | 1 + locale/ru/messages.json | 1 + locale/sv/messages.json | 1 + pages/about.tsx | 136 +++++++++++++++++++++++++--------------- 14 files changed, 97 insertions(+), 52 deletions(-) diff --git a/locale/de/messages.json b/locale/de/messages.json index 53ba151bb..1207bf0ff 100644 --- a/locale/de/messages.json +++ b/locale/de/messages.json @@ -181,6 +181,7 @@ "provided the data for tournament browser": "hat die Daten für die Turniersuche zur Verfügung gestellt", "gave plenty of useful feedback": "gab besonders viel hilfreiches Feedback", "art for the site - front page inkling, icons and footer drawing": "", + "<0>Contributions to the codebase": "", "translation": "übersetzung", "Patch {CURRENT_PATCH}": "", "AP = Ability Point = Mains * 10 + Subs * 3": "", diff --git a/locale/el/messages.json b/locale/el/messages.json index d0446bdfd..68b343e01 100644 --- a/locale/el/messages.json +++ b/locale/el/messages.json @@ -181,6 +181,7 @@ "provided the data for tournament browser": "παρείχαν δεδομένα για το πρόγραμμα περιήγησης των τουρνουά", "gave plenty of useful feedback": "έδωσαν πολύ χρήσιμα σχόλια", "art for the site - front page inkling, icons and footer drawing": "", + "<0>Contributions to the codebase": "", "translation": "μετάφραση", "Patch {CURRENT_PATCH}": "", "AP = Ability Point = Mains * 10 + Subs * 3": "", diff --git a/locale/en/messages.json b/locale/en/messages.json index a3579f1b0..95cb1ae29 100644 --- a/locale/en/messages.json +++ b/locale/en/messages.json @@ -181,6 +181,7 @@ "provided the data for tournament browser": "provided the data for tournament browser", "gave plenty of useful feedback": "gave plenty of useful feedback", "art for the site - front page inkling, icons and footer drawing": "art for the site - front page inkling, icons and footer drawing", + "<0>Contributions to the codebase": "<0>Contributions to the codebase", "translation": "translation", "Patch {CURRENT_PATCH}": "Patch {CURRENT_PATCH}", "AP = Ability Point = Mains * 10 + Subs * 3": "AP = Ability Point = Mains * 10 + Subs * 3", diff --git a/locale/es/messages.json b/locale/es/messages.json index 2c4e67e4b..8243ac30c 100644 --- a/locale/es/messages.json +++ b/locale/es/messages.json @@ -181,6 +181,7 @@ "provided the data for tournament browser": "aportó los datos para el buscador de torneos", "gave plenty of useful feedback": "proporcionó valoración útil", "art for the site - front page inkling, icons and footer drawing": "arte para el sitio - inkling de la página principal, icono y dibujo del pie de página.", + "<0>Contributions to the codebase": "", "translation": "traducción", "Patch {CURRENT_PATCH}": "Parche {CURRENT_PATCH}", "AP = Ability Point = Mains * 10 + Subs * 3": "PH = Puntos de Habilidad = Principales * 10 + Secundarios * 3", diff --git a/locale/fr/messages.json b/locale/fr/messages.json index bdf4e1c2e..110ffa1d1 100644 --- a/locale/fr/messages.json +++ b/locale/fr/messages.json @@ -181,6 +181,7 @@ "provided the data for tournament browser": "a fourni les données pour le navigateur du tournoi", "gave plenty of useful feedback": "a donné beaucoup de commentaires utiles", "art for the site - front page inkling, icons and footer drawing": "", + "<0>Contributions to the codebase": "", "translation": "Traduction", "Patch {CURRENT_PATCH}": "", "AP = Ability Point = Mains * 10 + Subs * 3": "", diff --git a/locale/he/messages.json b/locale/he/messages.json index 42afde382..a11ded5f9 100644 --- a/locale/he/messages.json +++ b/locale/he/messages.json @@ -181,6 +181,7 @@ "provided the data for tournament browser": "סיפק נתונים בשביל דפדפן הטורנירים", "gave plenty of useful feedback": "נתן הרבה ביקורת בונה", "art for the site - front page inkling, icons and footer drawing": "איורים לאתר - אינקלינג בעמוד הראשי, אייקונים ואיור בתחתית העמוד", + "<0>Contributions to the codebase": "", "translation": "תרגום", "Patch {CURRENT_PATCH}": "{CURRENT_PATCH} עדכון", "AP = Ability Point = Mains * 10 + Subs * 3": "נ.י = נקודות יכולת = עיקרי * 10 + משניים * 3", diff --git a/locale/it/messages.json b/locale/it/messages.json index adac798f3..8479f4da2 100644 --- a/locale/it/messages.json +++ b/locale/it/messages.json @@ -181,6 +181,7 @@ "provided the data for tournament browser": "ha fornito i dati per la sezione tornei", "gave plenty of useful feedback": "ha fornito molti consigli utili", "art for the site - front page inkling, icons and footer drawing": "", + "<0>Contributions to the codebase": "", "translation": "traduzione", "Patch {CURRENT_PATCH}": "", "AP = Ability Point = Mains * 10 + Subs * 3": "", diff --git a/locale/ja/messages.json b/locale/ja/messages.json index 013e340d3..de91a20f4 100644 --- a/locale/ja/messages.json +++ b/locale/ja/messages.json @@ -181,6 +181,7 @@ "provided the data for tournament browser": "", "gave plenty of useful feedback": "", "art for the site - front page inkling, icons and footer drawing": "", + "<0>Contributions to the codebase": "", "translation": "", "Patch {CURRENT_PATCH}": "", "AP = Ability Point = Mains * 10 + Subs * 3": "", diff --git a/locale/ko/messages.json b/locale/ko/messages.json index 3fa8944bf..6dbed0340 100644 --- a/locale/ko/messages.json +++ b/locale/ko/messages.json @@ -181,6 +181,7 @@ "provided the data for tournament browser": "대회 브라우저를 위한 데이터 제공", "gave plenty of useful feedback": "유용하고 많은 피드백 제공", "art for the site - front page inkling, icons and footer drawing": "", + "<0>Contributions to the codebase": "", "translation": "번역", "Patch {CURRENT_PATCH}": "", "AP = Ability Point = Mains * 10 + Subs * 3": "", diff --git a/locale/nl/messages.json b/locale/nl/messages.json index 013e340d3..de91a20f4 100644 --- a/locale/nl/messages.json +++ b/locale/nl/messages.json @@ -181,6 +181,7 @@ "provided the data for tournament browser": "", "gave plenty of useful feedback": "", "art for the site - front page inkling, icons and footer drawing": "", + "<0>Contributions to the codebase": "", "translation": "", "Patch {CURRENT_PATCH}": "", "AP = Ability Point = Mains * 10 + Subs * 3": "", diff --git a/locale/pt/messages.json b/locale/pt/messages.json index f02684f6f..dc58b242a 100644 --- a/locale/pt/messages.json +++ b/locale/pt/messages.json @@ -181,6 +181,7 @@ "provided the data for tournament browser": "forneceu os dados para navegação de campeonatos", "gave plenty of useful feedback": "fez muitas críticas úteis", "art for the site - front page inkling, icons and footer drawing": "Arte para o site - Inkling da página inicial, ícones e desenho de rodapé", + "<0>Contributions to the codebase": "", "translation": "tradução", "Patch {CURRENT_PATCH}": "", "AP = Ability Point = Mains * 10 + Subs * 3": "AP = Pontos de Habilidade (Ability Point) = Mains * 10 + Subs * 3", diff --git a/locale/ru/messages.json b/locale/ru/messages.json index 013e340d3..de91a20f4 100644 --- a/locale/ru/messages.json +++ b/locale/ru/messages.json @@ -181,6 +181,7 @@ "provided the data for tournament browser": "", "gave plenty of useful feedback": "", "art for the site - front page inkling, icons and footer drawing": "", + "<0>Contributions to the codebase": "", "translation": "", "Patch {CURRENT_PATCH}": "", "AP = Ability Point = Mains * 10 + Subs * 3": "", diff --git a/locale/sv/messages.json b/locale/sv/messages.json index 74f0e756b..e9841eb47 100644 --- a/locale/sv/messages.json +++ b/locale/sv/messages.json @@ -181,6 +181,7 @@ "provided the data for tournament browser": "för data från turneringar", "gave plenty of useful feedback": "för mycket användbar feedback", "art for the site - front page inkling, icons and footer drawing": "för konstverk på hemsidan: huvudsidans inkling, ikoner och bilden på sidfoten", + "<0>Contributions to the codebase": "", "translation": "översättning", "Patch {CURRENT_PATCH}": "Patch {CURRENT_PATCH}", "AP = Ability Point = Mains * 10 + Subs * 3": "AP = Ability Point (Effektpoäng) = 3 Mains * 10 + Subs * 3", diff --git a/pages/about.tsx b/pages/about.tsx index b7351d310..7a7a77549 100644 --- a/pages/about.tsx +++ b/pages/about.tsx @@ -14,58 +14,7 @@ const About = () => { Sendou {" "} - with help from the people below. You can check out{" "} - - Trello - {" "} - to see what is happening with development. - - Feedback - - - Noticed a bug? Something could be done better? Thought of a new cool - feature you'd like to see on the site? Need help using the site? You - can either: - - - - - Create an issue on{" "} - - GitHub - - - - - - Post on the #helpdesk or #feedback channel of our{" "} - - Discord - - - - - - DM me on{" "} - - Twitter - {" "} - or Discord (Sendou#0043) - - - + with help from the people below.
@@ -128,6 +77,42 @@ const About = () => { art for the site - front page inkling, icons and footer drawing +
  • + + DoubleCookies + {" "} + -{" "} + + + Contributions to the codebase + + +
  • +
  • + + Ryan Laughlin + {" "} + -{" "} + + + Contributions to the codebase + + +
  • {
  • + + Feedback + + + Noticed a bug? Something could be done better? Thought of a new cool + feature you'd like to see on the site? Need help using the site? You can + either: + + + + + Create an issue on{" "} + + GitHub + + + + + + Post on the #helpdesk or #feedback channel of our{" "} + + Discord + + + + + + DM me on{" "} + + Twitter + {" "} + or Discord (Sendou#0043) + + + ); };