Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>i18n CrawlerNew to Visual Studio Code? Get it now.
i18n Crawler

i18n Crawler

senew

|
24 installs
| (0) | Free
A VSCode extension to help to process i18n for Angular developers.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

i18n-crawler README

This extentsion is an i18n tool for Angular developers. Partial implementation based on the i18n Ally project.

Required Settings

You need to add required settings to ./.vscode/setting.json as below:

{
    "i18n-crawler.locale_folder": [
        "src/assets/i18n"
    ],
    "i18n-crawler.languages": [
        "en_US",
        "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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft