fix(developer): Reduce non-canonical BCP 47 tag warning in PackageInfo to "Info"

This commit is contained in:
Darcy Wong 2021-04-19 07:53:22 +07:00
parent e447b3045b
commit 4d5fef69f7

View file

@ -120,7 +120,7 @@ begin
else if not TCanonicalLanguageCodeUtils.IsCanonical(tag, msg, False, False) then
begin
DoError(Format(SWarning_LanguageTagIsNotCanonical, [lm.ID, lang.ID, msg]), plsWarning);
DoError(Format(SWarning_LanguageTagIsNotCanonical, [lm.ID, lang.ID, msg]), plsInfo);
end;
finally
Free;