feat: return old locale instead of putting english
This commit is contained in:
parent
d2a2f80135
commit
4aa6b371da
@ -126,8 +126,7 @@ public class SelectLanguageTutorial implements Processor {
|
||||
.getFields()
|
||||
.getAdditionalProperties()
|
||||
.getOrDefault(
|
||||
Field.NewLanguage.getName(),
|
||||
Language.English.getLocale()));
|
||||
Field.NewLanguage.getName(), tgChat.getLocale()));
|
||||
tgChat.save();
|
||||
log.trace(
|
||||
"Locale for chat "
|
||||
|
Loading…
x
Reference in New Issue
Block a user