{"version":3,"file":"localisation-iXoGtJ3j.mjs","names":[],"sources":["../tests/localisation.ts"],"sourcesContent":["/** Mock function for localisation */\nexport function localisation(str: string, options?: Record<string,string>): string {\n    let result = str;\n    if (options) {\n        Object.entries(options).forEach(([key, value]) => {\n            result += ` ${key}:${value}`;\n        });\n    }\n    return result;\n}\n"],"mappings":";;AACA,SAAgB,aAAa,KAAa,SAAyC;CAC/E,IAAI,SAAS;CACb,IAAI,SACA,OAAO,QAAQ,OAAO,EAAE,SAAS,CAAC,KAAK,WAAW;EAC9C,UAAU,IAAI,IAAI,GAAG;CACzB,CAAC;CAEL,OAAO;AACX"}