2013-03-31 22:52 UTC+0200 Viktor Szakats (harbour syenar.net)

* include/harbour.hbx
  * src/rtl/hbi18n2.prg
    + added __i18n_potArraySort( aTrans ) -> aTrans
      to sort .pot files to a predictable order (of first
      occurrence in file). It helps reducing unnecessarily
      large and unusable diffs when updating .pots and their
      related .po files

  * utils/hbmk2/hbmk2.prg
    * marked some string previously (and intentionally) marked
      as non-translatable, as translatable. One exception less.

  * utils/hbmk2/_po_push.hb
    + sort .pot before saving and pushing to localization service
This commit is contained in:
Viktor Szakats
2013-03-31 22:55:32 +02:00
parent 0fe9afaf16
commit 4f1db3a0b0
5 changed files with 68 additions and 13 deletions

View File

@@ -1403,6 +1403,7 @@ DYNAMIC __i18n_hashTable
DYNAMIC __i18n_potArrayJoin
DYNAMIC __i18n_potArrayLoad
DYNAMIC __i18n_potArraySave
DYNAMIC __i18n_potArraySort
DYNAMIC __i18n_potArrayToHash
DYNAMIC __i18n_potArrayTrans
DYNAMIC __Input