Import excel
Skill jason0404/Jason-Android-Marketplace/plugins/android-localization-toolkit/skills/import-excel
Safely import approved translations from an XLSX workbook into Android strings.xml after validationFrom its SKILL.md
npx -y skills add jason0404/Jason-Android-Marketplace --skill import-excelAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 175 tokens by cl100k_base, as published. Nobody here has run it
Apply reviewed translations from a workbook into selected Android locale resources.
Workflow
- Identify the workbook path, base locale, target resource scope and locale-column mapping.
- Invoke
android-localization-import-validator. - Block any invalid row before writing:
- key absent from base resources
- placeholder mismatch
- malformed XML/escaping
- ambiguous locale folder mapping
- unintended update to base/source text
- On explicit approval to import, update only confirmed target-locale values.
- Re-run
android-strings-auditoragainst changed resources. - Optionally invoke
android-localization-report-generator.
Safety rules
- Never rename or delete base keys automatically.
- Preserve Android placeholders, markup and resource metadata.
- Keep the diff minimal and deterministic.
- List each modified locale file and number of changed values.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.