]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.module.ts
Add user history and resume videos
[github/Chocobozzz/PeerTube.git] / client / src / app / app.module.ts
index 9d655c5237155ff2a5e3169ea4ac17d00ec56262..34e890b40d8b4adfd91c0538298c2e9d850bf8dd 100644 (file)
@@ -5,6 +5,7 @@ import { ResetPasswordModule } from '@app/reset-password'
 
 import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core'
 import { ClipboardModule } from 'ngx-clipboard'
+import 'focus-visible'
 
 import { AppRoutingModule } from './app-routing.module'
 import { AppComponent } from './app.component'
@@ -71,7 +72,7 @@ export function metaFactory (serverService: ServerService): MetaLoader {
       useFactory: (locale) => {
         // On dev mode, test localization
         if (isOnDevLocale()) {
-          locale = getDevLocale()
+          locale = buildFileLocale(getDevLocale())
           return require(`raw-loader!../locale/target/angular_${locale}.xml`)
         }