mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +08:00

Previously theme translations were loaded along with other plugin API scripts. These run after pre-initializers and initializers when the app boots. This commit moves theme translation loading into pre-initializers, so their behaviour matches core translations more closely.