1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-01 19:49:55 +03:00

Resolve TODOs in locales

Co-authored-by: mctaylors <volkovvladislav8@gmail.com>
This commit is contained in:
Octol1ttle 2023-01-17 12:37:13 +05:00
parent 558e05156c
commit 905cf5619c
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
4 changed files with 21 additions and 21 deletions

View file

@ -833,6 +833,15 @@ namespace Boyfriend {
}
}
/// <summary>
/// Looks up a localized string similar to Starter role.
/// </summary>
internal static string SettingsStarterRole {
get {
return ResourceManager.GetString("SettingsStarterRole", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome message.
/// </summary>
@ -842,15 +851,6 @@ namespace Boyfriend {
}
}
/// <summary>
/// Looks up a localized string similar to The starter role was deleted! Please unset roles or channels from settings before deleting them.
/// </summary>
internal static string StarterRoleDeleted {
get {
return ResourceManager.GetString("StarterRoleDeleted", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You cannot ban me!.
/// </summary>
@ -1050,7 +1050,7 @@ namespace Boyfriend {
}
/// <summary>
/// Looks up a localized string similar to I could not find this user in any guild I&apos;m a member of! Check if the ID is correct and that the user was on this server no longer than 30 days ago (TODO).
/// Looks up a localized string similar to I could not find this user in any guild I&apos;m a member of! Check if the ID is correct and that the user was on this server no longer than 30 days ago.
/// </summary>
internal static string UserNotFound {
get {