1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Added new mod types

This commit is contained in:
George King
2025-03-27 19:15:09 +01:00
committed by GitHub
parent 4df4438f59
commit 04bfe12b2b

View File

@@ -40,6 +40,7 @@ QString ModStateItemModel::modTypeName(QString modTypeID) const
QT_TR_NOOP("Spells"),
QT_TR_NOOP("Music"),
QT_TR_NOOP("Maps"),
QT_TR_NOOP("Map Pack"),
QT_TR_NOOP("Sounds"),
QT_TR_NOOP("Skills"),
QT_TR_NOOP("Other"),
@@ -51,6 +52,7 @@ QString ModStateItemModel::modTypeName(QString modTypeID) const
QT_TR_NOOP("Expansion"),
QT_TR_NOOP("Creatures"),
QT_TR_NOOP("Compatibility"),
QT_TR_NOOP("Campaigns"),
QT_TR_NOOP("Artifacts"),
QT_TR_NOOP("AI"),
};