Merge pull request #5592 from dhalbert/add-ru-builds

add ru to language_allow_list
This commit is contained in:
Dan Halbert 2021-11-16 13:34:31 -05:00 committed by GitHub
commit c8b7206248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ language_allow_list = set(
"nl",
"pl",
"pt_BR",
"ru",
"sv",
"zh_Latn_pinyin",
]