@mtgame/core 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -982,7 +982,8 @@
982
982
  ModelInstance({
983
983
  mappingFields: {
984
984
  id: 'id',
985
- name: 'name'
985
+ name: 'name',
986
+ name_en: 'nameEn',
986
987
  }
987
988
  })
988
989
  ], exports.City);
@@ -1622,6 +1623,7 @@
1622
1623
  cover: 'cover',
1623
1624
  cover_mobile: 'coverMobile',
1624
1625
  about: 'about',
1626
+ locale: 'locale',
1625
1627
  },
1626
1628
  relation: {
1627
1629
  organization: exports.Organization,