You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone and thanks for the awesome lib.
I have an issue: I have the English and German languages and I need to receive at the output index_en.html and index_de.html
The question: How to do it?
I managed how to change the default language name (en) by just hardcoding it in the config but I can't do the same for other languages because they should be dynamic.
Hi,
I just pushed a new version which should allow you to do this. You can now use __basename__ in the filename, which will strip the extension.
In your case, the following should now work:
static-i18n -l en -i en -i ja --output-default '__basename_____lng__.html' --output-other '__basename_____lng__.html' /path/to/data
You should of course also be able to do it programmatically, as you were doing.
Please let me know if that works for you.
Hi everyone and thanks for the awesome lib.
I have an issue: I have the English and German languages and I need to receive at the output
index_en.html
andindex_de.html
The question: How to do it?
I managed how to change the default language name (en) by just hardcoding it in the config but I can't do the same for other languages because they should be dynamic.
Thanks for any help!
my config
The text was updated successfully, but these errors were encountered: