DeskClock: Remove faulty translations
Description
This MR removes faulty translations from the DeskClock to resolve the linked issue.
Issue(s)
Test environment
- Build DeskClock with this MR and use it with Deutsch (Deutschland) language.
Test procedures
- Notice that the issue no longer happens
Technical details
- Removed faulty translations using
find
andsed
(find ./ -type f -name "*.xml" -exec sed -i '/6550091082396571898/d' {} \;
)
Screenshots
None available
Checklist
-
Self-review -
Test procedure explained
Edited by Aayush Gupta