Create a json file with all strings
dennis-8 opened this issue · 4 comments
dennis-8 commented
Hi,
is it possible to only create one json file with all strings?
No need to support different languages.
Thank you
Ghost---Shadow commented
It is already creating one js file with all the strings. if you want to convert it into JSON you can string-ify it.
dennis-8 commented
How can I use it without i18next
?
I want all my strings to come from database. So I was thinking if your tool can parse my project and instead of i18n.t(k.LABEL)
can it be k.LABEL
?)
Ghost---Shadow commented
Cant you do a find and replace?
dennis-8 commented
I was just thinking that maybe there is a flag which does that.