useI18n
useI18n lets you read localized text inside custom components using the configured source. For setup details, see config.i18nSource.
Rspress provides useI18n this hook to get the internationalized text, the usage is as follows:
For better type hinting, you can configure paths in tsconfig.json:
Then use it like this in the component:
This way you get type hints for all literal keys defined in i18n.json.