feat(ux): implement sprint 11 user experience module
This commit is contained in:
@@ -6,6 +6,8 @@ export interface Translations {
|
||||
contacts: string;
|
||||
searchPlaceholder: string;
|
||||
catalog: string;
|
||||
wishlist: string;
|
||||
compare: string;
|
||||
};
|
||||
footer: {
|
||||
description: string;
|
||||
@@ -241,4 +243,21 @@ export interface Translations {
|
||||
qrExpired: string;
|
||||
qrError: string;
|
||||
};
|
||||
ux: {
|
||||
items: string;
|
||||
wishlistTitle: string;
|
||||
wishlistEmptyTitle: string;
|
||||
wishlistEmptyDescription: string;
|
||||
clearWishlist: string;
|
||||
compareTitle: string;
|
||||
compareEmptyTitle: string;
|
||||
compareEmptyDescription: string;
|
||||
clearCompare: string;
|
||||
hideIdentical: string;
|
||||
highlightDifferences: string;
|
||||
clearRecentlyViewed: string;
|
||||
recentlyViewedEmpty: string;
|
||||
saveSearch: string;
|
||||
goToCatalog: string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user