forked from Yara724/api
Fixed persian labels for car angles
This commit is contained in:
@@ -4579,10 +4579,10 @@ export class ClaimRequestManagementService {
|
|||||||
|
|
||||||
// Car angles
|
// Car angles
|
||||||
const carAngles = [
|
const carAngles = [
|
||||||
{ key: 'front', label_fa: 'جلو', label_en: 'Front' },
|
{ key: 'front', label_fa: 'جلوی ماشین', label_en: 'Front of the car' },
|
||||||
{ key: 'back', label_fa: 'عقب', label_en: 'Back' },
|
{ key: 'back', label_fa: 'عقب ماشین', label_en: 'Back of the car' },
|
||||||
{ key: 'left', label_fa: 'چپ', label_en: 'Left' },
|
{ key: 'left', label_fa: 'چپ ماشین', label_en: 'Left of the car' },
|
||||||
{ key: 'right', label_fa: 'راست', label_en: 'Right' },
|
{ key: 'right', label_fa: 'راست ماشین', label_en: 'Right of the car' },
|
||||||
].map(angle => ({
|
].map(angle => ({
|
||||||
key: angle.key,
|
key: angle.key,
|
||||||
label_fa: angle.label_fa,
|
label_fa: angle.label_fa,
|
||||||
|
|||||||
Reference in New Issue
Block a user