Deleting unused localization literals
If you have unused localization literals, you can delete them.
Procedure
To
delete unused localization literals, run the LocalizedStringReconciler
tool from
<INSTALL_DIR>/bin
in EXPORT mode
as follows: For UNIX:
sci_ant.sh -f localizedstringreconciler.xml export
-Ddestdir=<INSTALL_DIR>/repository/factorysetup/complete_installation/XMLS
-Ddelete=true
For Windows:
sci_ant.cmd -f localizedstringreconciler.xml export
-Ddestdir=<INSTALL_DIR>\repository\factorysetup\complete_installation\XMLS
-Ddelete=true
This deletes the unused literals when exporting the literals that are currently defined in the YFS_LOCALIZED_STRINGS table.