Mercurial > p > roundup > code
comparison doc/developers.txt @ 6184:c757a6a14c8d
Fix spelling of primarily.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 24 May 2020 14:34:05 -0400 |
| parents | 29d428927362 |
| children | b2eb59ada444 |
comparison
equal
deleted
inserted
replaced
| 6183:bb198596f85c | 6184:c757a6a14c8d |
|---|---|
| 228 ~~~~~~~~~~~~~~~~~~~~~~~ | 228 ~~~~~~~~~~~~~~~~~~~~~~~ |
| 229 | 229 |
| 230 Scripts and routines run from the command line use "static" language | 230 Scripts and routines run from the command line use "static" language |
| 231 defined by environment variables recognized by ``gettext`` module | 231 defined by environment variables recognized by ``gettext`` module |
| 232 from Python library (``LANGUAGE``, ``LC_ALL``, ``LC_MESSAGES``, and | 232 from Python library (``LANGUAGE``, ``LC_ALL``, ``LC_MESSAGES``, and |
| 233 ``LANG``). Primarilly, these are ``roundup-admin`` script and | 233 ``LANG``). Primarily, these are ``roundup-admin`` script and |
| 234 ``admin.py`` module, but also help texts and startup error messages | 234 ``admin.py`` module, but also help texts and startup error messages |
| 235 in other scripts and their supporting modules. | 235 in other scripts and their supporting modules. |
| 236 | 236 |
| 237 For these interfaces, Python ``gettext`` engine must be initialized | 237 For these interfaces, Python ``gettext`` engine must be initialized |
| 238 to use Roundup message catalogs. This is normally done by including | 238 to use Roundup message catalogs. This is normally done by including |
