From f3477fb5f33f2a8ac8d6c7ea26c3cefd93cd70b9 Mon Sep 17 00:00:00 2001 From: Sultan Khan Date: Sun, 4 Sep 2022 16:40:06 +0300 Subject: [PATCH] perforamce page updates --- assets/langs/ar-SA.json | 1 + assets/langs/en-US.json | 1 + lib/generated/locale_keys.g.dart | 1 + lib/ui/performance/performance.dart | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/langs/ar-SA.json b/assets/langs/ar-SA.json index 44cbea9..036dde0 100644 --- a/assets/langs/ar-SA.json +++ b/assets/langs/ar-SA.json @@ -267,6 +267,7 @@ "totalPayAmount": "المبلغ الإجمالي للدفع", "paymentInformation": "معلومات الدفع", "performance": "تقييم الاداء", + "performanceEvaluation": "تقييم الأداء في", "amount": "مقدار", "correctCurrentDatails": "تعديل او اكمال التفاصيل الحالية", "selectType": " حدد نوع التغيير الذي تريد القيام به", diff --git a/assets/langs/en-US.json b/assets/langs/en-US.json index 15087ff..8f93658 100644 --- a/assets/langs/en-US.json +++ b/assets/langs/en-US.json @@ -314,6 +314,7 @@ "regular": "Regular", "mark": "Mark", "performance": "Performance Evaluation", + "performanceEvaluation": "Performance evaluation in", "selectMethodOfAttendance": "Select the method to mark the attendance", "comeNearHMGWifi": "Please come near to HMG wifi", "profile": { diff --git a/lib/generated/locale_keys.g.dart b/lib/generated/locale_keys.g.dart index c0742da..6ae78e0 100644 --- a/lib/generated/locale_keys.g.dart +++ b/lib/generated/locale_keys.g.dart @@ -335,4 +335,5 @@ abstract class LocaleKeys { static const gender_with_arg = 'gender.with_arg'; static const gender = 'gender'; static const reset_locale = 'reset_locale'; + static const performanceEvaluation = 'performanceEvaluation'; } diff --git a/lib/ui/performance/performance.dart b/lib/ui/performance/performance.dart index 27ddcb2..510db0b 100644 --- a/lib/ui/performance/performance.dart +++ b/lib/ui/performance/performance.dart @@ -70,7 +70,7 @@ class _PerformanceAppraisalState extends State { children: [ Container( child: Text( - "Performance evaluation in " + performance.aPPRAISALYEAR.toString(), + LocaleKeys.performanceEvaluation.tr() + performance.aPPRAISALYEAR.toString(), style: const TextStyle(fontWeight: FontWeight.bold), )), SizedBox(