[O] Locale

This commit is contained in:
Clansty
2024-10-27 23:56:26 +08:00
parent ff2ed50dea
commit 36da872932
7 changed files with 51 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ namespace AquaMai
{
if (!isNested)
{
MelonLogger.Warning($"> Skipping incompatible patch: {type}");
MelonLogger.Warning(string.Format(Locale.SkipIncompatiblePatch, type));
}
return;