Skip to content
nl10n edited this page Jun 4, 2019 · 5 revisions

Checks for placeholders, semicolons, wrapping, comment format, equals signs, and file validity for .strings files. Useful for checking localized strings files for any issues in the format or the placholders.

This JSON validation tool will test the validity of all localized JSON files as well as compare the placeholders between the source and target, ensuring they are kept. Any errors will be printed to the shell.

This tool will generate a list of files from a website scraped from the internet. Useful for marking files as translatable or non-translatable.

This tool will delete any files marked as nontranslatable in an excel sheet list of files. The result will be a package of files that is appropriate to be uploaded to a TMS or CAT tool.

For when HTML text is stored within cells of an MS Excel workbook, This script extracts the HTML and saves it to a .doc file with a filename created from text on the same row as the HTML. The .doc file will retain all the formatting of the HTML. This code is useful for generating documents for in-context review.

Clone this wiki locally