Skip to content
alexcibotari edited this page Oct 15, 2022 · 31 revisions

Welcome to the Localess wiki!


Localess
Localess

GitHub GitHub Workflow Status (branch) GitHub Sponsors GitHub Repo stars

Twitter URL Twitter Follow

The Localess it is a translation management tool with Artificial Intelligence integration. The application is design to be deployed in Firebase.

Facts

  • It is Free forever, you or your company doesn't need to pay.
  • It is Open Source Software, you also can contribute with code and feedback.
  • You pay only for infrastructure where you deploy the Localess.
  • Localess is a translation management tool, and not a Content Management System (CMS).

System Design

Supporting Localess & Lessify Project

Localess is part of the Lessify Project, is an open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:

Key Features

  • Edit your localisation content in real time
  • Translate with Google Translate
  • No application build required anymore
  • Publish your changes (instant update)
  • Google CDN Integration (very fast response time, about 300ms for 125kb of 5000 translations)
  • Import / Export content between environments and applications
  • User Management. with different roles : VIEW, EDIT, WRITE, ADMIN
  • Integration with any programming language
  • Few lines of integration with your project

System Design

Localess is using Firebase products to run the application.

System Design

Lessify UI is design to manage data in firestore, authentication and storage via Firebase SDK. Generated data used by exposed API's is store in Storage to make it even faster to access and GCP CDN will cache it for even faster response.

Deployment

Localess is using Google Cloud Platform products to build and deploy the application.

Deployment

Clone this wiki locally