]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/main.ts
Update locales
[github/Chocobozzz/PeerTube.git] / client / src / main.ts
index 86fdabba564dd4d40a490f2d508d9660234ccd9f..2b65072adcf748b6bcf1e372892db7c8cd4965a0 100644 (file)
@@ -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 },