[Groonga-commit] groonga/groonga at 02907e8 [master] Don't require translator name

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 9 17:31:08 JST 2014


Kouhei Sutou	2014-08-09 17:31:08 +0900 (Sat, 09 Aug 2014)

  New Revision: 02907e83cb777dea43cb5c6e9f48b107fdf01ceb
  https://github.com/groonga/groonga/commit/02907e83cb777dea43cb5c6e9f48b107fdf01ceb

  Message:
    Don't require translator name

  Modified files:
    build/makefiles/gettext.am

  Modified: build/makefiles/gettext.am (+4 -2)
===================================================================
--- build/makefiles/gettext.am    2014-08-09 17:30:45 +0900 (013fb02)
+++ build/makefiles/gettext.am    2014-08-09 17:31:08 +0900 (9e9166a)
@@ -52,7 +52,8 @@ init: gettext
 	    msginit						\
 	     --input=$${pot}					\
 	     --output-file=$${edit_po}				\
-	     --locale=$(LOCALE);				\
+	     --locale=$(LOCALE)					\
+	     --no-translator;					\
 	  :;							\
 	done
 
@@ -70,7 +71,8 @@ edit:
 	    msginit						\
 	      --input=$${pot}					\
 	      --output-file=$${edit_po}				\
-	      --locale=$(LOCALE);				\
+	      --locale=$(LOCALE)				\
+	      --no-translator;					\
 	  :;							\
 	done
 
-------------- next part --------------
HTML����������������������������...
Download 



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