[Groonga-commit] droonga/droonga.org at 9a29d7d [gh-pages] Use gettext 3.0.6

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 2 23:43:27 JST 2014


Kouhei Sutou	2014-02-02 23:43:27 +0900 (Sun, 02 Feb 2014)

  New Revision: 9a29d7d4f1cbd50319bc1e41932299ce314bd6ed
  https://github.com/droonga/droonga.org/commit/9a29d7d4f1cbd50319bc1e41932299ce314bd6ed

  Message:
    Use gettext 3.0.6

  Modified files:
    Gemfile
    _tasks/i18n.rb

  Modified: Gemfile (+1 -1)
===================================================================
--- Gemfile    2014-02-02 23:10:46 +0900 (7d17579)
+++ Gemfile    2014-02-02 23:43:27 +0900 (0057841)
@@ -1,6 +1,6 @@
 source "https://rubygems.org"
 
-gem "gettext", ">= 3.0.5"
+gem "gettext", ">= 3.0.6"
 gem "rake"
 gem "yard"
 gem "coderay"

  Modified: _tasks/i18n.rb (+1 -0)
===================================================================
--- _tasks/i18n.rb    2014-02-02 23:10:46 +0900 (4c9a5cd)
+++ _tasks/i18n.rb    2014-02-02 23:43:27 +0900 (9253f17)
@@ -101,6 +101,7 @@ class I18nTask
           GetText::Tools::MsgMerge.run("--output", edit_po_file_path.to_s,
                                        "--sort-by-file",
                                        "--no-fuzzy-matching",
+                                       "--no-obsolete-entries",
                                        all_po_file_path.to_s,
                                        edit_po_file_path.to_s)
         end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index