Post awarded notification

This commit is contained in:
2025-09-07 22:06:33 +08:00
parent 942ca73f8d
commit 6cedda9307
5 changed files with 87 additions and 1 deletions

View File

@@ -158,5 +158,23 @@ namespace DysonNetwork.Sphere.Resources.Localization {
return ResourceManager.GetString("OrderPaidBody", resourceCulture);
}
}
internal static string PostAwardedTitle {
get {
return ResourceManager.GetString("PostAwardedTitle", resourceCulture);
}
}
internal static string PostAwardedBody {
get {
return ResourceManager.GetString("PostAwardedBody", resourceCulture);
}
}
internal static string PostAwardedContentBody {
get {
return ResourceManager.GetString("PostAwardedContentBody", resourceCulture);
}
}
}
}