Create a structured translation workbook from Android string resources.
Workflow
- Locate the requested Android resource scope and establish the base locale.
- Invoke
android-strings-auditorbefore export. - Invoke
android-localization-workbook-generatorto write an.xlsxworkbook under:android-localization-output/translation-workbook-YYYYMMDD-HHmm.xlsx - Summarize the output workbook and technical issues detected.
Workbook requirements
- Base locale key order determines row order.
- Columns must include
key, base text, each locale,placeholder_signature,status, andnotes. - Preserve placeholders, escaped content and raw Android resource keys.
- Mark missing values and placeholder mismatches clearly.
- Use readable header styling, auto-filter, frozen header row and suitable widths.
- When source sets represent different product/flavour contexts, separate or clearly label them.
Do not translate text automatically and do not modify source XML files.