forked from Yara724/api
Fixed persian labels for car angles
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user