In Krita's Animation Timeline Docker there is a Layer panel, which has a few toggle icons for Visibility, Lock, Inherit Alpha, Alpha lock and Onion Skins. When the cursor is over these icons, a tooltip pops up to show their functionalities and states. But the strings for (on) and (off) are untranslatable. I can handle the i18n myself, but I'm unable to find where they are in Krita's code. Help will be greatly appreciated.
Can you take a look? Maybe check the animations ui for other places where i18n was forgotten?
The Filter list in wdg_animationrenderer.ui:206 one has not been internationalized. (The items like Bicubic, Bilinear and stuff).
Ok, the missing i18n wrappers have been added in both timeline_node_list_keeper.cpp and KisDlgAnimationRenderer.cpp. (I also gave some of the surrounding code a glance to see if any other missing i18n jumped out at me and I couldn't find any--though it can be a bit hard in the renderer as there's a lot of FFMpeg string funny business happening. Please let me know if I missed something.)
Also thanks for the report and all your hard work, Tyson. :)
Thank you and you're welcome Emmet! :)