Files
Kristjan ESPERANTO ed95826d19 refactor: convert Translator to ES module (#4202)
Another step towards ES modules: this converts `Translator` to a proper
module and imports it where needed, instead of relying on it being
globally available.

The goal is to gradually get rid of the old global-script style in the
core. It makes dependencies explicit, reduces hidden coupling and keeps
the codebase easier to maintain going forward.

The code change is tiny - the bigger and harder part was adapting the
tests to the new loading behavior.
2026-07-12 21:36:12 +02:00
..