mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01: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:
commit
d9b1d845e7
@ -804,7 +804,7 @@ def parse_localized_antifeatures(app):
|
||||
│
|
||||
└── zh-CN/
|
||||
└── antifeatures/
|
||||
└── 123_Ads.txt -> "包括广告图书馆"
|
||||
└── 123_Ads.txt -> "包括广告库"
|
||||
|
||||
Gets parsed into the metadata data structure:
|
||||
|
||||
@ -816,7 +816,7 @@ def parse_localized_antifeatures(app):
|
||||
antifeatures:
|
||||
Ads:
|
||||
en-US: includes ad lib
|
||||
zh-CN: 包括广告图书馆
|
||||
zh-CN: 包括广告库
|
||||
Tracking:
|
||||
en-US: standard suspects
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user