bitendian/tbp-i18n-manager

Management package for i18n static texts for TBP

v0.9.3 2020-02-07 10:57 UTC

This package is auto-updated.

Last update: 2024-04-07 20:03:39 UTC


README

This packages is NOT a requirement to use i18n with TBP. TBP supports i18n by itself.

This package add some modules used already in many projects to help manage i18n static contents.

All this projects has same multi-languages model.

Requirements

To run this package, there is some mandatory requirements:

  • A database must exists
  • Database must contains a table named Languages
  • Table Languages must contains next columns:
    • LanguageId INTEGER NOT NULL
    • Locale VARCHAR(255) NOT NULL
    • Name VARCHAR(255) NOT NULL
    • Active INTEGER NOT NULL DEFAULT 0
    • Default INTEGER NOT NULL DEFAULT 0