9acfeb4052a7d3cc4f7df1d64ad5fad9fc11a895
Angular's LocalizationService reads `Country = baseHref[1..3]` and `Language = baseHref[4..6]` — both halves are the same 2-letter language code (`/ru-ru/`, `/en-en/`, `/zh-zh/`, …), confirmed by the spec fixtures using `/en-en/onlineboard/...`. The previous shipping codes mixed in IETF region codes (`en-us`, `ja-jp`, `ko-kr`, `zh-cn`) which do not match the customer's URL surface. Renamed: en-us → en-en ja-jp → ja-ja ko-kr → ko-ko zh-cn → zh-zh The `LANGUAGE_TO_LOCALE_CODE` table now mirrors Angular exactly. Resolver/hreflang tests + layout 404 message updated.
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%