Translation & Localisation initialisation
This commit is contained in:
parent
1815d5e088
commit
9f10962dd0
23 changed files with 3797 additions and 310 deletions
|
|
@ -1,6 +1,8 @@
|
|||
using System;
|
||||
using Microsoft.Data.Entity;
|
||||
using Microsoft.Data.Entity.Infrastructure;
|
||||
using Microsoft.Data.Entity.Metadata;
|
||||
using Microsoft.Data.Entity.Migrations;
|
||||
using Yavsc.Models;
|
||||
|
||||
namespace Yavsc.Migrations
|
||||
|
|
@ -414,6 +416,9 @@ namespace Yavsc.Migrations
|
|||
|
||||
b.Property<DateTime>("DateModified");
|
||||
|
||||
b.Property<string>("Lang")
|
||||
.HasAnnotation("MaxLength", 8);
|
||||
|
||||
b.Property<string>("Photo")
|
||||
.HasAnnotation("MaxLength", 1024);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue