aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/gettext-2.1.0/samples/README
blob: 33c926d5cb411e091eade0124648b9267defa4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Sample scripts for Ruby-GetText-Package.

$ruby makemo.rb
$ruby sample_script.rb

hello.rb        - Basic sample
hello2.rb       - Basic sample2 (using printf)
hello_noop.rb   - N_ sample
hello_plural.rb - n_ sample
hello_gtk.rb     - Ruby/GTK2 sample
hello_tk.rb      - Ruby/TK sample
hello_glade2.rb  - Ruby/Glade2 sample

makemo.rb       - Create mo files from po files.

cgi/* - CGI/ERB sample (See cgi/README)