1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-translate</title>
4 <productname>Koha</productname> is the first free software library automation package.
6 <orgname>The Koha Community</orgname>
7 <uri>http://koha-community.org/</uri>
11 <refentry xml:id="koha-translate">
14 <refentrytitle>koha-translate</refentrytitle>
15 <manvolnum>8</manvolnum>
19 <refname>koha-translate</refname>
20 <refpurpose>Manage Koha templates translations</refpurpose>
21 <refclass>UNIX/Linux</refclass>
26 <command>koha-translate</command> <arg><option>-i</option>|<option>--install</option></arg> <arg><option>-u</option>|<option>--update</option></arg> <arg><option>-r</option>|<option>--remove</option></arg> <arg><option>-c</option>|<option>--check</option></arg> <arg><option>-v</option>|<option>--verbose</option></arg> <arg choice="req" rep="norepeat"><replaceable>lang_code</replaceable></arg>
29 <command>koha-translate</command> <arg><option>-l</option>|<option>--list</option></arg> <arg><option>-a</option>|<option>--available</option></arg>
30 <command>koha-translate</command> <arg><option>-h</option>|<option>--help</option></arg>
34 <refsect1><title>Options</title>
37 <term><option>-a, --available</option></term>
39 <para>(For use with --list) List the available language translations.</para>
43 <term><option>-c, --check</option></term>
45 <para>Check if all the .PO files are present for the specified language.</para>
49 <term><option>-d, --dev</option></term>
51 <para>Limit actions to a specific dev instance.</para>
55 <term><option>-h, --help</option></term>
57 <para>Print usage information.</para>
61 <term><option>-i, --install</option></term>
63 <para>Install the specified lang_code language translation.</para>
67 <term><option>-l, --list</option></term>
69 <para>List the installed or available (combined with -a) language translations.</para>
73 <term><option>-r, --remove</option></term>
75 <para>Remove the specified lang_code language translation.</para>
79 <term><option>-u, --update</option></term>
81 <para>Update the specified lang_code language translation.</para>
85 <term><option>-v, --verbose</option></term>
87 <para>Be more verbose on the translation process.</para>
94 <refsect1><title>Description</title>
95 <para>Manage Koha templates translations.</para>