-
Notifications
You must be signed in to change notification settings - Fork 0
07. Scanning the Target Project
tetherscript edited this page Jan 31, 2025
·
5 revisions
- Searches
.xamlfiles used by the target project and detects any elements that have ax:Uidand are defined inXamlElements.json. - It combines this with the items in
TLocalizedGets.jsonandSpecials.jsonand updates thetarget/Strings/en-US/Resources.resw. - You put a blank
Resources.reswthere earlier, and its data section has been replaced with the scan results. This.reswis the "truth" for what needs to be translated later. - In that
Resources.reswfile, you'll see that the hint token (@,@@,!,!!) have been placed in the comments field. Don't edit this file. - No other
.reswfiles have been touched. That will happen when you translate. - The contents of
DetectedXamlElements.jsonhave also been replaced.
Note
Scanning is the greatest timesaver over other translation methods. You don't need to manually add items the the .resw files. That is huge.
When a scan is complete, you have found the things that need to be translated, but you have not actually translated anything yet.
Here's what scanning the sample app Sample-Packaged looks like.
