Skip to content

Commit

Permalink
add language param
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifailon committed Oct 1, 2024
1 parent 99b458c commit 89a64ee
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 14 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<p align="center">
<img src=image/logo.png width=128/>
</p>

<h2 align="center">
multranslate
</h2>
Expand Down Expand Up @@ -29,7 +25,7 @@ A terminal user interface (TUI) based on the [Blessed](https://github.com/chjj/b

> **Reverso** does not support working via **Axios** (error: `Invalid header value char`), **Fetch** is used instead.
## 🚀 Installation
## 🚀 Install

Use the [npm](https://www.npmjs.com/package/multranslate) package manager:

Expand Down Expand Up @@ -61,7 +57,7 @@ Options:
-h, --help display help for command
```
## 🔧 Build
## 🔨 Build
Clone the repository:
Expand Down
6 changes: 1 addition & 5 deletions README_RU.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<p align="center">
<img src=image/logo.png width=128/>
</p>

<h2 align="center">
multranslate
</h2>
Expand Down Expand Up @@ -61,7 +57,7 @@ Options:
-h, --help display help for command
```
## 🔧 Сборка
## 🔨 Сборка
Клонируйте репозиторий:
Expand Down
Binary file removed image/logo.png
Binary file not shown.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"type": "git",
"url": "https://github.com/Lifailon/multranslate"
},
"main": "multranslate-custom-cursor.js",
"main": "multranslate.js",
"type": "module",
"scripts": {
"start": "node multranslate-custom-cursor.js",
"start": "node multranslate.js",
"dev": "node multranslate-native-cursor.js"
},
"dependencies": {
Expand All @@ -36,7 +36,7 @@
"commander": "^12.1.0"
},
"bin": {
"multranslate": "multranslate-custom-cursor.js"
"multranslate": "multranslate.js"
},
"pkg": {
"assets": [
Expand Down

0 comments on commit 89a64ee

Please sign in to comment.