added translations

This commit is contained in:
sdarbinyan
2026-02-26 23:09:20 +04:00
parent e4206d8abc
commit caf14eeae1
29 changed files with 1038 additions and 202 deletions

View File

@@ -34,6 +34,6 @@ export class TelegramService {
}
getDisplayName(): string {
return this.getUsername() || this.getFullName() || 'Пользователь';
return this.getUsername() || this.getFullName() || 'User';
}
}