mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed #2518
This commit is contained in:
parent
c473c316ab
commit
afdd80ac72
2 changed files with 5 additions and 1 deletions
|
@ -140,6 +140,9 @@
|
|||
<li [ngClass]="{'active': 'pl' === translate.currentLang}">
|
||||
<a (click)="translate.use('pl')" [translate]="'NavigationBar.Language.Polish'"></a>
|
||||
</li>
|
||||
<li [ngClass]="{'active': 'sv' === translate.currentLang}">
|
||||
<a (click)="translate.use('sv')" [translate]="'NavigationBar.Language.Swedish'"></a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -69,7 +69,8 @@
|
|||
"Dutch": "Dutch",
|
||||
"Norwegian":"Norwegian",
|
||||
"BrazillianPortuguese": "Brazillian Portuguese",
|
||||
"Polish":"Polish"
|
||||
"Polish":"Polish",
|
||||
"Swedish":"Swedish"
|
||||
},
|
||||
"OpenMobileApp":"Open Mobile App",
|
||||
"RecentlyAdded":"Recently Added"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue