1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 18:50:11 +02:00

Merge branch 'linsui-master-patch-37288' into 'master'

Fix Chinese example in doc string

See merge request fdroid/fdroidserver!1364
This commit is contained in:
Hans-Christoph Steiner 2023-05-25 13:06:55 +00:00
commit d9b1d845e7

View File

@ -804,7 +804,7 @@ def parse_localized_antifeatures(app):
zh-CN/ zh-CN/
antifeatures/ antifeatures/
123_Ads.txt -> "包括广告图书馆" 123_Ads.txt -> "包括广告"
Gets parsed into the metadata data structure: Gets parsed into the metadata data structure:
@ -816,7 +816,7 @@ def parse_localized_antifeatures(app):
antifeatures: antifeatures:
Ads: Ads:
en-US: includes ad lib en-US: includes ad lib
zh-CN: 包括广告图书馆 zh-CN: 包括广告
Tracking: Tracking:
en-US: standard suspects en-US: standard suspects