Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to translation on the landing page section #77

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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 index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<!--============================= Landing Page ===================================== -->
<section id="hero" class="landing-page py-5">
<div class="container text-center">
<h1 class="hero-title text-center" data-i18n="hero.title">AFKANERD<br/> <h2>We Code For The People<h2></h1><br>
<h1 class="hero-title text-center" data-i18n="hero.title">AFKANERD<br/> <h2 data-i18n="hero.code">We Code For The People<h2></h1><br>
<h4 data-i18n="hero.subtitle1" class="hero-subtitle" style="color: gray">We build open source in the open. <br><br>We build technology for digital rights, security, and privacy. Our tools are openly available for advocacy, healthcare, and educational purposes.</h4>
<h4 data-i18n="hero.subtitle2" class="hero-subtitle text-center" style="color: gray">We also consult with open source projects and individuals. We will happily consult on your project if it serves the open source community - feel free to reach out.</h4>
</div>
Expand Down
5 changes: 3 additions & 2 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
},
"hero": {
"title": "AFKANERD",
"code": "We Code For The People",
"subtitle1": "We build open source in the open. We build technology for digital rights, security and privacy. Our tools are openly available for advocacy, healthcare and educational purposes.",
"subtitle2": "We also consult with open source projects and individuals. We will happily consult on your project if it serves the open source community - feel free to reach out."
},
},
"about": {
"title": "afkanerd@afkanerd: ~$ ./AFKANERD",
"quote": "Source/Los Alamos: ENIAC, the world's first digital computer, unveiled 70 years ago Sunday at the University of Pennsylvania, had six primary programmers: Kay McNulty, Betty Jennings, Betty Snyder, Marlyn Wescoff, Fran Bilas and Ruth Lichterman. They were initially called \"operators.\" - phillyvoice.com",
Expand All @@ -39,7 +40,7 @@
},
"blog1": {
"title": "New Alpha Release: Vault 0.1.0",
"description":"SMSWithoutBorders Vault 0.1.0 is Now Available in Alpha Release! The Vault is a technology developed by the SMSWithoutBorders team to secure users' access tokens and facilitate the secure usage of these tokens for publishing users' messages.",
"description": "SMSWithoutBorders Vault 0.1.0 is Now Available in Alpha Release! The Vault is a technology developed by the SMSWithoutBorders team to secure users' access tokens and facilitate the secure usage of these tokens for publishing users' messages.",
"readMore": "Read More"
},
"blog2": {
Expand Down
1 change: 1 addition & 0 deletions lang/fa.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"hero": {
"title": "AFKANERD",
"code": "ما برای مردم کد می‌زنیم",
"subtitle1": "ما به صورت منبع‌باز و شفاف توسعه می‌دهیم. فناوری‌هایی برای حقوق دیجیتال، امنیت و حریم خصوصی می‌سازیم. ابزارهای ما به صورت آزاد برای فعالیت‌های حقوقی، درمانی و آموزشی در دسترس هستند.",
"subtitle2": "همچنین با پروژه‌های منبع‌باز و افراد مشاوره می‌دهیم. اگر پروژه شما به جامعه منبع‌باز خدمت می‌کند، با کمال میل مشاوره خواهیم داد - با ما در تماس باشید."
},
Expand Down
1 change: 1 addition & 0 deletions lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"hero": {
"title": "AFKANERD",
"code": "Nous codons pour le peuple",
"subtitle1": "Nous créons des logiciels libres de manière ouverte. Nous développons des technologies pour les droits numériques, la sécurité et la vie privée. Nos outils sont librement disponibles pour l'activisme, les soins de santé et l'éducation.",
"subtitle2": "Nous consultons également des projets open source et des individus. Nous serons heureux de consulter votre projet s'il sert la communauté open source - n'hésitez pas à nous contacter."
},
Expand Down