X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fmain.ts;h=2b65072adcf748b6bcf1e372892db7c8cd4965a0;hb=240458d0c95133bfb03a3f695a1b4e5cb63e20ef;hp=86fdabba564dd4d40a490f2d508d9660234ccd9f;hpb=b718fd22374d64534bcfe69932cf562894abed6a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/main.ts b/client/src/main.ts index 86fdabba5..2b65072ad 100644 --- a/client/src/main.ts +++ b/client/src/main.ts @@ -16,7 +16,7 @@ if (environment.production) { // Template translation, should be in the bootstrap step if (isOnDevLocale()) { const locale = buildFileLocale(getDevLocale()) - const translations = require(`raw-loader!./locale/target/angular_${locale}.xml`) + const translations = require(`raw-loader!./locale/angular.${locale}.xlf`) providers = [ { provide: TRANSLATIONS, useValue: translations },