feat(WEB-170): edit profile view
This commit is contained in:
@@ -9,6 +9,7 @@ fragment CurrentBlocksPageLink on CurrentBlocksPage {
|
||||
|
||||
fragment AccountPageLink on AccountPage {
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
title
|
||||
@@ -17,6 +18,7 @@ fragment AccountPageLink on AccountPage {
|
||||
|
||||
fragment LoyaltyPageLink on LoyaltyPage {
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
title
|
||||
@@ -25,6 +27,7 @@ fragment LoyaltyPageLink on LoyaltyPage {
|
||||
|
||||
fragment ContentPageLink on ContentPage {
|
||||
system {
|
||||
locale
|
||||
uid
|
||||
}
|
||||
web {
|
||||
|
||||
3
lib/translation.ts
Normal file
3
lib/translation.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function _(str: string) {
|
||||
return str
|
||||
}
|
||||
Reference in New Issue
Block a user