func makeCI18ns(id int64, names map[string]string) []*models.CollectionI18n {
    i18ns := make([]*models.CollectionI18n, 0)
    for k, v := range names {
        i18n := &models.CollectionI18n{
            CollectionID: id,