chore: boop
This commit is contained in:
parent
fcc86370f9
commit
cc7675eccb
|
@ -127,7 +127,7 @@ export function t(key: string, variables?: Record<string, any>): string {
|
||||||
// top level support hax (thank you vee!!)
|
// top level support hax (thank you vee!!)
|
||||||
// tl;dr: this lets you use $t at the top level in objects by simulating a string, a la:
|
// tl;dr: this lets you use $t at the top level in objects by simulating a string, a la:
|
||||||
// {
|
// {
|
||||||
// description: $t("clientTheme.description")
|
// description: t("clientTheme.description")
|
||||||
// }
|
// }
|
||||||
// and any future accesses of the description prop will result in an up to date translation
|
// and any future accesses of the description prop will result in an up to date translation
|
||||||
const descriptor = {
|
const descriptor = {
|
||||||
|
|
Loading…
Reference in a new issue