Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
"title": "Häufig gefragt",
"question1": {
"title": "Was ist bannergress.com?",
"answer": "<p>Nach dem Verlust unserer beliebten Ingress-Fansite haben sich einige Agents zusammengetan, um dieses Projekt auf die Beine zu stellen.</p><ul><li>alle einbinden</li><li>Open Source werden (bald)</li><li>dauerhafte Bibliothek für Banner sein</li><li>nie aufhören, weiterzuentwickeln</li></ul>"
"answer": "<p>Nach dem Verlust unserer beliebten Ingress-Fansite haben sich einige Agents zusammengetan, um dieses Projekt auf die Beine zu stellen. Das Ziel dieses Projektes ist es: </p><ul><li>alle einzubinden</li><li><github>Open Source</github> zu sein</li><li>die dauerhafte Bibliothek für Banner sein</li><li>nie aufzuhören, weiterzuentwickeln</li></ul>"
},
"question2": {
"title": "Wie bekomme ich Ingress-Missionen nach bannergress.com? (Teil 1: Installation)",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"title": "Frequently Asked",
"question1": {
"title": "What is bannergress.com?",
"answer": "<p>After the horrific loss of our favorite Ingress fan page, some agents came together to start this project.</p><ul><li>get everyone involved</li><li>be open source (soon™)</li><li>be the long-term solution for finding banners</li><li>never stop developing</li></ul>"
"answer": "<p>After the horrific loss of our favorite Ingress fan page, some agents came together to start this project. The aim of the project is to:</p><ul><li>get everyone involved</li><li>be <github>open source</github></li><li>be the long-term solution for finding banners</li><li>never stop developing</li></ul>"
},
"question2": {
"title": "How do I get Ingress missions to bannergress.com? (Part 1: setup)",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"title": "Preguntas frecuentes",
"question1": {
"title": "What is bannergress.com?",
"answer": "<p>After the horrific loss of our favorite Ingress fan page, some agents came together to start this project.</p><ul><li>get everyone involved</li><li>be open source (soon™)</li><li>be the long-term solution for finding banners</li><li>never stop developing</li></ul>"
"answer": "<p>After the horrific loss of our favorite Ingress fan page, some agents came together to start this project. The aim of the project is to:</p><ul><li>get everyone involved</li><li>be <github>open source</github></li><li>be the long-term solution for finding banners</li><li>never stop developing</li></ul>"
},
"question2": {
"title": "How do I get Ingress missions to bannergress.com? (Part 1: setup)",
Expand Down
1 change: 1 addition & 0 deletions src/pages/help/AllQuestions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const AllQuestions: React.FC = () => {
<Trans
i18nKey="faqs.question1.answer"
components={{
github: getLink('https://github.com/bannergress'),
p: <p />,
ul: <ul />,
li: <li />,
Expand Down