mack-localization 0.7.1 → 0.7.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. metadata +2 -63
  2. data/doc/classes/ActiveSupport.html +0 -101
  3. data/doc/classes/Mack.html +0 -194
  4. data/doc/classes/Mack/Localization/Configuration.html +0 -118
  5. data/doc/classes/Mack/Localization/DateFormatEngine/BP.html +0 -217
  6. data/doc/classes/Mack/Localization/DateFormatEngine/Base.html +0 -237
  7. data/doc/classes/Mack/Localization/DateFormatEngine/DE.html +0 -217
  8. data/doc/classes/Mack/Localization/DateFormatEngine/EN.html +0 -218
  9. data/doc/classes/Mack/Localization/DateFormatEngine/ES.html +0 -217
  10. data/doc/classes/Mack/Localization/DateFormatEngine/FR.html +0 -217
  11. data/doc/classes/Mack/Localization/DateFormatEngine/IT.html +0 -217
  12. data/doc/classes/Mack/Localization/Errors/FormatEngineNotFound.html +0 -153
  13. data/doc/classes/Mack/Localization/Errors/InvalidArgument.html +0 -146
  14. data/doc/classes/Mack/Localization/Errors/InvalidConfiguration.html +0 -117
  15. data/doc/classes/Mack/Localization/Errors/InvalidMethodName.html +0 -153
  16. data/doc/classes/Mack/Localization/Errors/LanguageFileNotFound.html +0 -152
  17. data/doc/classes/Mack/Localization/Errors/UnknownStringKey.html +0 -153
  18. data/doc/classes/Mack/Localization/Errors/UnsupportedEncoding.html +0 -153
  19. data/doc/classes/Mack/Localization/Errors/UnsupportedFeature.html +0 -152
  20. data/doc/classes/Mack/Localization/Errors/UnsupportedLanguage.html +0 -153
  21. data/doc/classes/Mack/Localization/FormatEngineRegistry.html +0 -245
  22. data/doc/classes/Mack/Localization/Formatter.html +0 -392
  23. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/BP.html +0 -196
  24. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/Base.html +0 -250
  25. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/DE.html +0 -196
  26. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/EN.html +0 -196
  27. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/ES.html +0 -196
  28. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/FR.html +0 -196
  29. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/IT.html +0 -196
  30. data/doc/classes/Mack/Localization/Translator.html +0 -275
  31. data/doc/classes/Mack/ViewHelpers/L10NHelpers.html +0 -402
  32. data/doc/classes/Mack/ViewHelpers/L10NHelpers/Context.html +0 -278
  33. data/doc/classes/Object.html +0 -236
  34. data/doc/created.rid +0 -1
  35. data/doc/files/README.html +0 -107
  36. data/doc/files/lib/mack-localization/configuration_rb.html +0 -110
  37. data/doc/files/lib/mack-localization/content_cache_rb.html +0 -101
  38. data/doc/files/lib/mack-localization/errors_rb.html +0 -101
  39. data/doc/files/lib/mack-localization/format_engine/df_engines/base_rb.html +0 -101
  40. data/doc/files/lib/mack-localization/format_engine/df_engines/bp_rb.html +0 -101
  41. data/doc/files/lib/mack-localization/format_engine/df_engines/de_rb.html +0 -101
  42. data/doc/files/lib/mack-localization/format_engine/df_engines/en_rb.html +0 -101
  43. data/doc/files/lib/mack-localization/format_engine/df_engines/es_rb.html +0 -101
  44. data/doc/files/lib/mack-localization/format_engine/df_engines/fr_rb.html +0 -101
  45. data/doc/files/lib/mack-localization/format_engine/df_engines/it_rb.html +0 -101
  46. data/doc/files/lib/mack-localization/format_engine/engine_registry_rb.html +0 -101
  47. data/doc/files/lib/mack-localization/format_engine/nc_engines/base_rb.html +0 -101
  48. data/doc/files/lib/mack-localization/format_engine/nc_engines/bp_rb.html +0 -101
  49. data/doc/files/lib/mack-localization/format_engine/nc_engines/de_rb.html +0 -101
  50. data/doc/files/lib/mack-localization/format_engine/nc_engines/en_rb.html +0 -101
  51. data/doc/files/lib/mack-localization/format_engine/nc_engines/es_rb.html +0 -101
  52. data/doc/files/lib/mack-localization/format_engine/nc_engines/fr_rb.html +0 -101
  53. data/doc/files/lib/mack-localization/format_engine/nc_engines/it_rb.html +0 -101
  54. data/doc/files/lib/mack-localization/formatter_rb.html +0 -101
  55. data/doc/files/lib/mack-localization/helpers/view_helpers/l10n_helpers_rb.html +0 -101
  56. data/doc/files/lib/mack-localization/translator_rb.html +0 -101
  57. data/doc/files/lib/mack-localization_rb.html +0 -144
  58. data/doc/fr_class_index.html +0 -58
  59. data/doc/fr_file_index.html +0 -49
  60. data/doc/fr_method_index.html +0 -109
  61. data/doc/index.html +0 -24
  62. data/doc/rdoc-style.css +0 -208
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mack-localization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darsono Sutedja
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-09-08 00:00:00 -04:00
12
+ date: 2008-09-14 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -54,67 +54,6 @@ files:
54
54
  - lib/mack-localization/translator.rb
55
55
  - lib/mack-localization.rb
56
56
  - README
57
- - doc/classes/ActiveSupport.html
58
- - doc/classes/Mack/Localization/Configuration.html
59
- - doc/classes/Mack/Localization/DateFormatEngine/Base.html
60
- - doc/classes/Mack/Localization/DateFormatEngine/BP.html
61
- - doc/classes/Mack/Localization/DateFormatEngine/DE.html
62
- - doc/classes/Mack/Localization/DateFormatEngine/EN.html
63
- - doc/classes/Mack/Localization/DateFormatEngine/ES.html
64
- - doc/classes/Mack/Localization/DateFormatEngine/FR.html
65
- - doc/classes/Mack/Localization/DateFormatEngine/IT.html
66
- - doc/classes/Mack/Localization/Errors/FormatEngineNotFound.html
67
- - doc/classes/Mack/Localization/Errors/InvalidArgument.html
68
- - doc/classes/Mack/Localization/Errors/InvalidConfiguration.html
69
- - doc/classes/Mack/Localization/Errors/InvalidMethodName.html
70
- - doc/classes/Mack/Localization/Errors/LanguageFileNotFound.html
71
- - doc/classes/Mack/Localization/Errors/UnknownStringKey.html
72
- - doc/classes/Mack/Localization/Errors/UnsupportedEncoding.html
73
- - doc/classes/Mack/Localization/Errors/UnsupportedFeature.html
74
- - doc/classes/Mack/Localization/Errors/UnsupportedLanguage.html
75
- - doc/classes/Mack/Localization/FormatEngineRegistry.html
76
- - doc/classes/Mack/Localization/Formatter.html
77
- - doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/Base.html
78
- - doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/BP.html
79
- - doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/DE.html
80
- - doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/EN.html
81
- - doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/ES.html
82
- - doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/FR.html
83
- - doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/IT.html
84
- - doc/classes/Mack/Localization/Translator.html
85
- - doc/classes/Mack/ViewHelpers/L10NHelpers/Context.html
86
- - doc/classes/Mack/ViewHelpers/L10NHelpers.html
87
- - doc/classes/Mack.html
88
- - doc/classes/Object.html
89
- - doc/created.rid
90
- - doc/files/lib/mack-localization/configuration_rb.html
91
- - doc/files/lib/mack-localization/content_cache_rb.html
92
- - doc/files/lib/mack-localization/errors_rb.html
93
- - doc/files/lib/mack-localization/format_engine/df_engines/base_rb.html
94
- - doc/files/lib/mack-localization/format_engine/df_engines/bp_rb.html
95
- - doc/files/lib/mack-localization/format_engine/df_engines/de_rb.html
96
- - doc/files/lib/mack-localization/format_engine/df_engines/en_rb.html
97
- - doc/files/lib/mack-localization/format_engine/df_engines/es_rb.html
98
- - doc/files/lib/mack-localization/format_engine/df_engines/fr_rb.html
99
- - doc/files/lib/mack-localization/format_engine/df_engines/it_rb.html
100
- - doc/files/lib/mack-localization/format_engine/engine_registry_rb.html
101
- - doc/files/lib/mack-localization/format_engine/nc_engines/base_rb.html
102
- - doc/files/lib/mack-localization/format_engine/nc_engines/bp_rb.html
103
- - doc/files/lib/mack-localization/format_engine/nc_engines/de_rb.html
104
- - doc/files/lib/mack-localization/format_engine/nc_engines/en_rb.html
105
- - doc/files/lib/mack-localization/format_engine/nc_engines/es_rb.html
106
- - doc/files/lib/mack-localization/format_engine/nc_engines/fr_rb.html
107
- - doc/files/lib/mack-localization/format_engine/nc_engines/it_rb.html
108
- - doc/files/lib/mack-localization/formatter_rb.html
109
- - doc/files/lib/mack-localization/helpers/view_helpers/l10n_helpers_rb.html
110
- - doc/files/lib/mack-localization/translator_rb.html
111
- - doc/files/lib/mack-localization_rb.html
112
- - doc/files/README.html
113
- - doc/fr_class_index.html
114
- - doc/fr_file_index.html
115
- - doc/fr_method_index.html
116
- - doc/index.html
117
- - doc/rdoc-style.css
118
57
  has_rdoc: true
