Commit graph

12 commits

Author SHA1 Message Date
Thomas Klausner
c293bc818e Update to 1.2.3. 2003-10-13 16:09:43 +00:00
Juan Romero Pardines
8a9ac390bb Update to my new email address: s/jrp@hispabsd.org/xtraeme.NetBSD.org/g. 2003-08-28 09:48:42 +00:00
Juan Romero Pardines
8b2e83d184 Add POEDIT_USES_DB4 to BUILD_DEFS. 2003-08-05 03:26:01 +00:00
Juan Romero Pardines
cf5797e031 Remove TODO, looks like that poedit now works right on -current, added
the pthread buildlink too.
2003-06-03 05:08:01 +00:00
Juan Romero Pardines
3d9e7b4197 Update poedit to 1.2.2
Version 1.2.2
-------------

- poEdit now correctly differentiates between Traditional and Simplified
  Chinese
- optimizations for better handling of catalogs with very large entries
- [Mac] compilation fixes for buggy gcc 3.1 snapshot used by MacOS X
- added country metadata into catalog settings dialog
- [Win32] it is now possible to change UI language directly in poEdit
- added catalog updating from POT files
- more intuitive UI for translation memory creation
- added more translations:
     partial Greek translation (Simos Xenitellis)
     Japanese (Masapon)
     Simplified Chinese (Leo Liaw)
     Russian (Pavel Maryanov)
     Norwegian Bokm<E5>l (Hans Fr. Nordhaug)
     Icelandic (Sam<FA>el J<F3>n Gunnarsson)
     Brazilian Portuguese (Leonardo Peixoto)
     Spanish (Javier Bravo)
     Danish (Lars Dybdahl

# pkgsrc-wip changes:

* Add a new build def POEDIT_USES_DB4 ( default NO )
* Poedit now uses db4 by default.
* Remove items from TODO.

Poedit can run on -current with PTHREAD_ERRORMODE=ignore|print
2003-05-09 03:38:00 +00:00
Julio Merino
ef90a2fb47 Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:46:05 +00:00
Lubomir Sedlacik
a5b48a6e37 Add few missing features and remaining issues. 2003-04-29 14:45:44 +00:00
Lubomir Sedlacik
5668306c06 Fix KDE detection, missed in previous. 2003-04-29 14:35:35 +00:00
Lubomir Sedlacik
0220b242ad Add dependency on db3, enables translations memory.
Remove GNOME and KDE support tests.
Improve DESCR a bit.
2003-04-19 18:12:00 +00:00
Juan Romero Pardines
21f19b2b6f Remove some items from TODO. 2003-04-17 13:17:24 +00:00
Lubomir Sedlacik
1400e0bb3f Add few TODO items from me. 2003-04-06 20:55:09 +00:00
Juan Romero Pardines
492d3eb53d Initial import of poedit 1.2.1
poEdit is cross-platform gettext catalogs (.po files) editor. It is built
with wxWindows toolkit and can run on any platform supported by it (although
it was tested only on Unix with GTK+ and Windows). It aims to provide more
convenient approach to editing catalogs than launching vi and editing the
file by hand. 

Here is a brief features list: 

   - User friendly way of editing entries. You can easily navigate in large
     catalogs, easily enter or modify entries (fuzzy flag is automatically
     removed if you change translation, you can copy original string to
     translation by pressing Alt-I) 
   - Whitespaces highlighting 
   - Fuzzy and untranslated records highlighting. Furthermore, untranslated
     and fuzzy translations are displayed at the top of the list 
   - Automatic compilation of .mo files (optional) 
   - Automatic headers update 
   - References browser lets you see where in what context the string is used 
   - You can use poEdit to scan source code for translatable strings 
   - Integration with KDE and GNOME desktops
2003-04-04 20:37:04 +00:00