Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Aug 31, 2024
1 parent 5c6ef22 commit eb461ea
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/i18n/src/i18n/i18n-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,12 +364,6 @@ type RootTranslation = {
*/
viewer: string
}
macros: {
/**
* C​u​r​r​e​n​t​ ​U​s​e​r
*/
'@me': string
}
}
}

Expand Down Expand Up @@ -725,12 +719,6 @@ export type TranslationFunctions = {
*/
viewer: () => LocalizedString
}
macros: {
/**
* Current User
*/
'@me': () => LocalizedString
}
}
}

Expand Down

0 comments on commit eb461ea

Please sign in to comment.