Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (0m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-27 23:28:10 UTC Now

2014-08-31 08:09:50 UTC MAIN commitmail json YAML

Update ruby-gettext to 3.1.4.

## 3.1.4: 2014-08-26 {#version-3-1-4}

### Improvements

  * Improved document markups by Markdown.
    [GitHub#33] [Patch by Masafumi Yokoyama]

### Fixes

  * `GetText::Tools::Task`: Fixed a bug that `Errno::ENOENT: No such
    file or directory @ rb_file_s_mtime - doc/po/ja/rroonga.edit.po`
    like error is occurred.
  * `GetText::Tools::Task`: Fixed markup in document.

### Thanks

  * Masafumi Yokoyama

## 3.1.3: 2014-07-13 {#version-3-1-3}

### Improvements

  * Supported `Pathname` in `$LOAD_PATH`.
    [GitHub#32] [Patch by Ben Carlsson]
  * `GetText::Tools::Task`: Added `msgcat_options` to custom `rmsgcat`
    command line.
  * `GetText::Tools::Task`: Migrated to `.edit.po` style.
  * `GetText::Tools::Task`: Added `pot_creator` to custom POT creation.
  * `rmsgcat`: Added `--no-translator-comment` option.
  * `rmsgcat`: Added `--no-extracted-comment` option.
  * `rmsgcat`: Added `--no-flag-comment` option.
  * `rmsgcat`: Added `--no-previous-comment` option.

### Fixes

  * `rmsgmerge`: Fixed a bug that metadata in fuzzy message aren't merged.

### Thanks

  * Ben Carlsson

(obache)