···4343 const text = await fetchTranslationFileRaw(url);
44444545 // Extract the JSON-ish Translations object code
4646- const match = text.match(/export const Translations\s*=\s*(\{[\s\S]*\});?/);
4646+ const match = text.match(/export const Translations\s*=\s*(\{[\s\S]*\});?/i);
4747 if (!match) throw new Error("Could not find Translations object in the file");
48484949 const translationObject = new Function(