Skip to content

Commit

Permalink
Dev: Downgrade 'lang does not have a cldrName file' to session.txt [#351
Browse files Browse the repository at this point in the history
]
  • Loading branch information
gnosygnu committed Feb 13, 2019
1 parent be4d2fd commit b822997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 400_xowa/src/gplx/xowa/langs/names/Xol_name_mgr.java
Expand Up @@ -71,7 +71,7 @@ public Ordered_hash fetchLanguageNames(String inLanguage, String include_str, by

Cldr_name_file cldr_file = cldr_loader.Load_or_empty(inLanguage);
if (cldr_file == Cldr_name_file.Empty) {
Gfo_usr_dlg_.Instance.Warn_many("", "", "lang does not have a cldrName file; lang=~{0} page=~{1}", inLanguage, page_url);
Gfo_usr_dlg_.Instance.Log_many("", "", "lang does not have a cldrName file; lang=~{0} page=~{1}", inLanguage, page_url);
}

if (lang_names_cached == null)
Expand Down

0 comments on commit b822997

Please sign in to comment.