Mercurial > p > roundup > code
comparison doc/developers.txt @ 7337:beed64c7090c
Add index entry for adding translation for your tracker
under i18n and and see also index entries for i18n.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 14 May 2023 01:12:19 -0400 |
| parents | 485cecfba982 |
| children | 623502678b97 |
comparison
equal
deleted
inserted
replaced
| 7336:bee24b37a90f | 7337:beed64c7090c |
|---|---|
| 409 | 409 |
| 410 def init(db): | 410 def init(db): |
| 411 # fire before changes are made | 411 # fire before changes are made |
| 412 db.status.audit('create', statusfail) | 412 db.status.audit('create', statusfail) |
| 413 | 413 |
| 414 .. index:: | |
| 415 i18n; adding translations for your tracker | |
| 416 see: internatonalization; i18n | |
| 417 see: localization; i18n | |
| 414 | 418 |
| 415 Extracting Translatable Messages | 419 Extracting Translatable Messages |
| 416 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 420 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 417 | 421 |
| 418 The most common tool for message extraction is ``xgettext`` utility | 422 The most common tool for message extraction is ``xgettext`` utility |
