• A
    [embedder][glfw] Add support for locales to glfw shell (#22657) · 176a2c02
    Andy Weiss 提交于
    The other linux shell (and all the other embedding) have support for
    getting the locales from the system and sending them over the
    flutter/localization channel. The glfw shell does not have that which is
    causing a crash on an assert now that Locale is no longer nullable
    in Platform.
    
    This adds a similar approach to what is going on over in the other linux
    shell.
    176a2c02
BUILD.gn 5.1 KB