CC-1960: Internationalize Airtime / Support translations
- created locale table - create locale model - set default locale in pref table
This commit is contained in:
parent
81c9b4d862
commit
2f0c6b702a
13 changed files with 1891 additions and 13 deletions
|
@ -458,4 +458,9 @@
|
|||
<reference local="mount_name_id" foreign="id"/>
|
||||
</foreign-key>
|
||||
</table>
|
||||
<table name="cc_locale" phpName="CcLocale">
|
||||
<column name="id" phpName="DbId" primaryKey="true" type="INTEGER" autoIncrement="true" required="true" />
|
||||
<column name="locale_code" phpName="DbLocaleCode" type="VARCHAR" size="16" required="true" />
|
||||
<column name="locale_lang" phpName="DbLocaleLang" type="VARCHAR" size="128" required="true" />
|
||||
</table>
|
||||
</database>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue