r18n-desktop 0.4.8 → 0.4.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.rdoc +3 -2
  2. metadata +10 -10
@@ -18,8 +18,9 @@ information.
18
18
  == How To
19
19
 
20
20
  1. Create translations dir. For example: <tt>./i18n/</tt>.
21
- 2. Add file with translation in some language. For example
22
- <tt>./i18n/en.yml</tt>:
21
+ 2. Add file with translation to <tt>./i18n/</tt> with language code in file name
22
+ (for example, <tt>en.yml</tt> for English or <tt>en-us.yml</tt> USA English
23
+ dialect). For example, <tt>./i18n/en.yml</tt>:
23
24
 
24
25
  file:
25
26
  add: Add file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r18n-desktop
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 8
10
- version: 0.4.8
9
+ - 9
10
+ version: 0.4.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrey "A.I." Sitnik
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-22 00:00:00 +04:00
18
+ date: 2011-02-06 00:00:00 +03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - "="
28
28
  - !ruby/object:Gem::Version
29
- hash: 31
29
+ hash: 29
30
30
  segments:
31
31
  - 0
32
32
  - 4
33
- - 8
34
- version: 0.4.8
33
+ - 9
34
+ version: 0.4.9
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  description: " A i18n tool to translate your desktop application in several languages.\n It is just a wrapper for R18n core library.\n It has nice Ruby-style syntax, filters, flexible locales, custom loaders,\n translation support for any classes, time and number localization, several\n user language support, agnostic core package with out-of-box support for\n Rails, Sinatra, Merb and desktop applications.\n"
@@ -45,13 +45,13 @@ extra_rdoc_files:
45
45
  - LICENSE
46
46
  files:
47
47
  - lib/r18n-desktop.rb
48
+ - lib/r18n-desktop/win32.rb
48
49
  - lib/r18n-desktop/posix.rb
49
50
  - lib/r18n-desktop/java.rb
50
- - lib/r18n-desktop/win32.rb
51
51
  - LICENSE
52
52
  - README.rdoc
53
- - spec/r18n-desktop_spec.rb
54
53
  - spec/spec_helper.rb
54
+ - spec/r18n-desktop_spec.rb
55
55
  has_rdoc: true
56
56
  homepage: http://r18n.rubyforge.org/
57
57
  licenses: []
@@ -87,5 +87,5 @@ signing_key:
87
87
  specification_version: 3
88
88
  summary: A i18n tool to translate your Ruby desktop application.
89
89
  test_files:
90
- - spec/r18n-desktop_spec.rb
91
90
  - spec/spec_helper.rb
91
+ - spec/r18n-desktop_spec.rb