Skip to content

Conversation

shshshshshan
Copy link

@shshshshshan shshshshshan commented Sep 20, 2024

const template = this.translations[key]

What happened in my case is that my application does not render the initial configurations since the line above only support single-access key in JSON. The line that caused this to malfunction are the ones below:

<XL isBold>{t('ticket_sidebar.title')}</XL>

return <XL isBold>{t('modal.title')}</XL>

With this issue, I made it so that the function will accept nested key access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants