1# Gtranslator (-the GNOME translation making program-)
2
3gtranslator is a quite comfortable gettext po/po.gz/(g)mo files editor for the
4GNOME 3.x platform with many features. It's evolving quite fast and many useful
5functions are already implemented; gtranslator aims to be a very complete
6editing environment for translation issues within the GNU gettext/GNOME desktop
7world.
8
9You can check for the latest news and releases on the main gtranslator webpage:
10
11    https://wiki.gnome.org/Apps/Gtranslator
12
13In the case you found a bug or wanted to give us a "wish-feature" of your own,
14please file a report under the gtranslator product in GNOME gitlab at:
15
16    https://gitlab.gnome.org/GNOME/gtranslator/issues/
17
18If you have got any problems, need support, want to give any ideas, hints,
19blame us, spam us or declare your love to gtranslator you can do this via the
20gtranslator-devel mailing on gnome; you can register via:
21
22    http://mail.gnome.org/mailman/listinfo/gtranslator-list
23
24We've also an IRC channel, you can contact us directly in the #gtranslator channel:
25
26    https://wiki.gnome.org/Community/GettingInTouch/IRC
27
28Please don't hesitate to file bug reports on
29https://gitlab.gnome.org/GNOME/gtranslator/issues/ or to share your comments,
30ideas, suggestions with us on our mailing list - we do really, really, really
31appreciate any kind of feedback and user comments very much in the
32community/gtranslator field :-)
33
34## How to build
35
36If you get this code from the git repository the easier way to build is using
37gnome-builder. There's a flatpak manifest that gnome-builder uses to build all
38deps and launch the application sandboxed so you don't need to worry about
39dependencies.
40
41If you want to build by hand, you should follow the meson build commands:
42
43```
44meson _build
45ninja -C _build
46ninja -C _build install
47```
48