I noticed that that all the categories in the dropdown are in English in all locales, and quick code search suggests that the app does not utilise the translation strings like sound-and-video or programming at all. It was apparently introduced in commit 5408cb7 with the change src/pages/creator.rs -> src/pages/editor.rs
I tested it by cargo running that commit and the previous one (1a3e7e7) with export LANG=pl_PL.UTF-8 for testing purposes, and indeed, the categories were translated in the parent commit, and weren't in the one that introduced redesign
Is there any way this can be addressed, because I guess there is a reason it was dropped? I am not familiar with the codebase, I only did surface analysis with the help of git log -S, so I am not aware of any design choices made, sorry about that
I noticed that that all the categories in the dropdown are in English in all locales, and quick code search suggests that the app does not utilise the translation strings like
sound-and-videoorprogrammingat all. It was apparently introduced in commit5408cb7with the changesrc/pages/creator.rs->src/pages/editor.rsI tested it by
cargo running that commit and the previous one (1a3e7e7) withexport LANG=pl_PL.UTF-8for testing purposes, and indeed, the categories were translated in the parent commit, and weren't in the one that introduced redesignIs there any way this can be addressed, because I guess there is a reason it was dropped? I am not familiar with the codebase, I only did surface analysis with the help of
git log -S, so I am not aware of any design choices made, sorry about that