Translation & Localisation initialisation

This commit is contained in:
Paul Schneider 2018-12-12 14:32:03 +00:00
commit 9f10962dd0
23 changed files with 3797 additions and 310 deletions

View file

@ -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);