Skip to content

Bitendian/tbp-i18n-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i18n management package

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

About

Package to manage I18n contents for TBP applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published