1
0
mirror of synced 2026-01-01 09:04:46 -05:00

ALL translations strings shipped with every page (#44284)

Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
This commit is contained in:
Peter Bengtsson
2023-10-31 14:26:14 -04:00
committed by GitHub
parent 09714c271a
commit 297ddc1b2c
44 changed files with 500 additions and 382 deletions

View File

@@ -61,7 +61,7 @@ export function PermissionsList({
currentVersion === DEFAULT_VERSION ? `/${locale}` : `/${locale}/${currentVersion}`
// Translated strings
const { t } = useTranslation('products')
const { t } = useTranslation('rest')
const ENDPOINTS_TH = t('rest.overview.permissions.endpoints')
const ACCESS_TH = t('rest.overview.permissions.access')
const TOKENS_TH = t('rest.overview.permissions.tokens')