From d08a0e2b23aa71d0df892ff9f3be37bf58861e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96zt=C3=BCrk?= Date: Tue, 11 Nov 2025 23:07:10 +0300 Subject: [PATCH] Ui DockerFile ve LanguageText --- api/src/Erp.Platform.DbMigrator/Seeds/LanguagesData.json | 6 ++++++ ...rs.Platform.Ui.Dockerfile => Erp.Platform.Ui.Dockerfile} | 0 2 files changed, 6 insertions(+) rename ui/{Kurs.Platform.Ui.Dockerfile => Erp.Platform.Ui.Dockerfile} (100%) diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/LanguagesData.json b/api/src/Erp.Platform.DbMigrator/Seeds/LanguagesData.json index e4152855..457f954b 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/LanguagesData.json +++ b/api/src/Erp.Platform.DbMigrator/Seeds/LanguagesData.json @@ -6403,6 +6403,12 @@ "tr": "örn. 50", "en": "sample 50" }, + { + "resourceName": "Platform", + "key": "Public.features.rapid.desc", + "tr": "Kolay sınıf oluşturma, öğretmen atama ve ders programı yönetimi", + "en": "Easy class creation, teacher assignment, and lesson schedule management" + }, { "resourceName": "Platform", "key": "Public.features.expert", diff --git a/ui/Kurs.Platform.Ui.Dockerfile b/ui/Erp.Platform.Ui.Dockerfile similarity index 100% rename from ui/Kurs.Platform.Ui.Dockerfile rename to ui/Erp.Platform.Ui.Dockerfile