Skip to content

Commit

Permalink
Merge pull request #12 from kWeglinski/r/0.11.0
Browse files Browse the repository at this point in the history
r/0.11.0
  • Loading branch information
kWeglinski authored Feb 15, 2025
2 parents a1b0290 + cc144a4 commit 25b0c9e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Latest Features:

- Added ability to upload files for translation
- Added ability to download translations
- Added clear button to clear text boxes
- Added auto full display alternative for shorter translations
- Added option to add words to dictionary for grammar checks
Expand Down Expand Up @@ -94,11 +96,16 @@ services:
- ~/ngramsDir:/ngrams
```

# Running and building locally

- Copy `.env.sample` as `.env`
- Fill in all fields and add `DEV=true`
- `npm i`
- `npm run dev`
- voila! the app should be served at localhost:80

# Roadmap:

- Developer experience - This project was initially built for myself and has unexpectedly grown. I've already started migration to proper state management but some work is still needed there. Then I need to improve ability to run it during development (introduction of BFF has made the setup cumbersome where it shouldn't be). Once that is solved, I'll introduce releases and tags.
- Clear text area
- Text workflow - The goal is to have a feeling of single text input across all modules. So we can translate and adjust the same text.
- ability to switch between translated text and input text in language tool
- AI tab to prompt AI to modify the input/translated text
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Unreleased
### 0.11.0

- chore: Added nightly builds on develop branch
- secops: dependabot - bump vite to 6 (resolves 6 dependabot warnings)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sth-libretranslate",
"private": true,
"version": "0.10.4",
"version": "0.11.0",
"type": "module",
"scripts": {
"dev": "concurrently \"npm run node\" \"vite\"",
Expand Down

0 comments on commit 25b0c9e

Please sign in to comment.