From 5e3a9b0c46f8092d8bd133e0ac87ac2cdc5dcc3b Mon Sep 17 00:00:00 2001 From: Serhiy Dmytryshyn Date: Mon, 27 May 2024 13:45:13 +0300 Subject: [PATCH] - adding video demo --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3afda0c..d331c82 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,20 @@ # Crowdin Context Harvester CLI -This tool is especially useful when translating UI projects with Crowdin. The Crowdin Context Harvester CLI is designed to simplify the process of extracting context for translatable strings in your Crowdin projects. Using Large Language Models (LLMs), it automatically analyzes your project code to determine how each key is used. This information is extremely useful for the human linguists or AI that will be translating your project keys, and is likely to improve the quality of the translation. +This tool is especially useful when translating UI projects with Crowdin. The Context Harvester CLI is designed to simplify the process of extracting context for Crowdin strings from your code. Using Large Language Models (LLMs), it automatically analyzes your project code to find out how each key is used. This information is extremely useful for the human linguists or AI that will be translating your project keys, and is likely to improve the quality of the translation.
[![npm](https://img.shields.io/npm/v/crowdin-context-harvester?logo=npm&cacheSeconds=1800)](https://www.npmjs.com/package/crowdin-context-harvester) [![npm](https://img.shields.io/npm/dt/crowdin-context-harvester?logo=npm&cacheSeconds=1800)](https://www.npmjs.com/package/crowdin-context-harvester) +[![npm](https://img.shields.io/github/license/crowdin/context-harvester?cacheSeconds=50000)](https://www.npmjs.com/package/crowdin-context-harvester)
+## Demo + +[![Crowdin Context Harvester CLI Demo](https://img.youtube.com/vi/7G0PtCElmmI/0.jpg)](https://www.youtube.com/watch?v=7G0PtCElmmI) + + ## Features - **Context Extraction**: Pulls keys from your Crowdin project and analyzes your code to extract usage context.