Added Korean translations and updated source translations file

This commit is contained in:
Isaac Abadi
2021-09-22 21:29:15 -06:00
parent 8cd21bf433
commit db53a12635
4 changed files with 3454 additions and 194 deletions

View File

@@ -21,7 +21,7 @@ import { ActivatedRoute, Router } from '@angular/router';
})
export class SettingsComponent implements OnInit {
all_locales = isoLangs;
supported_locales = ['en', 'es', 'de', 'fr', 'nl', 'pt', 'it', 'ca', 'cs', 'nb', 'ru', 'zh', 'id', 'en-GB'];
supported_locales = ['en', 'es', 'de', 'fr', 'nl', 'pt', 'it', 'ca', 'cs', 'nb', 'ru', 'zh', 'ko', 'id', 'en-GB'];
initialLocale = localStorage.getItem('locale');
initial_config = null;