2013-04-01 03:33 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/rtl/hbi18n2.prg
! __i18n_potArraySort() fixed to not RTE when no source is present
+ __i18n_potArraySort() tweaked to sort items w/o source info to always
come before ones with source info
+ __i18n_potArrayClean() wlll now call transformation callback before
deleting items
+ __i18n_potArrayClean() will now remove the item in question if the
callback returns any non-string value
+ __i18n_potArrayClean()'s second lKeepVoidTranslations = .F. option will
now also remove items where the translation is identical to the msg id
- utils/hbmk2/_po_pull.hb
- utils/hbmk2/_po_push.hb
- utils/hbmk2/_md_make.hb
+ utils/hbmk2/hblang.hb
* merged separate management scripts into one
+ sort pulled .po files before stripping/processing
! do not process .po files in place to avoid race conditions
between parallel script sessions
* minor tweaks
* README.md
! minor
This commit is contained in:
@@ -70,7 +70,7 @@ There are several ways to help making Harbour better:
|
||||
- Always keep one (not zero or multiple) newline at the end of file
|
||||
- Use platform native newline (CRLF or LF)
|
||||
- In the rare case you need to send something large (> 100KB),
|
||||
use this [free service](http://dropcanvas.com)
|
||||
use this [free service](http://dropcanvas.com).
|
||||
- Of course, there is more into Harbour contribution than writing
|
||||
code, so you're welcome to do so in other areas like documentation,
|
||||
helping fellow users, giving input on decisions, testing in
|
||||
|
||||
Reference in New Issue
Block a user