This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Telegram Native Swift 汉化脚本 | |
-- 制作:Eana Hufwe | |
set zh_cn to "简体中文语言文件,来自 @zh_CN 的 GitHub Repo" | |
set zh_tw to "正體中文化文件(台灣),尚未收录" | |
set zh_hk to "繁體中文化文件(香港),尚未收录" | |
set tlocal to "本地语言文件" | |
set iinput to (choose file with prompt "选择您的 Telegram Native Swift 程序。" of type {"app"} default location "Applications") as string | |
set tgpath to POSIX path of iinput |