mirror of
https://github.com/ankitects/anki.git
synced 2026-07-28 14:58:56 -04:00
## Linked issue Closes #5126 ## Summary This prevents translation strings from the https://github.com/ankitects/anki-desktop-ftl to be used in Rust/TS code as AnkiMobile does not pull this module. ## Steps to reproduce (before) Qt strings such as `addons-no-updates-available` were allowed to be used in Rust: #5122 ## How to test (after) Revert #5122 and confirm you get a compile error with this PR.