1LOCALE::PO4A::DIA.3PM(1U)ser Contributed Perl DocumentatiLoOnCALE::PO4A::DIA.3PM(1)
2
3
4
6 Locale::Po4a::Dia - convert uncompressed Dia diagrams from/to PO files
7
9 The po4a (PO for anything) project goal is to ease translations (and
10 more interestingly, the maintenance of translations) using gettext
11 tools on areas where they were not expected like documentation.
12
13 Locale::Po4a::Dia is a module to help the translation of diagrams in
14 the uncompressed Dia format into other [human] languages.
15
16 You can get Dia (the graphical editor for these diagrams) from:
17 http://www.gnome.org/projects/dia/
18
20 This module only translates uncompressed Dia diagrams. You can save
21 your uncompressed diagrams with Dia itself, unchecking the "Compress
22 diagram files" at the "Save Diagram" dialog.
23
24 Another way is to uncompress the dia files from command line with:
25 gunzip < original.dia > uncompressed.dia
26
28 This module is fully functional, as it relies in the Locale::Po4a::Xml
29 module. This only defines the translatable tags (<dia:string>), and
30 filters the internal strings (the content of the <dia:diagramdata>
31 tag), not interesting for translation.
32
34 Locale::Po4a::TransTractor(3pm), Locale::Po4a::Xml(3pm), po4a(7)
35
37 Jordi Vilalta <jvprat@gmail.com>
38
40 Copyright © 2004 Jordi Vilalta <jvprat@gmail.com>
41
42 This program is free software; you may redistribute it and/or modify it
43 under the terms of GPL (see the COPYING file).
44
45
46
47perl v5.38.0 2023-10-12 LOCALE::PO4A::DIA.3PM(1)