![]() |
|
||||||||||
|
|||||
|
Регистрация: Aug 2011
Сообщений: 1
|
Возникает проблема перетасовки строк локали после компиляции. (очень важен порядок строк как в исходнике)
Перетасовываются местами строки самой локали, например 6 меняется местами с 7 и так далее по всему исходнику. Вот код командной строки Flex'а mxmlc -locale=en_US -source-path=locale/{locale} -include-resource-bundles=resources -o en_US_ResourceModule.swf
01: wrongIndex=CuePoint.index must be number between -1 and cuePoint.array.length.
02: notImplemented=\'{0}\' not implemented yet.
03: wrongFormat=Unexpected cuePoint parameter format.
04: label=LOADING %3%%
05: tagNotFound=URL: \'{0}\' At least one video of ref tag is required.
06: unsupportedMode=IMEMode \'{0}\' not supported.
07: cannotDisable=Cannot disable actionscript cue points.
08: missingAttributes=URL: \'{0}\' Tag \'{1}\' requires attributes id, width, and height. Width and height must be numbers 09: greater than or equal to 0.
10: notfpad=URL: \'{0}\' Root node not fpad.
01: wrongIndex=CuePoint.index must be number between -1 and cuePoint.array.length.
02: notImplemented=\'{0}\' not implemented yet.
03: label=LOADING %3%%
04: wrongFormat=Unexpected cuePoint parameter format.
05: unsupportedMode=IMEMode \'{0}\' not supported.
06: tagNotFound=URL: \'{0}\' At least one video of ref tag is required.
07: cannotDisable=Cannot disable actionscript cue points.
08: missingAttributes=URL: \'{0}\' Tag \'{1}\' requires attributes id, width, and height. Width and height must be numbers 09: greater than or equal to 0.
10: notfpad=URL: \'{0}\' Root node not fpad.
5 строка меняется с 6 и так далее по всему документу, порядок не рандомный, но он все же имеется, всегда меняются почти одни и те же строки, причем если взять строку (label=LOADING %3%%) и поместить её любой строкой в файле, то после компиляции она всегда будет на 3 строке. (что то своего рода сортировка или оптимизация компилятора, но она не уместна) Последний раз редактировалось Lian; 01.09.2011 в 10:11. |
![]() |
![]() |
Часовой пояс GMT +4, время: 22:02. |
|
|
« Предыдущая тема | Следующая тема » |
|
|