fix: Remove duplicate saving key from i18n interface
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -128,7 +128,7 @@ export interface Translations {
|
||||
promoEmailAlert: string;
|
||||
promoLoginRequired: string;
|
||||
savePreference: string;
|
||||
saving: string;
|
||||
// saving is already defined in profile section
|
||||
saved: string;
|
||||
|
||||
// Vehicle Request & CC System
|
||||
@@ -608,7 +608,6 @@ const translations: Record<Language, Translations> = {
|
||||
promoEmailAlert: 'Notify me by email when this vehicle is on promotion',
|
||||
promoLoginRequired: 'Please login to save your preference',
|
||||
savePreference: 'Save Preference',
|
||||
saving: 'Saving...',
|
||||
saved: 'Saved!',
|
||||
|
||||
// Vehicle Request & CC System
|
||||
@@ -1086,7 +1085,6 @@ const translations: Record<Language, Translations> = {
|
||||
promoEmailAlert: 'Энэ машин урамшуулалд гарахад имэйлээр мэдэгдэнэ үү',
|
||||
promoLoginRequired: 'Сонголтоо хадгалахын тулд нэвтэрнэ үү',
|
||||
savePreference: 'Сонголт хадгалах',
|
||||
saving: 'Хадгалж байна...',
|
||||
saved: 'Хадгалагдлаа!',
|
||||
|
||||
// Vehicle Request & CC System
|
||||
@@ -1564,7 +1562,6 @@ const translations: Record<Language, Translations> = {
|
||||
promoEmailAlert: 'Уведомить по email когда этот автомобиль появится в акции',
|
||||
promoLoginRequired: 'Войдите, чтобы сохранить предпочтения',
|
||||
savePreference: 'Сохранить предпочтения',
|
||||
saving: 'Сохранение...',
|
||||
saved: 'Сохранено!',
|
||||
|
||||
// Vehicle Request & CC System
|
||||
@@ -2042,7 +2039,6 @@ const translations: Record<Language, Translations> = {
|
||||
promoEmailAlert: '이 차량이 프로모션에 등록되면 이메일로 알림받기',
|
||||
promoLoginRequired: '선호도를 저장하려면 로그인하세요',
|
||||
savePreference: '선호도 저장',
|
||||
saving: '저장 중...',
|
||||
saved: '저장됨!',
|
||||
|
||||
// Vehicle Request & CC System
|
||||
|
||||
Reference in New Issue
Block a user