Переводы

This commit is contained in:
2025-07-03 12:35:50 +03:00
parent 2d523ef431
commit 91046ea00e
15 changed files with 209 additions and 1451 deletions

View File

@@ -286,7 +286,7 @@ void AssetsManager::writeVersionsToFile(QList<StreamingVersionData*> version,boo
if(isFirst)
{
attribute3 = {"isChangeable",QString::number(false)};
QString author = tr("Константа-дизайн");
QString author = tr("LLC Constanta-Design");
attribute4 = {"author",author};
ver->setAuthor(author);
}else