Skip to content

Commit

Permalink
Update currency to €
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 14, 2024
1 parent 2e63e41 commit f14d631
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions backend/src/lang/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const strings = new LocalizedStrings({
SAVE: 'Sauvegarder',
CANCEL: 'Annuler',
RESET_PASSWORD: 'Changer le mot de passe',
CURRENCY: 'DH',
CURRENCY: '',
DELETE_AVATAR_CONFIRM: 'Êtes-vous sûr de vouloir supprimer la photo ?',
DELETE_IMAGE: "Supprimer l'image",
UPLOAD_IMAGE: 'Charger une image',
Expand Down Expand Up @@ -104,7 +104,7 @@ const strings = new LocalizedStrings({
SAVE: 'Save',
CANCEL: 'Cancel',
RESET_PASSWORD: 'Change Password',
CURRENCY: 'DH',
CURRENCY: '',
DELETE_AVATAR_CONFIRM: 'Are you sure you want to delete the picture?',
UPLOAD_IMAGE: 'Upload image',
DELETE_IMAGE: 'Delete image',
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/lang/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const strings = new LocalizedStrings({
SAVE: 'Sauvegarder',
CANCEL: 'Annuler',
RESET_PASSWORD: 'Changer le mot de passe',
CURRENCY: 'DH',
CURRENCY: '',
DELETE_AVATAR_CONFIRM: 'Êtes-vous sûr de vouloir supprimer la photo ?',
DELETE_IMAGE: "Supprimer l'image",
UPLOAD_IMAGE: 'Charger une image',
Expand Down Expand Up @@ -106,7 +106,7 @@ const strings = new LocalizedStrings({
SAVE: 'Save',
CANCEL: 'Cancel',
RESET_PASSWORD: 'Change Password',
CURRENCY: 'DH',
CURRENCY: '',
DELETE_AVATAR_CONFIRM: 'Are you sure you want to delete the picture?',
UPLOAD_IMAGE: 'Upload image',
DELETE_IMAGE: 'Delete image',
Expand Down
4 changes: 2 additions & 2 deletions mobile/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const en = {
CANCEL: 'Cancel',
CHANGE_PASSWORD: 'Change Password',
CHANGE_PASSWORD_TITLE: 'Password modification',
CURRENCY: 'DH',
CURRENCY: '',
DELETE_AVATAR_CONFIRM: 'Are you sure you want to delete the picture?',
UPLOAD_IMAGE: 'Upload image',
DELETE_IMAGE: 'Delete image',
Expand Down Expand Up @@ -113,7 +113,7 @@ export const en = {
PASSWORD_UPDATE: 'Password changed successfully.',
PASSWORD_UPDATE_ERROR: 'An error occurred while updating password.',
EMPTY_CAR_LIST: 'No cars.',
CAR_CURRENCY: ' DH/day',
CAR_CURRENCY: ' /day',
DIESEL_SHORT: 'D',
GASOLINE_SHORT: 'G',
GEARBOX_MANUAL_SHORT: 'M',
Expand Down
4 changes: 2 additions & 2 deletions mobile/lang/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const fr = {
CANCEL: 'Annuler',
CHANGE_PASSWORD: 'Changer le mot de passe',
CHANGE_PASSWORD_TITLE: 'Modification du mot de passe',
CURRENCY: 'DH',
CURRENCY: '',
DELETE_AVATAR_CONFIRM: 'Êtes-vous sûr de vouloir supprimer la photo ?',
DELETE_IMAGE: "Supprimer l'image",
UPLOAD_IMAGE: 'Charger une image',
Expand Down Expand Up @@ -112,7 +112,7 @@ export const fr = {
PASSWORD_UPDATE: 'Le mot de passe a été mofifié avec succès.',
PASSWORD_UPDATE_ERROR: "Une erreur s'est produite lors de la modification du mot de passe.",
EMPTY_CAR_LIST: 'Pas de voitures.',
CAR_CURRENCY: ' DH/jour',
CAR_CURRENCY: ' /jour',
DIESEL_SHORT: 'D',
GASOLINE_SHORT: 'E',
GEARBOX_MANUAL_SHORT: 'M',
Expand Down

0 comments on commit f14d631

Please sign in to comment.