gettext 1.0.0-mswin32 → 1.1.0-mswin32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +193 -0
- data/NEWS +51 -1
- data/README +29 -11
- data/Rakefile +70 -56
- data/bin/rgettext +2 -0
- data/bin/rmsgfmt +2 -0
- data/bin/rmsgmerge +24 -0
- data/data/locale/cs/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/cs/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/nl/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/nl/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rails.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rgettext.mo +0 -0
- data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
- data/ext/gettext/gettext/_locale.BAK +86 -0
- data/ext/gettext/gettext/_locale.c +1 -1
- data/ext/gettext/gettext/_locale.exp +0 -0
- data/ext/gettext/gettext/_locale.lib +0 -0
- data/ext/gettext/gettext/_locale.obj +0 -0
- data/ext/gettext/gettext/_locale.pdb +0 -0
- data/ext/gettext/gettext/_locale.so +0 -0
- data/ext/gettext/gettext/mkmf.log +4 -4
- data/ext/gettext/gettext/vc70.pdb +0 -0
- data/lib/_locale.so +0 -0
- data/lib/gettext.rb +17 -4
- data/lib/gettext/cgi.rb +34 -19
- data/lib/gettext/locale.rb +3 -13
- data/lib/gettext/locale_default.rb +2 -2
- data/lib/gettext/locale_win32.rb +27 -7
- data/lib/gettext/mo.rb +6 -1
- data/lib/gettext/parser/activerecord.rb +115 -0
- data/lib/gettext/parser/glade.rb +3 -1
- data/lib/gettext/parser/ruby.rb +56 -57
- data/lib/gettext/poparser.rb +297 -0
- data/lib/gettext/rails.rb +161 -3
- data/lib/gettext/rgettext.rb +19 -9
- data/lib/gettext/rmsgfmt.rb +95 -363
- data/lib/gettext/rmsgmerge.rb +381 -0
- data/lib/gettext/string.rb +26 -0
- data/lib/gettext/textdomain.rb +21 -18
- data/lib/gettext/utils.rb +55 -0
- data/lib/gettext/version.rb +1 -1
- data/po/cs/rails.po +83 -0
- data/po/cs/rgettext.po +104 -0
- data/po/de/rails.po +79 -0
- data/po/de/rgettext.po +72 -21
- data/po/es/rails.po +80 -0
- data/po/es/rgettext.po +75 -19
- data/po/fr/rails.po +81 -0
- data/po/fr/rgettext.po +75 -19
- data/po/it/rgettext.po +68 -17
- data/po/ja/rails.po +78 -0
- data/po/ja/rgettext.po +71 -20
- data/po/ko/rails.po +77 -0
- data/po/ko/rgettext.po +74 -22
- data/po/nl/rails.po +80 -0
- data/po/nl/rgettext.po +102 -0
- data/po/pt_BR/rails.po +79 -0
- data/po/pt_BR/rgettext.po +77 -24
- data/po/rails.pot +80 -0
- data/po/rgettext.pot +63 -13
- data/po/sv/rgettext.po +63 -15
- data/samples/cgi/cookie.cgi +5 -0
- data/samples/cgi/helloerb1.cgi +4 -0
- data/samples/cgi/helloerb2.cgi +5 -0
- data/samples/cgi/index.cgi +5 -0
- data/samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/cs/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/fr/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/ko/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/nl/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo +0 -0
- data/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo +0 -0
- data/samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo +0 -0
- data/samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo +0 -0
- data/samples/cgi/po/cs/helloerb1.po +66 -0
- data/samples/cgi/po/cs/helloerb2.po +52 -0
- data/samples/cgi/po/cs/hellolib.po +25 -0
- data/samples/cgi/po/cs/main.po +78 -0
- data/samples/cgi/po/fr/main.po +8 -8
- data/samples/cgi/po/ko/helloerb1.po +2 -3
- data/samples/cgi/po/ko/helloerb2.po +1 -2
- data/samples/cgi/po/ko/hellolib.po +1 -2
- data/samples/cgi/po/ko/main.po +2 -3
- data/samples/cgi/po/nl/helloerb1.po +60 -0
- data/samples/cgi/po/nl/helloerb2.po +52 -0
- data/samples/cgi/po/nl/hellolib.po +24 -0
- data/samples/cgi/po/nl/main.po +76 -0
- data/samples/cgi/po/pt_BR/helloerb1.po +59 -0
- data/samples/cgi/po/pt_BR/helloerb2.po +51 -0
- data/samples/cgi/po/pt_BR/hellolib.po +22 -0
- data/samples/cgi/po/pt_BR/main.po +75 -0
- data/samples/locale/cs/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/cs/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/locale/fr/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/ko/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/nl/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello2.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/helloglade2.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hellogtk.mo +0 -0
- data/samples/locale/pt_BR/LC_MESSAGES/hellotk.mo +0 -0
- data/samples/po/cs/hello.po +23 -0
- data/samples/po/cs/hello2.po +31 -0
- data/samples/po/cs/hello_noop.po +27 -0
- data/samples/po/cs/hello_plural.po +26 -0
- data/samples/po/cs/helloglade2.po +37 -0
- data/samples/po/cs/hellogtk.po +23 -0
- data/samples/po/cs/hellotk.po +23 -0
- data/samples/po/fr/helloglade2.po +2 -2
- data/samples/po/hello.pot +1 -0
- data/samples/po/hello2.pot +1 -0
- data/samples/po/hello_noop.pot +2 -1
- data/samples/po/hello_plural.pot +6 -2
- data/samples/po/helloglade2.pot +8 -3
- data/samples/po/hellotk.pot +4 -0
- data/samples/po/ko/hello.po +1 -2
- data/samples/po/ko/hello2.po +1 -2
- data/samples/po/ko/hello_noop.po +1 -2
- data/samples/po/ko/hello_plural.po +1 -2
- data/samples/po/ko/helloglade2.po +2 -2
- data/samples/po/ko/hellogtk.po +1 -2
- data/samples/po/ko/hellotk.po +1 -2
- data/samples/po/nl/hello.po +24 -0
- data/samples/po/nl/hello2.po +32 -0
- data/samples/po/nl/hello_noop.po +28 -0
- data/samples/po/nl/hello_plural.po +26 -0
- data/samples/po/nl/helloglade2.po +31 -0
- data/samples/po/nl/hellogtk.po +24 -0
- data/samples/po/nl/hellotk.po +24 -0
- data/samples/po/pt_BR/hello.po +6 -5
- data/samples/po/pt_BR/hello2.po +6 -5
- data/samples/po/pt_BR/hello_noop.po +6 -5
- data/samples/po/pt_BR/hello_plural.po +6 -6
- data/samples/po/pt_BR/helloglade2.po +6 -5
- data/samples/po/pt_BR/hellogtk.po +6 -5
- data/samples/po/pt_BR/hellotk.po +6 -5
- data/samples/rails/README +21 -15
- data/samples/rails/Rakefile +10 -1
- data/samples/rails/app/controllers/application.rb +10 -18
- data/samples/rails/app/controllers/blog_controller.rb +1 -5
- data/samples/rails/app/helpers/blog_helper.rb +1 -1
- data/samples/rails/app/models/article.rb +15 -0
- data/samples/rails/app/views/blog/_form.rhtml +2 -2
- data/samples/rails/config/boot.rb +17 -0
- data/samples/rails/config/database.yml +6 -4
- data/samples/rails/config/environment.rb +40 -75
- data/samples/rails/config/environments/development.rb +12 -7
- data/samples/rails/config/environments/production.rb +17 -6
- data/samples/rails/config/environments/test.rb +8 -6
- data/samples/rails/locale/cs/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/cs/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/de/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/de/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/en/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/es/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/es/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/fr/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/fr/LC_MESSAGES/{lang_helper.mo → gettext_plugin.mo} +0 -0
- data/samples/rails/locale/ja/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ja/LC_MESSAGES/{lang_helper.mo → gettext_plugin.mo} +0 -0
- data/samples/rails/locale/ko/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/ko/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/nl/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/nl/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo +0 -0
- data/samples/rails/locale/pt_BR/LC_MESSAGES/gettext_plugin.mo +0 -0
- data/samples/rails/po/blog.pot +57 -37
- data/samples/rails/po/cs/blog.po +116 -0
- data/samples/rails/po/cs/gettext_plugin.po +29 -0
- data/samples/rails/po/de/blog.po +70 -51
- data/samples/rails/po/de/{lang_helper.po → gettext_plugin.po} +4 -5
- data/samples/rails/po/en/blog.po +111 -0
- data/samples/rails/po/es/blog.po +67 -47
- data/samples/rails/po/es/{lang_helper.po → gettext_plugin.po} +5 -5
- data/samples/rails/po/fr/blog.po +65 -45
- data/samples/rails/po/fr/{lang_helper.po → gettext_plugin.po} +4 -4
- data/samples/rails/po/{lang_helper.pot → gettext_plugin.pot} +4 -4
- data/samples/rails/po/ja/blog.po +64 -44
- data/samples/rails/po/ja/{lang_helper.po → gettext_plugin.po} +4 -4
- data/samples/rails/po/ko/blog.po +65 -46
- data/samples/rails/po/ko/{lang_helper.po → gettext_plugin.po} +5 -6
- data/samples/rails/po/nl/blog.po +115 -0
- data/samples/rails/po/nl/gettext_plugin.po +28 -0
- data/samples/rails/po/pt_BR/blog.po +109 -0
- data/samples/rails/po/pt_BR/gettext_plugin.po +27 -0
- data/samples/rails/public/images/rails.png +0 -0
- data/samples/rails/public/index.html +272 -71
- data/samples/rails/public/javascripts/controls.js +441 -166
- data/samples/rails/public/javascripts/dragdrop.js +261 -279
- data/samples/rails/public/javascripts/effects.js +657 -277
- data/samples/rails/public/javascripts/prototype.js +911 -223
- data/samples/rails/public/robots.txt +1 -0
- data/samples/rails/public/stylesheets/scaffold.css +1 -1
- data/samples/rails/script/about +3 -0
- data/samples/rails/script/breakpointer +3 -4
- data/samples/rails/script/console +3 -23
- data/samples/rails/script/destroy +3 -7
- data/samples/rails/script/generate +3 -7
- data/samples/rails/script/performance/benchmarker +3 -0
- data/samples/rails/script/performance/profiler +3 -0
- data/samples/rails/script/plugin +3 -0
- data/samples/rails/script/process/reaper +3 -0
- data/samples/rails/script/process/spawner +3 -0
- data/samples/rails/script/process/spinner +3 -0
- data/samples/rails/script/runner +3 -29
- data/samples/rails/script/server +3 -49
- data/samples/rails/vendor/plugins/gettext/init.rb +19 -0
- data/samples/rails/vendor/{lang_helper.rb → plugins/gettext/lib/gettext_plugin.rb} +15 -11
- data/src/poparser.ry +171 -0
- data/test/gettext_runner.rb +3 -1
- data/test/gettext_test.rb +56 -31
- data/test/gettext_test_cgi.rb +12 -0
- data/test/gettext_test_parser.rb +3 -0
- data/test/gettext_test_string.rb +14 -0
- data/test/locale/cr/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/da/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/da/LC_MESSAGES/plural_error.mo +0 -0
- data/test/locale/fr/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/fr/LC_MESSAGES/plural_error.mo +0 -0
- data/test/locale/ir/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/la/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/li/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/po/LC_MESSAGES/plural.mo +0 -0
- data/test/locale/sl/LC_MESSAGES/plural.mo +0 -0
- data/test/po/cr/plural.po +3 -3
- data/test/po/da/plural.po +2 -2
- data/test/po/da/plural_error.po +2 -1
- data/test/po/fr/plural.po +2 -2
- data/test/po/fr/plural_error.po +2 -1
- data/test/po/ir/plural.po +3 -3
- data/test/po/la/plural.po +3 -3
- data/test/po/li/plural.po +3 -3
- data/test/po/po/plural.po +3 -3
- data/test/po/sl/plural.po +4 -4
- data/test/test.sh +1 -0
- data/test/test_rubyparser.rb +20 -0
- data/test/{test_rubyparser_n.rb → test_rubyparser_N.rb} +0 -0
- metadata +163 -43
- data/README.ja +0 -115
- data/data/locale/de/LC_MESSAGES/rmsgfmt.mo +0 -0
- data/data/locale/es/LC_MESSAGES/rmsgfmt.mo +0 -0
- data/data/locale/fr/LC_MESSAGES/rmsgfmt.mo +0 -0
- data/data/locale/it/LC_MESSAGES/rmsgfmt.mo +0 -0
- data/data/locale/ja/LC_MESSAGES/rmsgfmt.mo +0 -0
- data/data/locale/ko/LC_MESSAGES/rmsgfmt.mo +0 -0
- data/data/locale/pt_BR/LC_MESSAGES/rmsgfmt.mo +0 -0
- data/data/locale/sv/LC_MESSAGES/rmsgfmt.mo +0 -0
- data/gettext-1.0.0-mswin32.gem +0 -0
- data/po/de/rmsgfmt.po +0 -45
- data/po/es/rmsgfmt.po +0 -43
- data/po/fr/rmsgfmt.po +0 -43
- data/po/it/rmsgfmt.po +0 -44
- data/po/ja/rmsgfmt.po +0 -43
- data/po/ko/rmsgfmt.po +0 -40
- data/po/pt_BR/rmsgfmt.po +0 -42
- data/po/rmsgfmt.pot +0 -40
- data/po/sv/rmsgfmt.po +0 -43
- data/samples/rails/locale/de/LC_MESSAGES/lang_helper.mo +0 -0
- data/samples/rails/locale/es/LC_MESSAGES/lang_helper.mo +0 -0
- data/samples/rails/locale/ko/LC_MESSAGES/lang_helper.mo +0 -0
- data/samples/rails/log/development.log +0 -378
- data/src/rmsgfmt.ry +0 -233
@@ -0,0 +1 @@
|
|
1
|
+
# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file
|
@@ -1,4 +1,3 @@
|
|
1
|
-
#!/usr/bin/ruby
|
2
|
-
require '
|
3
|
-
|
4
|
-
require 'breakpoint_client'
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
require File.dirname(__FILE__) + '/../config/boot'
|
3
|
+
require 'commands/breakpointer'
|
@@ -1,23 +1,3 @@
|
|
1
|
-
#!/usr/bin/ruby
|
2
|
-
|
3
|
-
|
4
|
-
require 'optparse'
|
5
|
-
options = { :sandbox => false, :irb => irb }
|
6
|
-
OptionParser.new do |opt|
|
7
|
-
opt.on('-s', '--sandbox', 'Rollback database modifications on exit.') { |options[:sandbox]| }
|
8
|
-
opt.on("--irb=[#{irb}]", 'Invoke a different irb.') { |options[:irb]| }
|
9
|
-
opt.parse!(ARGV)
|
10
|
-
end
|
11
|
-
|
12
|
-
libs = " -r irb/completion"
|
13
|
-
libs << " -r #{File.dirname(__FILE__)}/../config/environment"
|
14
|
-
libs << " -r console_sandbox" if options[:sandbox]
|
15
|
-
|
16
|
-
ENV['RAILS_ENV'] = ARGV.first || 'development'
|
17
|
-
if options[:sandbox]
|
18
|
-
puts "Loading #{ENV['RAILS_ENV']} environment in sandbox."
|
19
|
-
puts "Any modifications you make will be rolled back on exit."
|
20
|
-
else
|
21
|
-
puts "Loading #{ENV['RAILS_ENV']} environment."
|
22
|
-
end
|
23
|
-
exec "#{options[:irb]} #{libs} --prompt-mode simple"
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
require File.dirname(__FILE__) + '/../config/boot'
|
3
|
+
require 'commands/console'
|
@@ -1,7 +1,3 @@
|
|
1
|
-
#!/usr/bin/ruby
|
2
|
-
require File.dirname(__FILE__) + '/../config/
|
3
|
-
require '
|
4
|
-
require 'rails_generator/scripts/destroy'
|
5
|
-
|
6
|
-
ARGV.shift if ['--help', '-h'].include?(ARGV[0])
|
7
|
-
Rails::Generator::Scripts::Destroy.new.run(ARGV)
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
require File.dirname(__FILE__) + '/../config/boot'
|
3
|
+
require 'commands/destroy'
|
@@ -1,7 +1,3 @@
|
|
1
|
-
#!/usr/bin/ruby
|
2
|
-
require File.dirname(__FILE__) + '/../config/
|
3
|
-
require '
|
4
|
-
require 'rails_generator/scripts/generate'
|
5
|
-
|
6
|
-
ARGV.shift if ['--help', '-h'].include?(ARGV[0])
|
7
|
-
Rails::Generator::Scripts::Generate.new.run(ARGV)
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
require File.dirname(__FILE__) + '/../config/boot'
|
3
|
+
require 'commands/generate'
|
data/samples/rails/script/runner
CHANGED
@@ -1,29 +1,3 @@
|
|
1
|
-
#!/usr/bin/ruby
|
2
|
-
require '
|
3
|
-
|
4
|
-
options = { :environment => "development" }
|
5
|
-
|
6
|
-
ARGV.options do |opts|
|
7
|
-
script_name = File.basename($0)
|
8
|
-
opts.banner = "Usage: runner 'puts Person.find(1).name' [options]"
|
9
|
-
|
10
|
-
opts.separator ""
|
11
|
-
|
12
|
-
opts.on("-e", "--environment=name", String,
|
13
|
-
"Specifies the environment for the runner to operate under (test/development/production).",
|
14
|
-
"Default: development") { |options[:environment]| }
|
15
|
-
|
16
|
-
opts.separator ""
|
17
|
-
|
18
|
-
opts.on("-h", "--help",
|
19
|
-
"Show this help message.") { puts opts; exit }
|
20
|
-
|
21
|
-
opts.parse!
|
22
|
-
end
|
23
|
-
|
24
|
-
ENV["RAILS_ENV"] = options[:environment]
|
25
|
-
|
26
|
-
#!/usr/local/bin/ruby
|
27
|
-
|
28
|
-
require File.dirname(__FILE__) + '/../config/environment'
|
29
|
-
eval(ARGV.first)
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
require File.dirname(__FILE__) + '/../config/boot'
|
3
|
+
require 'commands/runner'
|
data/samples/rails/script/server
CHANGED
@@ -1,49 +1,3 @@
|
|
1
|
-
#!/usr/bin/ruby
|
2
|
-
|
3
|
-
require '
|
4
|
-
require 'optparse'
|
5
|
-
|
6
|
-
OPTIONS = {
|
7
|
-
:port => 3000,
|
8
|
-
:ip => "0.0.0.0",
|
9
|
-
:environment => "development",
|
10
|
-
:server_root => File.expand_path(File.dirname(__FILE__) + "/../public/"),
|
11
|
-
:server_type => WEBrick::SimpleServer
|
12
|
-
}
|
13
|
-
|
14
|
-
ARGV.options do |opts|
|
15
|
-
script_name = File.basename($0)
|
16
|
-
opts.banner = "Usage: ruby #{script_name} [options]"
|
17
|
-
|
18
|
-
opts.separator ""
|
19
|
-
|
20
|
-
opts.on("-p", "--port=port", Integer,
|
21
|
-
"Runs Rails on the specified port.",
|
22
|
-
"Default: 3000") { |OPTIONS[:port]| }
|
23
|
-
opts.on("-b", "--binding=ip", String,
|
24
|
-
"Binds Rails to the specified ip.",
|
25
|
-
"Default: 0.0.0.0") { |OPTIONS[:ip]| }
|
26
|
-
opts.on("-e", "--environment=name", String,
|
27
|
-
"Specifies the environment to run this server under (test/development/production).",
|
28
|
-
"Default: development") { |OPTIONS[:environment]| }
|
29
|
-
opts.on("-d", "--daemon",
|
30
|
-
"Make Rails run as a Daemon (only works if fork is available -- meaning on *nix)."
|
31
|
-
) { OPTIONS[:server_type] = WEBrick::Daemon }
|
32
|
-
|
33
|
-
opts.separator ""
|
34
|
-
|
35
|
-
opts.on("-h", "--help",
|
36
|
-
"Show this help message.") { puts opts; exit }
|
37
|
-
|
38
|
-
opts.parse!
|
39
|
-
end
|
40
|
-
|
41
|
-
ENV["RAILS_ENV"] = OPTIONS[:environment]
|
42
|
-
require File.dirname(__FILE__) + "/../config/environment"
|
43
|
-
require 'webrick_server'
|
44
|
-
|
45
|
-
OPTIONS['working_directory'] = File.expand_path(RAILS_ROOT)
|
46
|
-
|
47
|
-
puts "=> Rails application started on http://#{OPTIONS[:ip]}:#{OPTIONS[:port]}"
|
48
|
-
puts "=> Ctrl-C to shutdown server; call with --help for options" if OPTIONS[:server_type] == WEBrick::SimpleServer
|
49
|
-
DispatchServlet.dispatch(OPTIONS)
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
require File.dirname(__FILE__) + '/../config/boot'
|
3
|
+
require 'commands/server'
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# init.rb - a sample script for Ruby on Rails
|
2
|
+
#
|
3
|
+
# Copyright (C) 2005 Masao Mutoh
|
4
|
+
#
|
5
|
+
# This file is distributed under the same license as Ruby-GetText-Package.
|
6
|
+
|
7
|
+
require 'gettext_plugin'
|
8
|
+
|
9
|
+
class ActionController::Base
|
10
|
+
include LangHelper
|
11
|
+
helper LangHelper
|
12
|
+
|
13
|
+
before_filter{ |controller|
|
14
|
+
if controller.params["action"] == "cookie_locale"
|
15
|
+
controller.cookie_locale
|
16
|
+
end
|
17
|
+
}
|
18
|
+
end
|
19
|
+
|
@@ -1,32 +1,37 @@
|
|
1
|
-
#
|
1
|
+
# gettext_plugin.rb - a sample script for Ruby on Rails
|
2
2
|
#
|
3
3
|
# Copyright (C) 2005 Masao Mutoh
|
4
4
|
#
|
5
5
|
# This file is distributed under the same license as Ruby-GetText-Package.
|
6
6
|
|
7
|
+
require 'gettext/rails'
|
8
|
+
|
7
9
|
module LangHelper
|
8
|
-
# If you need to bind yet another textdomain to your helper.
|
10
|
+
# If you need to bind yet another textdomain to your plugin/helper.
|
9
11
|
# Separate the name space from ActionView::Base/ApplicationController.
|
10
12
|
class YetanotherTextDomain
|
11
13
|
include GetText::Rails
|
12
14
|
|
13
15
|
def initialize
|
14
16
|
# You need to call bindtextdomain in an instance of ActionView::Base.
|
15
|
-
# The locale is
|
16
|
-
bindtextdomain("
|
17
|
-
|
18
|
-
# Or set locale forcely.
|
19
|
-
#bindtextdomain("lang_helper", nil, "ja")
|
17
|
+
# The locale is used same values which define ApplicationController#init_gettext.
|
18
|
+
bindtextdomain("gettext_plugin")
|
20
19
|
end
|
21
20
|
|
22
21
|
def show_language(actionview)
|
23
22
|
langs = ["en"] + Dir.glob(File.join(RAILS_ROOT,"locale/*")).collect{|item| File.basename(item)}
|
23
|
+
langs.delete("CVS")
|
24
|
+
langs.uniq!
|
24
25
|
ret = "<h4>" + _("Select locale") + "</h4>"
|
25
|
-
langs.sort.
|
26
|
+
langs.sort.each_with_index do |lang, i|
|
26
27
|
ret << actionview.link_to("[#{lang}]", :action => "cookie_locale", :lang => lang)
|
28
|
+
if ((i + 1) % 6 == 0)
|
29
|
+
ret << "<br/>"
|
30
|
+
end
|
27
31
|
end
|
28
32
|
ret
|
29
33
|
end
|
34
|
+
|
30
35
|
def cookie_locale(cookies, flash, params)
|
31
36
|
cookies["lang"] = params["lang"]
|
32
37
|
flash[:notice] = _('Cookie "lang" is set: %s') % params["lang"]
|
@@ -34,16 +39,15 @@ module LangHelper
|
|
34
39
|
end
|
35
40
|
|
36
41
|
# This function shows supported languages with link to set cookie
|
37
|
-
# action (
|
42
|
+
# action (cookie_locale).
|
38
43
|
def show_language
|
39
44
|
YetanotherTextDomain.new.show_language(self)
|
40
45
|
end
|
41
46
|
|
42
47
|
# This function is called when the language link is set.
|
43
48
|
def cookie_locale
|
44
|
-
YetanotherTextDomain.new.cookie_locale(cookies, flash,
|
49
|
+
YetanotherTextDomain.new.cookie_locale(cookies, flash, params)
|
45
50
|
redirect_to :action => 'list'
|
46
51
|
end
|
47
|
-
|
48
52
|
end
|
49
53
|
|
data/src/poparser.ry
ADDED
@@ -0,0 +1,171 @@
|
|
1
|
+
#
|
2
|
+
# poparser.ry - ruby version of msgfmt
|
3
|
+
#
|
4
|
+
# Copyright (C) 2002-2005 Masao Mutoh <mutoh@highway.ne.jp>
|
5
|
+
#
|
6
|
+
# You may redistribute it and/or modify it under the same
|
7
|
+
# license terms as Ruby.
|
8
|
+
|
9
|
+
class GetText::PoParser
|
10
|
+
|
11
|
+
token COMMENT MSGID MSGID_PLURAL MSGSTR STRING PLURAL_NUM
|
12
|
+
|
13
|
+
rule
|
14
|
+
|
15
|
+
msgfmt
|
16
|
+
: /* empty */
|
17
|
+
| msgfmt comment
|
18
|
+
| msgfmt message
|
19
|
+
;
|
20
|
+
|
21
|
+
message
|
22
|
+
: MSGID string_list MSGSTR string_list
|
23
|
+
{
|
24
|
+
if @fuzzy
|
25
|
+
if val[1] != ""
|
26
|
+
$stderr.print _("Warning: fuzzy message was ignored.\n")
|
27
|
+
$stderr.print " msgid '#{val[1]}'\n"
|
28
|
+
else
|
29
|
+
on_message('', unescape(val[3]))
|
30
|
+
end
|
31
|
+
@fuzzy = false
|
32
|
+
else
|
33
|
+
on_message(unescape(val[1]), unescape(val[3]))
|
34
|
+
end
|
35
|
+
result = ""
|
36
|
+
}
|
37
|
+
| MSGID string_list MSGID_PLURAL string_list msgstr_plural
|
38
|
+
{
|
39
|
+
if @fuzzy
|
40
|
+
if val[1] != ""
|
41
|
+
$stderr.print _("Warning: fuzzy message was ignored.\n")
|
42
|
+
$stderr.print "msgid = '#{val[1]}\n"
|
43
|
+
else
|
44
|
+
on_message('', unescape(val[3]))
|
45
|
+
end
|
46
|
+
@fuzzy = false
|
47
|
+
else
|
48
|
+
on_message(unescape(val[1]) + "\000" + unescape(val[3]), unescape(val[4]))
|
49
|
+
end
|
50
|
+
result = ""
|
51
|
+
}
|
52
|
+
;
|
53
|
+
|
54
|
+
msgstr_plural
|
55
|
+
: msgstr_plural msgstr_plural_line
|
56
|
+
{
|
57
|
+
result = val[0] + "\000" + val[1]
|
58
|
+
}
|
59
|
+
| msgstr_plural_line
|
60
|
+
;
|
61
|
+
|
62
|
+
msgstr_plural_line
|
63
|
+
: MSGSTR PLURAL_NUM string_list
|
64
|
+
{
|
65
|
+
result = val[2]
|
66
|
+
}
|
67
|
+
;
|
68
|
+
|
69
|
+
comment
|
70
|
+
: COMMENT
|
71
|
+
{
|
72
|
+
on_comment(val[0])
|
73
|
+
}
|
74
|
+
#| COMMENT
|
75
|
+
#;
|
76
|
+
|
77
|
+
string_list
|
78
|
+
: string_list STRING
|
79
|
+
{
|
80
|
+
result = val.delete_if{|item| item == ""}.join
|
81
|
+
}
|
82
|
+
| STRING
|
83
|
+
{
|
84
|
+
result = val[0]
|
85
|
+
}
|
86
|
+
;
|
87
|
+
end
|
88
|
+
|
89
|
+
---- inner
|
90
|
+
include GetText
|
91
|
+
GetText.bindtextdomain("rgettext")
|
92
|
+
|
93
|
+
def unescape(orig)
|
94
|
+
ret = orig.gsub(/\\n/, "\n")
|
95
|
+
ret.gsub!(/\\t/, "\t")
|
96
|
+
ret.gsub!(/\\r/, "\r")
|
97
|
+
ret.gsub!(/\\"/, "\"")
|
98
|
+
ret
|
99
|
+
end
|
100
|
+
|
101
|
+
def parse(str, data)
|
102
|
+
@comments = []
|
103
|
+
@data = data
|
104
|
+
@fuzzy = false
|
105
|
+
str.strip!
|
106
|
+
@q = []
|
107
|
+
until str.empty? do
|
108
|
+
case str
|
109
|
+
when /\A\s+/
|
110
|
+
str = $'
|
111
|
+
when /\Amsgid_plural/
|
112
|
+
@q.push [:MSGID_PLURAL, $&]
|
113
|
+
str = $'
|
114
|
+
when /\Amsgid/
|
115
|
+
@q.push [:MSGID, $&]
|
116
|
+
str = $'
|
117
|
+
when /\Amsgstr/
|
118
|
+
@q.push [:MSGSTR, $&]
|
119
|
+
str = $'
|
120
|
+
when /\A\[(\d+)\]/
|
121
|
+
@q.push [:PLURAL_NUM, $1]
|
122
|
+
str = $'
|
123
|
+
when /\A\#~(.*)/
|
124
|
+
$stderr.print _("Warning: obsolete msgid is existed.\n")
|
125
|
+
$stderr.print " #{$&}\n"
|
126
|
+
@q.push [:COMMENT, $&]
|
127
|
+
str = $'
|
128
|
+
when /\A\#(.*)/
|
129
|
+
@q.push [:COMMENT, $&]
|
130
|
+
str = $'
|
131
|
+
when /\A\"(.*)\"/
|
132
|
+
@q.push [:STRING, $1]
|
133
|
+
str = $'
|
134
|
+
else
|
135
|
+
#c = str[0,1]
|
136
|
+
#@q.push [:STRING, c]
|
137
|
+
str = str[1..-1]
|
138
|
+
end
|
139
|
+
end
|
140
|
+
@q.push [false, '$end']
|
141
|
+
if $DEBUG
|
142
|
+
@q.each do |a,b|
|
143
|
+
puts "[#{a}, #{b}]"
|
144
|
+
end
|
145
|
+
end
|
146
|
+
@yydebug = true if $DEBUG
|
147
|
+
do_parse
|
148
|
+
|
149
|
+
if @comments.size > 0
|
150
|
+
@data.set_comment(:last, @comments.join("\n"))
|
151
|
+
end
|
152
|
+
@data
|
153
|
+
end
|
154
|
+
|
155
|
+
def next_token
|
156
|
+
@q.shift
|
157
|
+
end
|
158
|
+
|
159
|
+
def on_message(msgid, msgstr)
|
160
|
+
@data[msgid] = msgstr
|
161
|
+
|
162
|
+
@data.set_comment(msgid, @comments.join("\n"))
|
163
|
+
@comments.clear
|
164
|
+
end
|
165
|
+
|
166
|
+
def on_comment(comment)
|
167
|
+
@fuzzy = true if (/fuzzy/ =~ comment)
|
168
|
+
@comments << comment
|
169
|
+
end
|
170
|
+
|
171
|
+
---- footer
|