summaryrefslogtreecommitdiffstats
path: root/en_US/module-struct.xml
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-07-29 23:55:25 +0000
committerPaul W. Frields <stickster@gmail.com>2007-07-29 23:55:25 +0000
commitf5a8a5e64a4e86827f83ac0eacdb6a08aba90e0c (patch)
tree02a17179b7d3c64f6b6c4357e846ccaa86958184 /en_US/module-struct.xml
parentb8ea2a77cef5fc3600fb9e0b5b8245212694e690 (diff)
downloaddocumentation-guide-f5a8a5e64a4e86827f83ac0eacdb6a08aba90e0c.tar.gz
documentation-guide-f5a8a5e64a4e86827f83ac0eacdb6a08aba90e0c.tar.xz
documentation-guide-f5a8a5e64a4e86827f83ac0eacdb6a08aba90e0c.zip
* 0.3.0.3:
- Add information on po/LINGUAS * 0.3.0.2: - Delete unnecessary tags section and references
Diffstat (limited to 'en_US/module-struct.xml')
-rw-r--r--en_US/module-struct.xml16
1 files changed, 6 insertions, 10 deletions
diff --git a/en_US/module-struct.xml b/en_US/module-struct.xml
index 55758b7..262f45f 100644
--- a/en_US/module-struct.xml
+++ b/en_US/module-struct.xml
@@ -36,6 +36,7 @@
| `-- fedora-logo-sprite.png
|
|-- po/
+ | |-- LINGUAS
| |-- de.po
| |-- example-doc.pot
| `-- pt.po
@@ -82,7 +83,11 @@
<acronym>PO</acronym>, files created and used by translators.
The &FDP; build tools use these files to create translated
versions of documents. The translated documents are not stored
- in CVS; they are created as needed from these PO files.</seg>
+ in CVS; they are created as needed from these PO files. The
+ <filename class="directory">po/</filename> directory also
+ contains the <filename>LINGUAS</filename> file, which lists
+ the active translation <firstterm>locales</firstterm>, or
+ languages.</seg>
</seglistitem>
<seglistitem>
<seg>Makefile</seg>
@@ -141,7 +146,6 @@
<title>Sample Document Makefile</title>
<screen><![CDATA[DOCBASE = example-doc
PRI_LANG = en_US
-OTHERS = de pt
DOC_ENTITIES = doc-entities
define XMLFILES_template
@@ -177,14 +181,6 @@ include $(shell $(find-makefile-common))]]></screen>
<systemitem>en_US</systemitem>.</seg>
</seglistitem>
<seglistitem>
- <seg><systemitem class="macro">OTHERS</systemitem></seg>
- <seg>This variable contains a listing of ISO codes for any
- other versions into which the document has been translated.
- The module must contain a <filename
- class="directory">po/</filename> directory and a PO file
- for any indicated additional languages.</seg>
- </seglistitem>
- <seglistitem>
<seg><systemitem class="macro">DOC_ENTITIES</systemitem></seg>
<seg>This variable contains a listing of any files containing
entity definitions. The &FDP; uses a special XML format to