mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Fix Chinese example in doc string
This commit is contained in:
parent
7e1c63b407
commit
982ecb45ab
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue