fix: missing tr in miot/const.py

This commit is contained in:
LiShuzhen 2025-11-07 11:31:13 +08:00
parent d7f7682100
commit 35f7397c1f

View File

@ -116,6 +116,7 @@ INTEGRATION_LANGUAGES = {
'nl': 'Nederlands', 'nl': 'Nederlands',
'pt': 'Português', 'pt': 'Português',
'pt-BR': 'Português (Brasil)', 'pt-BR': 'Português (Brasil)',
'tr': 'Türkçe',
'ru': 'Русский', 'ru': 'Русский',
'zh-Hans': '简体中文', 'zh-Hans': '简体中文',
'zh-Hant': '繁體中文' 'zh-Hant': '繁體中文'