Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 433 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 433 Bytes

Translator

Translator is a server and UI for managing translations for development projects.

The backend is written in Rust, and the frontend in React.

The data is stored in SQLite for now, but can be trivially swapped out for PostgresQL or MySQL.

This project is in a very early stage. Expect breakage and missing / buggy functionality.

LICENSE

This project is under the Apache 2.0 license.

For details see LICENSE.md.