The current stable Android version (4.4.0) has all translations listed in the Settings > Switch Language menu, but no matter which one is being chosen, Krita can only display English. The translation files are not being used.
Assigning this to myself.
Git commit 5b11a4cc59b697665cb4770e520aa2250300e32c by Sharaf Zaman. Committed on 20/10/2020 at 12:35. Pushed by szaman into branch 'krita/4.3'. Bugfix: Translations not being used This only makes the translations work if they're explicitly selected in the switcher. QLocale::system() does not work reliably (most likely due to a race condition). M +6 -0 krita/main.cc https://invent.kde.org/graphics/krita/commit/5b11a4cc59b697665cb4770e520aa2250300e32c
Git commit e84519d2082bc88be4f23f38616225c7dcdefee9 by Sharaf Zaman. Committed on 20/10/2020 at 12:38. Pushed by szaman into branch 'master'. Bugfix: Translations not being used This only makes the translations work if they're explicitly selected in the switcher. QLocale::system() does not work reliably (most likely due to a race condition). (cherry picked from commit 5b11a4cc59b697665cb4770e520aa2250300e32c) M +6 -0 krita/main.cc https://invent.kde.org/graphics/krita/commit/e84519d2082bc88be4f23f38616225c7dcdefee9
Thank you, Sharaf! :D
Git commit 68ea402a4226d1756a2438af34b86f818b1133a6 by Sharaf Zaman. Committed on 28/10/2020 at 09:48. Pushed by szaman into branch 'krita/4.4.0'. Bugfix: Translations not being used This only makes the translations work if they're explicitly selected in the switcher. QLocale::system() does not work reliably (most likely due to a race condition). (cherry picked from 5b11a4cc59b697665cb4770e520aa2250300e32c) M +6 -0 krita/main.cc https://invent.kde.org/graphics/krita/commit/68ea402a4226d1756a2438af34b86f818b1133a6