enhancementgood first issue
仓库指标
- 星标
- (52,920 个星标)
- PR 合并指标
- (平均合并 5天 20小时) (30 天内合并 36 个 PR)
描述
I can get the language short string (en) with whisper_lang_str, but it would be useful to also be able to get the language title (english). Currently, I have to duplicate this mapping in my own code.
I'm thinking a function called whisper_lang_title(int id).