mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-01 20:12:29 +00:00
24cc72e319
and UploadLang.sh, languages list is in Resources/LangList. Added two special commands in service notifications conversations: *new_version_text* for viewing current new version description and *all_new_version_texts* for viewing it in all supported languages.
7 lines
159 B
Bash
Executable File
7 lines
159 B
Bash
Executable File
cd ../../
|
|
while IFS='' read -r line || [[ -n "$line" ]]; do
|
|
tx pull -f -l $line
|
|
done < tdesktop/Telegram/Resources/LangList
|
|
tx push -s
|
|
cd tdesktop/Telegram/
|