Skip to content
forked from vslavik/poedit

Translations editor for Mac, Windows and Unix

License

Notifications You must be signed in to change notification settings

vabaME/poedit-et

Repository files navigation



                                 ------------
                                    poEdit
                                 ------------
                                  
              a cross-platform Gettext catalogs editing tool


 About
-------

This program is GUI frontend to GNU Gettext utilities (win32 version
is part of the distribution) and catalogs editor/source code parser. It helps
with translating application into another language. For details on principles
of the solution used, see GNU Gettext documentation or wxWindows' wxLocale 
class reference.


 Installing
------------

poEdit is built on top of wxWindows toolkit, so it requires it at 
compilation time (version 2.6.0 or newer, see http://www.wxwindows.org).
Additional requirements are Berkeley DB >= 3 if you need translation memory
and GtkSpell 2.x plus GTK+ 2 build of wxWindows for spellchecking support
(Unix only).

Under Unix, do "./configure && make && make install" as usual.

Win32 version is distributed as precompiled binary with Gettext utilities
included. You don't need wxWindows for it. If you want to compile poEdit
yourself, then the best way is to install Mingw and MSYS and use Unix
way of building the library.


 License
---------

poEdit is released under the MIT license and you're free to do 
whatever you want with it and its source code (well, almost :-).

Icons are from the Tango Desktop Project [http://tango.freedesktop.org]
and Mark James's Silk icons set [http://www.famfamfam.com/lab/icons/silk].

See the COPYING file for details on program's licensing and the
src/icons/README file for details on the icons.

Win32 version contains GNU Gettext binaries as compiled by Franco Bez.
They are distributed under the GNU General Public License.


 Author
--------
 
Vaclav Slavik <[email protected]>
Please see the AUTHORS file for information about other contributors.


 Links
-------

http://www.poedit.org
        - poEdit homepage
http://www.wxwindows.org
        - wxWindows toolkit homepage
http://www.gnu.org
        - GNU project homepage, contains Gettext and documentation
http://www.innosetup.org
http://isx.wintax.nl
        - Inno Setup and Inno Setup Extensions, installation
          program used by poEdit under Windows

About

Translations editor for Mac, Windows and Unix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.2%
  • M4 6.9%
  • C 3.1%
  • Objective-C 1.1%
  • Objective-C++ 1.0%
  • Inno Setup 0.9%
  • Other 1.8%