We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0395be commit aa6fefeCopy full SHA for aa6fefe
1 file changed
lib/gettext/tools/task.rb
@@ -1,6 +1,4 @@
1
-# -*- coding: utf-8 -*-
2
-#
3
-# Copyright (C) 2012-2014 Kouhei Sutou <kou@clear-code.com>
+# Copyright (C) 2012-2023 Sutou Kouhei <kou@clear-code.com>
4
#
5
# License: Ruby's or LGPL
6
@@ -452,8 +450,8 @@ def define_po_tasks
452
450
locale = args.locale || ENV["LOCALE"]
453
451
if locale.nil?
454
raise "specify locale name by " +
455
- "'rake #{_task.name}[${LOCALE}]' or " +
456
- "rake #{_task.name} LOCALE=${LOCALE}'"
+ "rake '#{_task.name}[${LOCALE}]' or " +
+ "rake #{_task.name} LOCALE=${LOCALE}'"
457
end
458
define_edit_po_file_task(locale)
459
define_po_file_task(locale)
0 commit comments