K 10 svn:author V 3 kwm K 8 svn:date V 27 2016-01-08T00:40:48.883697Z K 7 svn:log V 412 Fix a crash in gnome-control-center when the Region panel is selected on FreeBSD 11. When the region panel is selected it would crash right after printing: GnomeDesktop-WARNING **: locale 'kk_Cyrl_KZ.UTF-8' isn't valid This is because the gnome-desktop code that processes the locale doesn't handle multi language locales like the one above. And the code wasn't taking into account that language might be NULL. END