本地化基础表

This commit is contained in:
2025-04-24 16:55:00 +08:00
parent 0a762fafde
commit 165d154784
67 changed files with 4799 additions and 1276 deletions
@@ -1,6 +1,8 @@
using System.Collections.Generic;
using AibisDream.Framework;
using AibisDream.Kit;
using UnityEngine;
using UnityEngine.Localization.Settings;
namespace AibisDream
{
@@ -47,6 +49,7 @@ namespace AibisDream
break;
case "Language":
// TODO 修改语言
LocalizationKit.SwitchLanguage(value);
break;
default:
Debug.Log($"{propName}未正确处理");