@tilde-nlp/ngx-translate 9.0.5 → 9.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4589,7 +4589,7 @@ const i18n_hr = {
|
|
|
4589
4589
|
},
|
|
4590
4590
|
"SYSTEM_PICKER": {
|
|
4591
4591
|
"SOURCE": "Prevedi s",
|
|
4592
|
-
"TARGET": "
|
|
4592
|
+
"TARGET": "Prevedi na",
|
|
4593
4593
|
"SEARCH_PLACEHOLDER": "Pretraživanje jezika",
|
|
4594
4594
|
"RECENT_SYSTEM_TITLE": "Nedavno",
|
|
4595
4595
|
"SELECT_DOMAIN": "Odaberi domenu",
|
|
@@ -5027,7 +5027,7 @@ class TldTranslateSystemManagementService {
|
|
|
5027
5027
|
if (!languageId) {
|
|
5028
5028
|
languageId = this.getDefaultLanguageId();
|
|
5029
5029
|
}
|
|
5030
|
-
if (!this.systemExists(languageId, this.systems) && !languageId
|
|
5030
|
+
if (!this.systemExists(languageId, this.systems) && !languageId?.includes(AUTO_LANGUAGE_DETECTION_KEY)) {
|
|
5031
5031
|
languageId = this.systems[0]?.languageId;
|
|
5032
5032
|
for (const system of this.systems) {
|
|
5033
5033
|
const vendor = system.vendor;
|