Using typescript files for translations #2010
Unanswered
Daidalos117
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Keep using the i18next standard... JSON files |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I want to use typescript files for as translation source. Mainly because I want to leverage enums which are already in place, like so:
I thought about setting it as the resource in config file, but that doesn't work mainly because next config files doesn't support typescript. I am surprised I didn't find any mentions about this.
What would you recommend?
Beta Was this translation helpful? Give feedback.
All reactions