File: README

package info (click to toggle)
ruby-gettext 3.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,284 kB
  • ctags: 1,287
  • sloc: ruby: 9,178; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Sample scripts for gettext.

$rake sample:gettext
$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

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