6.2.2.1. Case Normalization
For all URIs, the hexadecimal digits within a percent-encoding
triplet (e.g., "%3a" versus "%3A") are case-insensitive and therefore
should be normalized to use uppercase letters for the digits A-F.
When a URI uses components of the generic syntax, the component
syntax equivalence rules always apply; namely, that the scheme and
host are case-insensitive and therefore should be normalized to
lowercase. For example, the URI is
equivalent to . The other generic syntax
components are assumed to be case-sensitive unless specifically
defined otherwise by the scheme (see Section 6.2.3).
/{lang}/any/number/of/path/elements/
- код языка меняется, все остальное идентично для всех языков (обычно на английском)./{lang}/{any}/{number}/{of}/{path}/{elements}/
- меняется и код языка, и все что идет после него тоже переводится/транслитерируется на выбранный язык. (хз кому те скрины помогали)