We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 951125b + 18cb593 commit c780968Copy full SHA for c780968
docs/第十三章:国际化和本地化.md
@@ -277,7 +277,7 @@ def get_locale():
277
如果在添加`_()`包装器时错过了一些文本,则会出现另一种常见情况。 在这种情况下,你会发现你错过的那些文本将保持为英文,因为Flask-Babel对他们一无所知。 当你检测到这种情况时,会想要将其用`_()`或`_l()`包装,然后执行更新过程,这包括两个步骤:
278
279
```
280
-(venv) $ pybabel extract -f babel.cfg -k _l -o messages.pot .
+(venv) $ pybabel extract -F babel.cfg -k _l -o messages.pot .
281
(venv) $ pybabel update -i messages.pot -d app/translations
282
283
0 commit comments