Skip to content

Commit

Permalink
update about page
Browse files Browse the repository at this point in the history
  • Loading branch information
zzlk committed Jan 16, 2025
1 parent 52d20ed commit 77484a7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
10 changes: 10 additions & 0 deletions app/modules/language.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ const langmap = {
"Can I link directly to map downloads or minimap previews?":
"Могу ли я ссылаться напрямую на загрузки карт или миниатюры карт?",

"I found a bug. How do I report it?":
"Я нашел ошибку. Как я могу ее сообщить?",

"How can I contact you?": "Как я могу связаться с вами?",

"Can I make a donation, how much does this site cost to run?":
Expand Down Expand Up @@ -380,6 +383,9 @@ const langmap = {
"Can I link directly to map downloads or minimap previews?":
"¿Puedo enlazar directamente con descargas de mapas o vistas previas de minimapas?",

"I found a bug. How do I report it?":
"¿Encontre un error. Como puedo reportarlo?",

"How can I contact you?": "¿Cómo puedo ponerme en contacto con usted?",

"Can I make a donation, how much does this site cost to run?":
Expand Down Expand Up @@ -465,6 +471,8 @@ const langmap = {
"이 웹사이트는 어떻게 만들어졌나요? 그 뒤에 숨겨진 기술은 무엇인가요?",
"Can I link directly to map downloads or minimap previews?":
"맵 다운로드나 미니맵 미리보기에 직접 링크를 걸 수 있나요?",
"I found a bug. How do I report it?":
"바그를 찾아서 참고하사고, 참고하는 방법은 무엇인가요?",
"How can I contact you?": "어떻게 연락할 수 있나요?",
"Can I make a donation, how much does this site cost to run?":
"기부할 수 있나요? 이 사이트를 운영하는 데 비용이 얼마나 드나요?",
Expand Down Expand Up @@ -725,6 +733,8 @@ const langmap = {
"Can I link directly to map downloads or minimap previews?":
"我可以直接連結到地圖下載或小地圖預覽嗎?",

"I found a bug. How do I report it?": "如何報告我發現的bug?",

"How can I contact you?": "如何聯繫你?",

"Can I make a donation, how much does this site cost to run?":
Expand Down
26 changes: 22 additions & 4 deletions app/pages/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ export default function (props: any) {
</a>{" "}
framework. The produced webapp is running on a VM from Contabo.
Alongside the webapp is also{" "}
<a href="http://www.haproxy.org" rel="external nofollow">
HAProxy
<a href="https://caddyserver.com/" rel="external nofollow">
Caddy
</a>{" "}
and a{" "}
<a href="https://www.postgresql.org" rel="external nofollow">
Expand All @@ -164,12 +164,21 @@ export default function (props: any) {
URLs will remain stable.
</p>

<h4 class={style.h4}>
<I18nSpan text="I found a bug. How do I report it?" />
</h4>
<p class={style.p}>
The website is open source, please file a github issue here:{" "}
<a href="https://github.com/scmscx/scmscx.com/issues">
https://github.com/scmscx/scmscx.com/issues
</a>
</p>

<h4 class={style.h4}>
<I18nSpan text="How can I contact you?" />
</h4>
<p class={style.p}>
I can be contacted by email at {atob("c2Ntc2N4QGdtYWlsLmNvbQ==")} or
on github at <a href="https://github.com/scmscx">scmscx</a>
I can be contacted by email at {atob("c2Ntc2N4QGdtYWlsLmNvbQ==")}
</p>

<h4 class={style.h4}>
Expand Down Expand Up @@ -249,6 +258,15 @@ export default function (props: any) {
<I18nSpan text="Devlog" />
</h2>

<h4 class={style.h4}>2025-01-16</h4>
<ul class={style.ul}>
<li>
The website is now open source,{" "}
<a href="https://github.com/scmscx/scmscx.com">check it out!</a> As
such, this devlog will no longer be updated.
</li>
</ul>

<h4 class={style.h4}>2024-12-27</h4>
<ul class={style.ul}>
<li>Added Russian translations. Thanks Ilya!</li>
Expand Down

0 comments on commit 77484a7

Please sign in to comment.