# i18n-crawler **Repository Path**: senew/i18n-crawler ## Basic Information - **Project Name**: i18n-crawler - **Description**: VS Code 插件,用于自动搜索html中的需要翻译的字符串,生成多个语言的json资源文件。 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-20 - **Last Updated**: 2026-02-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # i18n-crawler README This extentsion is an i18n tool for Angular developers. Partial implementation based on the [i18n Ally](https://github.com/lokalise/i18n-ally/) project. ## Required Settings You need to add required settings to ./.vscode/setting.json as below: ```json { "i18n-crawler.locale_folder": [ "src/assets/i18n" ], "i18n-crawler.languages": [ "en", "zh-CN" ], "i18n-crawler.annotation_display_lang": "zh-CN", "i18n-crawler.translate_source_lang": "zh-CN" } ``` ## License MIT License © 2025-PRESENT SENEW MIT License © 2021-PRESENT Lokalise MIT License © 2019-2020 Anthony Fu MIT License © 2018-2019 think2011