serenity/Meta/Lagom/Tools
Timothy Flynn c86f7a675d LibUnicode: Do not limit language display names to known locales
Currently, the UnicodeLocale generator collects a list of known locales
from the CLDR before processing language display names. For each locale,
the identifier is broken into language, script, and region subtags, and
we create a list of seen languages. When processing display names, we
skip languages we hadn't seen in that first step.

This is insufficient for language display names like "en-GB", which do
not have an locale entry in the CLDR, and thus are skipped. So instead,
create the list of known languages by actually reading through the list
of languages which have a display name.
2022-01-13 23:05:31 +01:00
..
CodeGenerators LibUnicode: Do not limit language display names to known locales 2022-01-13 23:05:31 +01:00
ConfigureComponents Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
IPCMagicLinter Meta: Implement checker for IPC magic number collisions 2021-11-05 00:17:01 +03:30
CMakeLists.txt Meta: Allow lagom_tool invocations to specify libraries to link 2021-11-23 22:58:05 +01:00