Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 785 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 785 Bytes

OmnI18n

The first document presents an overview, here is a more detailed description

Projects using OmnI18n use it in 4 layers

  1. The client: The client manages the cache and download along with providing Translators that will interpolate
  2. (optional) The HTTP or any other layer. This part is implemented by the user
  3. The server: The server exposes functions to interact with the languages
  4. The database: A class implementing some interface that interacts directly with a database

The library can be imported in a static website.

There are some utils that have been done for the library and are exported with it (flags, js-like json & defer)