Չինացիներն այլևս չեն կարողանա Թայվան այցելել

Ամենադիտվածներ

Կոտայքի մարզի բնակչին մեղադրանք է առաջադրվել հափշտակության համար

Չինաստանի իշխանությունները 47 քաղաքների բնակիչներին արգելել են այցելել Թայվան։ Այս մասին գրում է ТАСС-ը:

Նշվում է, որ արգելքը ժամանակավոր է, և այն սահմանվել է այս պահին 2 երկրների միջև առկա հարաբերությունների լարմամբ:

Դեռ հայտնի չէ, թե որ քաղաքների վրա է տարածվում արգելքը:

Թայվանը չինական ամենամեծ կղզին է: Այն ունի առանձին կառավարման աշխատակազմ, սակայն պահպանել է Չինաստանի դրոշը, տարադրամը:

Պաշտոնական Պեկինը Թայվանը համարում է Չինաստանի նահանգներից մեկը:

|
Խմբագրական ներդրում:Ազատ TV Խմբագրություն
|
Հրատարակիչ:Ազատ TV

Ամենաթարմ

}// Handle language redirects const langLink = e.target.closest(".azat-switcher-item a"); if (langLink) { e.preventDefault(); e.stopPropagation();const origin = window.location.origin; const path = window.location.pathname; const lang = langLink.getAttribute("data-lang");// Determine current active language of the page: let currentLang = "am"; if (path.startsWith("/en/") || path === "/en") { currentLang = "en"; } else if (path.startsWith("/ru/") || path === "/ru") { currentLang = "ru"; }let newPath = path;if (currentLang === "en" && lang === "ru") { newPath = path.replace("/en/", "/ru/"); } else if (currentLang === "ru" && lang === "en") { newPath = path.replace("/ru/", "/en/"); } else if (currentLang === "en" && lang === "am") { newPath = path.replace("/en/", "/"); } else if (currentLang === "ru" && lang === "am") { newPath = path.replace("/ru/", "/"); } else if (currentLang === "am" && lang === "en") { newPath = "/en" + path; } else if (currentLang === "am" && lang === "ru") { newPath = "/ru" + path; }window.location.href = origin + newPath; } }); })();