From 896db4b6549d7b2e9394881ec51efb1d61495c30 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Mon, 5 Feb 2024 14:37:36 +0000 Subject: [PATCH] Added the translation for the price page --- src/templates/Home.tsx | 2 +- src/translation/price.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/templates/Home.tsx b/src/templates/Home.tsx index eb0328d..5842291 100644 --- a/src/templates/Home.tsx +++ b/src/templates/Home.tsx @@ -19,7 +19,7 @@ export default function Home({language}: Props) {
IELTS Packages - Together we prepare for the future - + diff --git a/src/translation/price.json b/src/translation/price.json index 5292c66..4596fd1 100644 --- a/src/translation/price.json +++ b/src/translation/price.json @@ -9,18 +9,18 @@ }, "packageIncludes": { "en": "This includes:", - "ar": "This includes:" + "ar": "هذه الباقة تشمل :" }, "packageIncludesA": { - "en": "Train your abilities for the IELTS exam", - "ar": "Train your abilities for the IELTS exam" + "en": "Train your abilities for the IELTS exam and English Language", + "ar": "درب وطور قدراتك في امتحان الآيلتس واللغة الإنجليزية" }, "packageIncludesB": { "en": "Gain insights into your weaknesses and strengths", - "ar": "Gain insights into your weaknesses and strengths" + "ar": "اكتسب تحليل دقيق حول نقاط ضعفك وقوتك" }, "packageIncludesC": { "en": "Allow yourself to correctly prepare for the exam", - "ar": "Allow yourself to correctly prepare for the exam" + "ar": "امنح نفسك الفرصة للتحضير بشكل صحيح للإختبار" } } \ No newline at end of file