Skip to content

Commit

Permalink
Some small additions to release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzelle committed Dec 1, 2011
1 parent 2fd331b commit 74cbf1f
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions release-notes-CSL-1.0.1.txt
Expand Up @@ -140,11 +140,26 @@ Locale Metadata
---------------

Locale files may now include ``cs:info`` as the first child element of the
``cs:locale`` root element. This element may contain several child elements:
``cs:translator`` (one or more), ``cs:rights`` and ``cs:updated``.
``cs:locale`` root element. This element may contain several child elements: one
or multiple ``cs:translator`` elements, ``cs:rights`` and ``cs:updated``.
``cs:translator`` can be used to specify the translator of the locale file,
using the same child elements available for ``cs:author`` and ``cs:contributor``
in styles (``cs:name``, ``cs:email`` and ``cs:uri``).
in styles: ``cs:name``, ``cs:email`` and ``cs:uri``. For example:

.. sourcecode:: xml

<locale>
<info>
<translator>
<name>John Doe</name>
<email>john.doe@domain.com</email>
</translator>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This
work is licensed under a Creative Commons Attribution-Share Alike 3.0
Unported License</rights>
<updated>2011-10-10T23:31:02+00:00</updated>
</info>
</locale>

Ticket:

Expand Down

0 comments on commit 74cbf1f

Please sign in to comment.