You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
565 B
30 lines
565 B
import { publicLexics } from 'config/lexics/public'
|
|
|
|
const navigations = {
|
|
bank_card: 14205,
|
|
my_subscriptions: 8316,
|
|
payment_history: 14206,
|
|
personal_info: 14204,
|
|
}
|
|
|
|
export const userAccountLexics = {
|
|
add_card: 8313,
|
|
change: 12614,
|
|
country: 835,
|
|
delete: 848,
|
|
delete_card: 8692,
|
|
lastname: 858,
|
|
mail: 12912,
|
|
main: 13014,
|
|
month: 13019,
|
|
name: 645,
|
|
next_debit: 13018,
|
|
payment: 13015,
|
|
phone: 1656,
|
|
save_changes: 13017,
|
|
select_subscription: 12583,
|
|
subscriptions: 13016,
|
|
user_account: 12928,
|
|
...navigations,
|
|
...publicLexics,
|
|
}
|
|
|