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

Feat(partners): Translate partners section #150

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
7 changes: 3 additions & 4 deletions src/partners/components/PartnerHero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ defineProps<{ title?: string }>()
<div class="PartnerHero">
<h1 class="title">{{ title || 'Vue Partners' }}</h1>
<p class="lead">
Vue Partners are Vue-team endorsed agencies that provide first-class
Vue consulting and development services. If your company is
interested in being listed as a partner, please
شركاء فيو هم وكالات مُصرَّح بها من قبل فريق فيو
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

استعمل مباشرة إسم العلم Vue أو Javascript بدل كتابتها بالحروف العربية

التي تقدم خدمات استشارات وتطوير فيو من الدرجة الأولى. إذا كانت شركتك مهتمة بأن تُدرج كشريك، برجاء.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

عدد الأسطر المحذوفة لابد أن يكون مساويا للعدد الأسطر المضافة

<a href="https://airtable.com/shrCQhat57SApJI2l" target="_blank"
>register your interest here</a
>تسجيل اهتمامك هنا</a
>.
</p>
</div>
Expand Down