Skip to content

Commit eb461ea

Browse files
committed
chore: update readme
1 parent 5c6ef22 commit eb461ea

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/i18n/src/i18n/i18n-types.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -364,12 +364,6 @@ type RootTranslation = {
364364
*/
365365
viewer: string
366366
}
367-
macros: {
368-
/**
369-
* C​u​r​r​e​n​t​ ​U​s​e​r
370-
*/
371-
'@me': string
372-
}
373367
}
374368
}
375369

@@ -725,12 +719,6 @@ export type TranslationFunctions = {
725719
*/
726720
viewer: () => LocalizedString
727721
}
728-
macros: {
729-
/**
730-
* Current User
731-
*/
732-
'@me': () => LocalizedString
733-
}
734722
}
735723
}
736724

0 commit comments

Comments
 (0)