setLocaleAliases(array $localeAliases)
Stores a mapping of locale aliases to locales.
This mapping is used when reading entries and merging them with their fallback locales. If an entry is read for a locale alias (e.g. "mo") that points to a locale with a fallback locale ("ro_MD"), the reader can continue at the correct fallback locale ("ro").
Please login to continue.