Skip to content

Commit 5609b2d

Browse files
committed
Add internationalization.md and clean up
1 parent 87b3150 commit 5609b2d

File tree

2 files changed

+642
-1
lines changed

2 files changed

+642
-1
lines changed

docs/glossary.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,9 @@ gettext
372372
i18ndude
373373
Support tool to create and update message catalogs from instrumented source code.
374374
375+
manual .po entries
376+
Entries which cannot be detected by an automatic code scan.
377+
375378
WSGI
376379
The Web Server Gateway Interface (WSGI, pronounced _WIZ-ghee_) is a simple calling convention for web servers to forward requests to web applications or frameworks written in the Python programming language.
377380
@@ -382,5 +385,5 @@ ZODB
382385
[A native object database for Python](https://zodb.org/en/latest/).
383386
384387
Zope
385-
[Zope](https://zope.readthedocs.io/) is a Python-based application server for building secure and highly scalable web applications.
388+
[Zope](https://zope.readthedocs.io/en/latest/) is a Python-based application server for building secure and highly scalable web applications.
386389
```

0 commit comments

Comments
 (0)