added languages in progress to the list too
This commit is contained in:
parent
172d401da7
commit
b588edeeee
@ -21,8 +21,11 @@ namespace NadekoBot.Modules.Administration
|
|||||||
{"en-US", "English, United States"},
|
{"en-US", "English, United States"},
|
||||||
{"fr-FR", "French, France"},
|
{"fr-FR", "French, France"},
|
||||||
{"ru-RU", "Russian, Russia"},
|
{"ru-RU", "Russian, Russia"},
|
||||||
{"de-DE", "German, Germany"}
|
{"de-DE", "German, Germany"},
|
||||||
//{"sr-cyrl-rs", "Serbian, Cyrillic" }
|
{"nl-NL", "Dutch, Netherlands"},
|
||||||
|
{"ja-JP", "Japanese, Japan"},
|
||||||
|
{"pt-BR", "Portuguese, Brazil"},
|
||||||
|
{"sr-cyrl-rs", "Serbian, Serbia - Cyrillic"}
|
||||||
}.ToImmutableDictionary();
|
}.ToImmutableDictionary();
|
||||||
|
|
||||||
[NadekoCommand, Usage, Description, Aliases]
|
[NadekoCommand, Usage, Description, Aliases]
|
||||||
|
@ -110,7 +110,7 @@ namespace NadekoBot.Modules.Gambling
|
|||||||
{
|
{
|
||||||
var toWin = (int)Math.Round(amount * NadekoBot.BotConfig.BetflipMultiplier);
|
var toWin = (int)Math.Round(amount * NadekoBot.BotConfig.BetflipMultiplier);
|
||||||
str = Context.User.Mention + " " + GetText("flip_guess", toWin + CurrencySign);
|
str = Context.User.Mention + " " + GetText("flip_guess", toWin + CurrencySign);
|
||||||
await CurrencyHandler.AddCurrencyAsync(Context.User, GetText("betflip_gamble"), toWin, false).ConfigureAwait(false);
|
await CurrencyHandler.AddCurrencyAsync(Context.User, "Betflip Gamble", toWin, false).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
3153
src/NadekoBot/Resources/CommandStrings.ja-JP.resx
Normal file
3153
src/NadekoBot/Resources/CommandStrings.ja-JP.resx
Normal file
File diff suppressed because it is too large
Load Diff
3153
src/NadekoBot/Resources/CommandStrings.nl-NL.resx
Normal file
3153
src/NadekoBot/Resources/CommandStrings.nl-NL.resx
Normal file
File diff suppressed because it is too large
Load Diff
@ -2180,15 +2180,6 @@ namespace NadekoBot.Resources {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Looks up a localized string similar to Betflip Gamble.
|
|
||||||
/// </summary>
|
|
||||||
public static string gambling_betflip_gamble {
|
|
||||||
get {
|
|
||||||
return ResourceManager.GetString("gambling_betflip_gamble", resourceCulture);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Better luck next time ^_^.
|
/// Looks up a localized string similar to Better luck next time ^_^.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
2184
src/NadekoBot/Resources/ResponseStrings.pt-BR.resx
Normal file
2184
src/NadekoBot/Resources/ResponseStrings.pt-BR.resx
Normal file
File diff suppressed because it is too large
Load Diff
@ -873,9 +873,6 @@ Reason: {1}</value>
|
|||||||
<data name="gambling_awarded" xml:space="preserve">
|
<data name="gambling_awarded" xml:space="preserve">
|
||||||
<value>has awarded {0} to {1}</value>
|
<value>has awarded {0} to {1}</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="gambling_betflip_gamble" xml:space="preserve">
|
|
||||||
<value>Betflip Gamble</value>
|
|
||||||
</data>
|
|
||||||
<data name="gambling_better_luck" xml:space="preserve">
|
<data name="gambling_better_luck" xml:space="preserve">
|
||||||
<value>Better luck next time ^_^</value>
|
<value>Better luck next time ^_^</value>
|
||||||
</data>
|
</data>
|
||||||
|
Loading…
Reference in New Issue
Block a user