mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
Dev: Downgrade 'no cldrName file exists for lang' to session.txt [#351]
This commit is contained in:
parent
b822997638
commit
81ea765714
@ -44,7 +44,7 @@ public class Cldr_name_loader {
|
||||
// get file
|
||||
Io_url url = (Io_url)urls_hash.Get_by(lang_key);
|
||||
if (url == null) {
|
||||
Gfo_usr_dlg_.Instance.Note_many("", "", "no cldrName file exists for lang; lang=~{0}", lang_key);
|
||||
Gfo_usr_dlg_.Instance.Log_many("", "", "no cldrName file exists for lang; lang=~{0}", lang_key);
|
||||
return Cldr_name_file.Empty;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user