diff --git a/src/Ombi/ClientApp/app/app.component.html b/src/Ombi/ClientApp/app/app.component.html
index 08c153f31..d0d4e2a81 100644
--- a/src/Ombi/ClientApp/app/app.component.html
+++ b/src/Ombi/ClientApp/app/app.component.html
@@ -127,6 +127,9 @@
English
+
+ Español
+
Français
@@ -139,9 +142,6 @@
Italiano
-
- Español
-
Nederlands
@@ -157,6 +157,9 @@
Svenska
+
+ Slovak
+
diff --git a/src/Ombi/ClientApp/app/app.component.ts b/src/Ombi/ClientApp/app/app.component.ts
index 7005f147c..3c235ba1a 100644
--- a/src/Ombi/ClientApp/app/app.component.ts
+++ b/src/Ombi/ClientApp/app/app.component.ts
@@ -43,13 +43,13 @@ export class AppComponent implements OnInit {
__webpack_public_path__ = base + "/dist/";
}
- this.translate.addLangs(["en", "de", "fr", "da", "es", "it", "nl", "sv", "no", "pl", "pt"]);
+ this.translate.addLangs(["en", "de", "fr", "da", "es", "it", "nl", "sk", "sv", "no", "pl", "pt"]);
// this language will be used as a fallback when a translation isn't found in the current language
this.translate.setDefaultLang("en");
// See if we can match the supported langs with the current browser lang
const browserLang: string = translate.getBrowserLang();
- this.translate.use(browserLang.match(/en|fr|da|de|es|it|nl|sv|no|pl|pt/) ? browserLang : "en");
+ this.translate.use(browserLang.match(/en|fr|da|de|es|it|nl|sk|sv|no|pl|pt/) ? browserLang : "en");
}
public ngOnInit() {
diff --git a/src/Ombi/wwwroot/translations/sk.json b/src/Ombi/wwwroot/translations/sk.json
new file mode 100644
index 000000000..544b7b4dd
--- /dev/null
+++ b/src/Ombi/wwwroot/translations/sk.json
@@ -0,0 +1,3 @@
+{
+
+}
\ No newline at end of file