Skip to content

Commit b3690ff

Browse files
authored
Merge pull request #92 from smswithoutborders/dev
changed SWOB TO SMSWithoutBorders(SWOB)
2 parents 0b92458 + bc467cc commit b3690ff

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

public/locales/en/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"description2": " Our journey toward achieving our mission began in 2021 with the development of the first Android version of RelaySMS. We have come far since then, with support for more platforms and many more apps.",
1919
"description3": "We publish our research as frequently as possible on our blog and make announcements via our social media outlets. SMSWithoutBorders is a project started by the team at <a href='https://Afkanerd.com' class='afkanerd'>Afkanerd</a>."
2020
},
21-
"projects_title": "Innovative Projects Under SWOB",
21+
"projects_title": "Innovative Projects Under SMSWithoutBorders(SWOB)",
2222
"projects_subtitle": "SMSWithoutBorders Commits to buiding OpenSource Tools That Aid Free speech and Communication",
2323
"project1": {
2424
"title": "RelaySMS",

public/locales/es/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"description2": "Nuestro camino hacia el cumplimiento de nuestra misión comenzó en 2021 con el desarrollo de la primera versión de RelaySMS para Android. Desde entonces, hemos avanzado mucho, con soporte para más plataformas y muchas más aplicaciones.",
1919
"description3": "Publicamos nuestras investigaciones con la mayor frecuencia posible en nuestro blog y hacemos anuncios a través de nuestras redes sociales. SMSWithoutBorders es un proyecto iniciado por el equipo de <a href='https://Afkanerd.com' class='afkanerd'>Afkanerd</a>."
2020
},
21-
"projects_title": "Proyectos innovadores bajo SWOB",
21+
"projects_title": "Proyectos innovadores bajo SMSWithoutBorders(SWOB)",
2222
"projects_subtitle": "SMSWithoutBorders se compromete a construir herramientas de código abierto que promuevan la libertad de expresión y la comunicación",
2323
"project1": {
2424
"title": "RelaySMS",

public/locales/fa/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"description2": "سفر ما برای دستیابی به مأموریت خود در سال 2021 با توسعه اولین نسخه اندروید RelaySMS آغاز شد. از آن زمان تاکنون پیشرفت زیادی داشته‌ایم، با پشتیبانی از پلتفرم‌های بیشتر و اپلیکیشن‌های فراوان دیگر.",
1919
"description3": "ما تحقیقات خود را تا حد امکان در بلاگ منتشر می‌کنیم و از طریق شبکه‌های اجتماعی اطلاع‌رسانی می‌کنیم. SMSWithoutBorders پروژه‌ای است که توسط تیم <a href='https://Afkanerd.com' class='afkanerd'>Afkanerd</a> آغاز شد."
2020
},
21-
"projects_title": "پروژه‌های نوآورانه تحت SWOB",
21+
"projects_title": "پروژه‌های نوآورانه تحت SMSWithoutBorders(SWOB)",
2222
"projects_subtitle": "SMSWithoutBorders متعهد به ساخت ابزارهای متن‌باز است که به آزادی بیان و ارتباطات کمک می‌کنند",
2323
"project1": {
2424
"title": "RelaySMS",

public/locales/fr/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"description2": "Notre parcours vers la réalisation de notre mission a commencé en 2021 avec le développement de la première version Android de RelaySMS. Depuis, nous avons fait beaucoup de progrès, avec un support pour plus de plateformes et beaucoup plus d’applications.",
1919
"description3": "Nous publions nos recherches aussi souvent que possible sur notre blog et faisons des annonces via nos réseaux sociaux. SMSWithoutBorders est un projet lancé par l’équipe d’<a href='https://Afkanerd.com' class='afkanerd'>Afkanerd</a>."
2020
},
21-
"projects_title": "Projets innovants sous SWOB",
21+
"projects_title": "Projets innovants sous SMSWithoutBorders(SWOB)",
2222
"projects_subtitle": "SMSWithoutBorders s'engage à créer des outils open source qui favorisent la liberté d'expression et la communication",
2323
"project1": {
2424
"title": "RelaySMS",

src/Components/Project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const Projects = () => {
4747
fontFamily: "'Roboto', 'Ubuntu'"
4848
}}
4949
>
50-
{t("projects_title", { defaultValue: "Innovative Projects Under SWOB" })}
50+
{t("projects_title", { defaultValue: "Innovative Projects Under SMSWithoutBorders(SWOB)" })}
5151
</Typography>
5252

5353
<Typography

0 commit comments

Comments
 (0)