Skip to content

Commit

Permalink
Add simple usage video
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzalezg9 committed Jan 26, 2024
1 parent b6dd540 commit 85d5f58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# I18n Translator
# i18n Translator

- [I18n Translator](#i18n-translator)
- [i18n Translator](#i18n-translator)
- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)
Expand All @@ -11,7 +11,7 @@

## Introduction

I18n Translator is a tool for translating your application into different languages. It is connected to my [i18n repository](https://github.com/mgonzalezg9/TranslatorScraper). However you can use the translation service you prefer, feel free to fork the project and change `src/api/service.ts` calls to fit the Backend specifications.
I18n Translator is a tool for translating your application into different languages. It is connected to my [i18n repository](https://github.com/mgonzalezg9/TranslatorScraper). However you can use the translation service you prefer, feel free to fork the project and change `src/api/service.ts` calls to fit your API specifications.

## Installation

Expand Down Expand Up @@ -44,7 +44,7 @@ OUTPUT_FILE = "./test/out.json"
MAX_QUERIES_PER_LEVEL = 2
```

Feel free of running the app using `npm start`.
Feel free of running the app using `npm start`. The following [video](./video/simple_usage_video.mp4) illustrates its usage.

## Test Generation

Expand Down
2 changes: 1 addition & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { SERVICE_URL, DEFAULT_PROVIDER } from "../constants";
import { TSentence } from "./types";
import { logTranslation } from "../logging";

let processed = 0;
let _processed = 0;

export const translateSentence: TSentence = async (str, from, to) => {
try {
Expand Down
Binary file added video/simple_usage_video.mp4
Binary file not shown.

0 comments on commit 85d5f58

Please sign in to comment.