Hi,
I didn't realize that the main development is ongoing under this repository not pennsignals, so I submitted i18n PR to pennsignals by mistake.
I can do some modifications to my code and re-submit it to this repository if need, but I want to ask:
- I18n function is still needed?
- My approach for resource file is like this, do you think this is reasonable?
- Short statements without line breaks: setting the entire statement to both the resource's key and value
- Long statements with line breaks: the key is the beginning of the statement, abbreviated with ..., and the value is the entire statement.
- I can implement i18n function, but because of my lack of streamlit knowledge, I have no idea how to implement language-switching function. Does someone have ideas?
Hi,
I didn't realize that the main development is ongoing under this repository not pennsignals, so I submitted i18n PR to pennsignals by mistake.
I can do some modifications to my code and re-submit it to this repository if need, but I want to ask: