Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: Chinese, Simplified
Description
Steps to reproduce:
1.Compile the mxml file in attachment SDK18.zip.
2.The warning message is not translated.
3.The warning message should be "1106, "Empty statement"". The parameter is not consistent according to the "WarningConstants.class". You could get the details in the following notes part.
Actual Results:
These strings are not translated.
Expected Results:
1.These strings shoule be translated.
2.The string should be invoked correctly.
Notes:
This bug occurs in DNK/DEU/ESP/FIN/ITA/FRA/KOR/JPN/NOR/NLD/BRA/RUS/SWE/CHN/TWN with Windows and Mac.
\lib\asc.jar\macromedia\asc\embedding\WarningConstants.class
Line1727: warningConstantsCN[(index++)] = new AscWarning(1106, "Empty statement.");
Line1728: warningConstantsCN[(index++)] = new AscWarning(1107, "Empty statement found where block of code expected. Did you type ';' accidentally?");
SDK_Version:4.5.0.18845
Keyword:LOC-NotTranslated