mirror of
https://github.com/gnosygnu/xowa.git
synced 2025-05-30 14:04:56 +00:00
Dev: Downgrade missing-cldrName-file message to session.txt [#351]
This commit is contained in:
parent
78e8db95b9
commit
2fa5d9bc03
@ -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.Warn_many("", "", "no cldrName file exists for lang; lang=~{0}", lang_key);
|
||||
Gfo_usr_dlg_.Instance.Note_many("", "", "no cldrName file exists for lang; lang=~{0}", lang_key);
|
||||
return Cldr_name_file.Empty;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user