Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/translate-toolkit-1.5.1/translate/doc/user/toolkit-posplit.html
diff options
context:
space:
mode:
Diffstat (limited to 'translate-toolkit-1.5.1/translate/doc/user/toolkit-posplit.html')
-rw-r--r--translate-toolkit-1.5.1/translate/doc/user/toolkit-posplit.html67
1 files changed, 67 insertions, 0 deletions
diff --git a/translate-toolkit-1.5.1/translate/doc/user/toolkit-posplit.html b/translate-toolkit-1.5.1/translate/doc/user/toolkit-posplit.html
new file mode 100644
index 0000000..6edab98
--- /dev/null
+++ b/translate-toolkit-1.5.1/translate/doc/user/toolkit-posplit.html
@@ -0,0 +1,67 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+ <title></title>
+ <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
+ <link rel="stylesheet" media="screen" type="text/css" href="./design.css" />
+ <link rel="stylesheet" media="print" type="text/css" href="./print.css" />
+
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+</head>
+<body>
+<a href=.>start</a></br>
+
+
+
+<h1><a name="posplit" id="posplit">posplit</a></h1>
+<div class="level1">
+
+<p>
+
+Takes an existing <acronym title="Gettext Portable Object">PO</acronym> file and splits it into three components: translated,
+untranslated and fuzzy. This is useful for reviewing translations or for
+extracting good translations from a compendium file.
+</p>
+
+</div>
+<!-- SECTION "posplit" [1-226] -->
+<h2><a name="prerequisites" id="prerequisites">Prerequisites</a></h2>
+<div class="level2">
+
+<p>
+
+GNU Gettext
+</p>
+
+</div>
+<!-- SECTION "Prerequisites" [227-270] -->
+<h2><a name="usage" id="usage">Usage</a></h2>
+<div class="level2">
+<pre class="code">posplit ./file.po</pre>
+
+<p>
+
+Where:
+
+</p>
+<table class="inline">
+ <tr class="row0">
+ <td class="col0 leftalign"> file.po </td><td class="col1 leftalign"> is an existing <acronym title="Gettext Portable Object">PO</acronym> file or <acronym title="Gettext Portable Object">PO</acronym> compendium </td>
+ </tr>
+</table>
+
+</div>
+<!-- SECTION "Usage" [271-377] -->
+<h2><a name="bugs" id="bugs">Bugs</a></h2>
+<div class="level2">
+
+<p>
+
+Some relative path bugs thus the need for ./ before file.po
+
+</p>
+
+</div>
+<!-- SECTION "Bugs" [378-] --></body>
+</html>