1
0
forked from Yara724/api

Fixed persian labels for car angles

This commit is contained in:
SepehrYahyaee
2026-05-13 13:21:53 +03:30
parent 7ba3b57cee
commit b9d15d1ff6

View File

@@ -4579,10 +4579,10 @@ export class ClaimRequestManagementService {
// Car angles
const carAngles = [
{ key: 'front', label_fa: 'جلو', label_en: 'Front' },
{ key: 'back', label_fa: 'عقب', label_en: 'Back' },
{ key: 'left', label_fa: 'چپ', label_en: 'Left' },
{ key: 'right', label_fa: 'راست', label_en: 'Right' },
{ key: 'front', label_fa: 'جلوی ماشین', label_en: 'Front of the car' },
{ key: 'back', label_fa: 'عقب ماشین', label_en: 'Back of the car' },
{ key: 'left', label_fa: 'چپ ماشین', label_en: 'Left of the car' },
{ key: 'right', label_fa: 'راست ماشین', label_en: 'Right of the car' },
].map(angle => ({
key: angle.key,
label_fa: angle.label_fa,