Enable Turkish language builds

This commit is contained in:
Scott Shawcroft 2022-01-10 11:08:29 -08:00
parent 49451c06a9
commit 1220346195
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -92,6 +92,7 @@ language_allow_list = set(
"pt_BR", "pt_BR",
"ru", "ru",
"sv", "sv",
"tr",
"zh_Latn_pinyin", "zh_Latn_pinyin",
] ]
) )