From aa9f3773b218f57e32267c0939fe8927a56d05d3 Mon Sep 17 00:00:00 2001 From: Carlos <28845529+mesacarlos@users.noreply.github.com> Date: Wed, 27 Jul 2022 19:20:04 +0200 Subject: [PATCH] Fixes and readme update --- README.md | 6 ++++-- client/src/app/core/language.module.ts | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6bcd73a..20b9b22 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,12 @@ Don't worry about privacy or security: all data is stored in your browser locall * Colors supported, for both Windows and Linux hosts. (Colors are represented different in each platform). * Real-time connected players, machine CPU and server RAM usage information. * Capable of keeping active connections to more than one server to keep retrieving console log in the background for them all. -* English, Spanish, Chinese (thanks to Neubulae and OPhantomO), Czech (thanks to Tada), Deutsch (thanks to NoNamePro0), Dutch (thanks to Twockx), French (thanks to pickatchou999), Italian (thanks to AlexZap), Japanese (thanks to kuroneko6423), Korean (thanks to XxPKBxX), Portuguese (thanks to AlexandreMuassab and Connect500BR), Russian (thanks to Stashenko) and Turkish (thanks to acarnd03) supported. +* English, Spanish, Chinese, Czech, Deutsch, Dutch, French, Italian, Japanese, Korean, Portuguese, Russian and Turkish supported. Big shout-out to all contributors around the world that helped translating this project into all these languages! * Free! -![Screenshot](https://i.imgur.com/sN1sYju.png) +![Screenshot1](https://i.imgur.com/tWp3JaB.png) + +![Screenshot2](https://i.imgur.com/Woay6TC.png) ## Step 1. Plugin installation diff --git a/client/src/app/core/language.module.ts b/client/src/app/core/language.module.ts index 5c9bd8c..90a4dc5 100644 --- a/client/src/app/core/language.module.ts +++ b/client/src/app/core/language.module.ts @@ -20,7 +20,7 @@ export const HttpLoaderFactory = (http: HttpClient): TranslateHttpLoader => { exports: [] }) export class LanguageModule { - readonly VALID_LANGUAGES = ["en", "es", "pl"]; + readonly VALID_LANGUAGES = ["en", "es", "pl", "zh"]; constructor(private languageService: LanguageService) { this.setup();