Skip to content

Commit 59664ac

Browse files
feat(l10n): Added "month" string
Closes #252
1 parent 36b9020 commit 59664ac

File tree

7 files changed

+66
-1
lines changed

7 files changed

+66
-1
lines changed

package-lock.json

+60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/elements/contents/donate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const SupportOption = () => {
101101
checked={ghChecked}
102102
/>
103103
<span className="muted">{t("monthlyviagithub")}</span>
104-
<span className="price">1-100$/Monat</span>
104+
<span className="price">1-100$/{t("month")}</span>
105105
</div>
106106
<div className="center donate">
107107
<a href={supportBtnLink} id="supportbtn" className="button">

src/locales/de.json

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"onceviapaypal": "Einmalig via PayPal",
4545
"onceviakofi": "Einmal via Ko-Fi",
4646
"monthlyviagithub": "Monatlich via GitHub",
47+
"month": "Monat",
4748
"redirect": "Du wirst weitergeleitet zu",
4849
"thissetsacookie": "Dies setzt einen Cookie.",
4950
"activatedarkmode": "Aktiviere zuerst den Dark-Mode auf deinem Gerät!",

src/locales/en.json

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"onceviapaypal": "Once via PayPal",
4545
"onceviakofi": "Once via Ko-Fi",
4646
"monthlyviagithub": "Monthly via GitHub",
47+
"month": "month",
4748
"redirect": "You will be redirected to",
4849
"thissetsacookie": "This sets a cookie.",
4950
"activatedarkmode": "Activate the dark mode on your device first!",

src/locales/es.json

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"onceviapaypal": "Una vez a través de PayPal",
4545
"onceviakofi": "Una vez a través de Ko-Fi",
4646
"monthlyviagithub": "Mensualmente vía GitHub",
47+
"month": "mes",
4748
"redirect": "Será redirigido a",
4849
"thissetsacookie": "Esto instala una cookie.",
4950
"activatedarkmode": "Activa primero el modo oscuro en tu dispositivo.",

src/locales/fr.json

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"onceviapaypal": "Une fois via PayPal",
4545
"onceviakofi": "Une fois via Ko-Fi",
4646
"monthlyviagithub": "Mensuel via GitHub",
47+
"month": "mois",
4748
"redirect": "Vous serez redirigé vers",
4849
"thissetsacookie": "Ceci définit un cookie.",
4950
"activatedarkmode": "Activez d'abord le thème sombre sur votre appareil !",

src/locales/pl.json

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"onceviapaypal": "Jednorazowo przez PayPal",
4545
"onceviakofi": "Jednorazowo przez Ko-Fi",
4646
"monthlyviagithub": "Comiesięcznie przez GitHub",
47+
"month": "miesiąc",
4748
"redirect": "Nastąpi przekierowanie do serwisu",
4849
"thissetsacookie": "Zostanie ustawione ciasteczko.",
4950
"activatedarkmode": "Ustaw najpierw tryb ciemny na swoim urządzeniu!",

0 commit comments

Comments
 (0)