mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-15 13:19:23 +00:00
fix(developer): Reduce non-canonical BCP 47 tag warning in PackageInfo to "Info"
This commit is contained in:
parent
e447b3045b
commit
4d5fef69f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue