Blame Manual/Filesystem/trunk/Locales/Identity/Themes/Distro/Anaconda/Progress.texi

9c6e0d
@subsection Goals
9c6e0d
9c6e0d
@itemize
9c6e0d
@item Organize Anaconda progress translation templates.
9c6e0d
@item Organize Anaconda progress translation files in several
9c6e0d
languages and major releases of CentOS distribution.
9c6e0d
@end itemize
9c6e0d
9c6e0d
@subsection Description
9c6e0d
9c6e0d
Use the following command to produce translation files based:
9c6e0d
9c6e0d
@example
9c6e0d
trunk/Translations/Identity/Themes/Distro/Anaconda/Progress
9c6e0d
`-- Tpl
9c6e0d
    |-- en
9c6e0d
    |   |-- 01-welcome.sed
9c6e0d
    |   |-- 02-donate.sed
9c6e0d
    |   `-- 03-yum.sed
9c6e0d
    `-- es
9c6e0d
        |-- 01-welcome.sed
9c6e0d
        |-- 02-donate.sed
9c6e0d
        `-- 03-yum.sed
9c6e0d
@end example
9c6e0d
9c6e0d
In order to produce the slide images in PNG format we need to have the
9c6e0d
translation files first. So we use the following commands to create
9c6e0d
translation files for CentOS 3, 4, and 5 major releases:
9c6e0d
9c6e0d
@example
9c6e0d
centos-art render --translation --filter='3,4,5'
9c6e0d
@end example
9c6e0d
9c6e0d
The above commands will produce the following translation structure:
9c6e0d
9c6e0d
@example
9c6e0d
trunk/Translations/Identity/Themes/Distro/Anaconda/Progress
9c6e0d
|-- 3
9c6e0d
|   |-- en
9c6e0d
|   |   |-- 01-welcome.sed
9c6e0d
|   |   |-- 02-donate.sed
9c6e0d
|   |   `-- 03-yum.sed
9c6e0d
|   `-- es
9c6e0d
|       |-- 01-welcome.sed
9c6e0d
|       |-- 02-donate.sed
9c6e0d
|       `-- 03-yum.sed
9c6e0d
|-- 4
9c6e0d
|   |-- en
9c6e0d
|   |   |-- 01-welcome.sed
9c6e0d
|   |   |-- 02-donate.sed
9c6e0d
|   |   `-- 03-yum.sed
9c6e0d
|   `-- es
9c6e0d
|       |-- 01-welcome.sed
9c6e0d
|       |-- 02-donate.sed
9c6e0d
|       `-- 03-yum.sed
9c6e0d
|-- 5
9c6e0d
|   |-- en
9c6e0d
|   |   |-- 01-welcome.sed
9c6e0d
|   |   |-- 02-donate.sed
9c6e0d
|   |   `-- 03-yum.sed
9c6e0d
|   `-- es
9c6e0d
|       |-- 01-welcome.sed
9c6e0d
|       |-- 02-donate.sed
9c6e0d
|       `-- 03-yum.sed
9c6e0d
`-- Tpl
9c6e0d
    |-- en
9c6e0d
    |   |-- 01-welcome.sed
9c6e0d
    |   |-- 02-donate.sed
9c6e0d
    |   `-- 03-yum.sed
9c6e0d
    `-- es
9c6e0d
        |-- 01-welcome.sed
9c6e0d
        |-- 02-donate.sed
9c6e0d
        `-- 03-yum.sed
9c6e0d
@end example
9c6e0d
9c6e0d
At this point we have all the translation files we need to produce
9c6e0d
Anaconda progress welcome, donate and yum slides images; in English
9c6e0d
and Spanish languages; for CentOS 3, CentOS 4, and CentOS 5. That is,
9c6e0d
a sum of 18 images around. 
9c6e0d
9c6e0d
Now, with translation files in place, let's move to
9c6e0d
@file{trunk/Identity} structure and render them. 
9c6e0d
9c6e0d
@itemize
9c6e0d
@item @xref{trunk Identity Themes Motifs Modern Distro Anaconda Progress}.
9c6e0d
@end itemize
9c6e0d
9c6e0d
@subsection Usage
9c6e0d
9c6e0d
Translation rendering is described in @samp{trunk/Translations}
9c6e0d
documentation entry (--- @strong{Removed}(pxref:trunk Translations) ---).
9c6e0d
9c6e0d
9c6e0d
@subsection See also