1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Release notes need language code

https://github.com/fastlane/fastlane/issues/16700
This commit is contained in:
Zhiyuan Zheng 2021-05-12 19:31:11 +02:00
parent 57b3ef6ea2
commit 32f5af9f95
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0

View File

@ -30,6 +30,6 @@ submission_information({
}) })
release_notes({ release_notes({
'default' => "添加支持修改账户信息", 'zh-Hans' => "添加支持修改账户信息",
'en-US' => "Added the possibility to update account information" 'en-US' => "Added the possibility to update account information"
}) })