119
58
  homepage: http://www.mackframework.com
120
59
  post_install_message:
@@ -1,101 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>Module: ActiveSupport</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="classHeader">
50
- <table class="header-table">
51
- <tr class="top-aligned-row">
52
- <td><strong>Module</strong></td>
53
- <td class="class-name-in-header">ActiveSupport</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- </td>
59
- </tr>
60
-
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
-
72
-
73
- </div>
74
-
75
-
76
- </div>
77
-
78
-
79
- <!-- if includes -->
80
-
81
- <div id="section">
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
- <!-- if method_list -->
91
-
92
-
93
- </div>
94
-
95
-
96
- <div id="validator-badges">
97
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
98
- </div>
99
-
100
- </body>
101
- </html>
@@ -1,194 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>Module: Mack</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="classHeader">
50
- <table class="header-table">
51
- <tr class="top-aligned-row">
52
- <td><strong>Module</strong></td>
53
- <td class="class-name-in-header">Mack</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- <a href="../files/lib/mack-localization/configuration_rb.html">
59
- lib/mack-localization/configuration.rb
60
- </a>
61
- <br />
62
- <a href="../files/lib/mack-localization/content_cache_rb.html">
63
- lib/mack-localization/content_cache.rb
64
- </a>
65
- <br />
66
- <a href="../files/lib/mack-localization/errors_rb.html">
67
- lib/mack-localization/errors.rb
68
- </a>
69
- <br />
70
- <a href="../files/lib/mack-localization/format_engine/df_engines/base_rb.html">
71
- lib/mack-localization/format_engine/df_engines/base.rb
72
- </a>
73
- <br />
74
- <a href="../files/lib/mack-localization/format_engine/df_engines/bp_rb.html">
75
- lib/mack-localization/format_engine/df_engines/bp.rb
76
- </a>
77
- <br />
78
- <a href="../files/lib/mack-localization/format_engine/df_engines/de_rb.html">
79
- lib/mack-localization/format_engine/df_engines/de.rb
80
- </a>
81
- <br />
82
- <a href="../files/lib/mack-localization/format_engine/df_engines/en_rb.html">
83
- lib/mack-localization/format_engine/df_engines/en.rb
84
- </a>
85
- <br />
86
- <a href="../files/lib/mack-localization/format_engine/df_engines/es_rb.html">
87
- lib/mack-localization/format_engine/df_engines/es.rb
88
- </a>
89
- <br />
90
- <a href="../files/lib/mack-localization/format_engine/df_engines/fr_rb.html">
91
- lib/mack-localization/format_engine/df_engines/fr.rb
92
- </a>
93
- <br />
94
- <a href="../files/lib/mack-localization/format_engine/df_engines/it_rb.html">
95
- lib/mack-localization/format_engine/df_engines/it.rb
96
- </a>
97
- <br />
98
- <a href="../files/lib/mack-localization/format_engine/engine_registry_rb.html">
99
- lib/mack-localization/format_engine/engine_registry.rb
100
- </a>
101
- <br />
102
- <a href="../files/lib/mack-localization/format_engine/nc_engines/base_rb.html">
103
- lib/mack-localization/format_engine/nc_engines/base.rb
104
- </a>
105
- <br />
106
- <a href="../files/lib/mack-localization/format_engine/nc_engines/bp_rb.html">
107
- lib/mack-localization/format_engine/nc_engines/bp.rb
108
- </a>
109
- <br />
110
- <a href="../files/lib/mack-localization/format_engine/nc_engines/de_rb.html">
111
- lib/mack-localization/format_engine/nc_engines/de.rb
112
- </a>
113
- <br />
114
- <a href="../files/lib/mack-localization/format_engine/nc_engines/en_rb.html">
115
- lib/mack-localization/format_engine/nc_engines/en.rb
116
- </a>
117
- <br />
118
- <a href="../files/lib/mack-localization/format_engine/nc_engines/es_rb.html">
119
- lib/mack-localization/format_engine/nc_engines/es.rb
120
- </a>
121
- <br />
122
- <a href="../files/lib/mack-localization/format_engine/nc_engines/fr_rb.html">
123
- lib/mack-localization/format_engine/nc_engines/fr.rb
124
- </a>
125
- <br />
126
- <a href="../files/lib/mack-localization/format_engine/nc_engines/it_rb.html">
127
- lib/mack-localization/format_engine/nc_engines/it.rb
128
- </a>
129
- <br />
130
- <a href="../files/lib/mack-localization/formatter_rb.html">
131
- lib/mack-localization/formatter.rb
132
- </a>
133
- <br />
134
- <a href="../files/lib/mack-localization/helpers/view_helpers/l10n_helpers_rb.html">
135
- lib/mack-localization/helpers/view_helpers/l10n_helpers.rb
136
- </a>
137
- <br />
138
- <a href="../files/lib/mack-localization/translator_rb.html">
139
- lib/mack-localization/translator.rb
140
- </a>
141
- <br />
142
- </td>
143
- </tr>
144
-
145
- </table>
146
- </div>
147
- <!-- banner header -->
148
-
149
- <div id="bodyContent">
150
-
151
-
152
-
153
- <div id="contextContent">
154
-
155
- <div id="description">
156
- <p>
157
- <a href="Mack.html">Mack</a> Localization&#8216;s main configuration. When
158
- loaded it will try to load localization.yml file from
159
- {config_dir}/localization/ inside the application directory. If the file
160
- doesn&#8216;t exist then it will just load default configuration.
161
- </p>
162
-
163
- </div>
164
-
165
-
166
- </div>
167
-
168
-
169
- </div>
170
-
171
-
172
- <!-- if includes -->
173
-
174
- <div id="section">
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
- <!-- if method_list -->
184
-
185
-
186
- </div>
187
-
188
-
189
- <div id="validator-badges">
190
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
191
- </div>
192
-
193
- </body>
194
- </html>
@@ -1,118 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>Module: Mack::Localization::Configuration</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="classHeader">
50
- <table class="header-table">
51
- <tr class="top-aligned-row">
52
- <td><strong>Module</strong></td>
53
- <td class="class-name-in-header">Mack::Localization::Configuration</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- <a href="../../../files/lib/mack-localization/configuration_rb.html">
59
- lib/mack-localization/configuration.rb
60
- </a>
61
- <br />
62
- </td>
63
- </tr>
64
-
65
- </table>
66
- </div>
67
- <!-- banner header -->
68
-
69
- <div id="bodyContent">
70
-
71
-
72
-
73
- <div id="contextContent">
74
-
75
-
76
-
77
- </div>
78
-
79
-
80
- </div>
81
-
82
-
83
- <!-- if includes -->
84
-
85
- <div id="section">
86
-
87
-
88
- <div id="constants-list">
89
- <h3 class="section-bar">Constants</h3>
90
-
91
- <div class="name-list">
92
- <table summary="Constants">
93
- <tr class="top-aligned-row context-row">
94
- <td class="context-item-name">L10N_DEFAULTS</td>
95
- <td>=</td>
96
- <td class="context-item-value">{ &quot;base_language&quot; =&gt; &quot;en&quot;, &quot;supported_languages&quot; =&gt; %w{bp en fr it de es}, &quot;char_encoding&quot; =&gt; 'us-ascii', &quot;dynamic_translation&quot; =&gt; false, &quot;base_directory&quot; =&gt; Mack::Paths.app(&quot;lang&quot;), &quot;content_expiry&quot; =&gt; 3600</td>
97
- </tr>
98
- </table>
99
- </div>
100
- </div>
101
-
102
-
103
-
104
-
105
-
106
-
107
- <!-- if method_list -->
108
-
109
-
110
- </div>
111
-
112
-
113
- <div id="validator-badges">
114
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
115
- </div>
116
-
117
- </body>
118
- </html>