• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Oct-2021-

data/H09-Oct-2021-1,1661,091

src/H09-Oct-2021-2,7702,226

AUTHORSH A D16-Jul-201748 21

COPYINGH A D16-Jul-201734.3 KiB675553

Makefile.amH A D16-Jul-201783 53

Makefile.inH A D29-Sep-202126.9 KiB865779

NEWSH A D16-Jul-201747 42

READMEH A D17-Oct-20171.9 KiB7448

README

1==================
2Translation Helper
3==================
4
5.. contents::
6
7
8About
9=====
10
11Translation Helper is a plugin for Geany that improves the support for
12GetText translation files, by providing various features specific to this
13format and to translators.
14
15
16Features
17--------
18
19* Navigation between all, untranslated or fuzzy messages;
20* Reformatting of the translation (reflow);
21* Toggling the fuzziness of a translation;
22* Pasting of the untranslated string to the translation;
23* Automatic updating of the translation metadata.
24
25
26Requirements
27============
28
29This plugin only requires GLib, GTK and Geany to work.  If you intent to build
30it yourself, you will need to get the development files of these programs and
31libraries.  You can find these packages at http://www.geany.org/ and
32http://www.gtk.org/.
33
34
35Installation
36============
37
38For detailed instructions, see the INSTALL file of the Geany-Plugins package
39this plugin is part of.
40
41
42Usage
43=====
44
45First enbale the plugin the the Plugin Manager of Geany.  Once enabled,
46the plugin adds a new menu under "Tools -> Translation Helper" giving
47access to the various actions it provides.  You can of course configure
48keybindings for each actions under the Keybindings section of the Geany
49preferences.
50
51
52License
53=======
54
55Translation Helper is distributed under the terms of the GNU General Public
56License as published by the Free Software Foundation, either version 3 of the
57License, or (at your option) any later version. You should have received a copy
58of the GNU General Public License along with Translation Helper.  If not, see
59<http://www.gnu.org/licenses/>.
60
61
62Contact
63=======
64
65You can email me at <ban(at)herbesfolles(dot)org>, and I may also be on the
66#geany channel on FreeNode, under the `b4n` nickname.
67
68
69Bug reports and feature requests
70--------------------------------
71
72To report a bug or ask for a new feature, please use the Geany-Plugins tracker
73on GitHub: https://github.com/geany/geany-plugins/issues
74