mack-localization 0.6.0.1 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. data/lib/{localization → mack-localization}/configuration.rb +0 -0
  2. data/lib/{localization → mack-localization}/content_cache.rb +0 -0
  3. data/lib/{localization → mack-localization}/errors.rb +3 -0
  4. data/lib/{localization → mack-localization}/format_engine/df_engines/base.rb +0 -0
  5. data/lib/{localization → mack-localization}/format_engine/df_engines/bp.rb +0 -0
  6. data/lib/{localization → mack-localization}/format_engine/df_engines/de.rb +0 -0
  7. data/lib/{localization → mack-localization}/format_engine/df_engines/en.rb +0 -0
  8. data/lib/{localization → mack-localization}/format_engine/df_engines/es.rb +0 -0
  9. data/lib/{localization → mack-localization}/format_engine/df_engines/fr.rb +0 -0
  10. data/lib/{localization → mack-localization}/format_engine/df_engines/it.rb +0 -0
  11. data/lib/{localization → mack-localization}/format_engine/engine_registry.rb +0 -0
  12. data/lib/{localization → mack-localization}/format_engine/nc_engines/base.rb +0 -0
  13. data/lib/{localization → mack-localization}/format_engine/nc_engines/bp.rb +0 -0
  14. data/lib/{localization → mack-localization}/format_engine/nc_engines/de.rb +0 -0
  15. data/lib/{localization → mack-localization}/format_engine/nc_engines/en.rb +0 -0
  16. data/lib/{localization → mack-localization}/format_engine/nc_engines/es.rb +0 -0
  17. data/lib/{localization → mack-localization}/format_engine/nc_engines/fr.rb +0 -0
  18. data/lib/{localization → mack-localization}/format_engine/nc_engines/it.rb +0 -0
  19. data/lib/{localization → mack-localization}/formatter.rb +0 -0
  20. data/lib/{localization → mack-localization}/helpers/view_helpers/l10n_helpers.rb +0 -0
  21. data/lib/{localization → mack-localization}/translator.rb +9 -9
  22. data/lib/mack-localization.rb +1 -1
  23. metadata +23 -84
  24. data/doc/classes/Mack/Localization/Configuration.html +0 -118
  25. data/doc/classes/Mack/Localization/ContentCache.html +0 -111
  26. data/doc/classes/Mack/Localization/DateFormatEngine/BP.html +0 -217
  27. data/doc/classes/Mack/Localization/DateFormatEngine/Base.html +0 -237
  28. data/doc/classes/Mack/Localization/DateFormatEngine/DE.html +0 -217
  29. data/doc/classes/Mack/Localization/DateFormatEngine/EN.html +0 -218
  30. data/doc/classes/Mack/Localization/DateFormatEngine/ES.html +0 -217
  31. data/doc/classes/Mack/Localization/DateFormatEngine/FR.html +0 -217
  32. data/doc/classes/Mack/Localization/DateFormatEngine/IT.html +0 -217
  33. data/doc/classes/Mack/Localization/Errors/FormatEngineNotFound.html +0 -153
  34. data/doc/classes/Mack/Localization/Errors/InvalidArgument.html +0 -146
  35. data/doc/classes/Mack/Localization/Errors/InvalidConfiguration.html +0 -117
  36. data/doc/classes/Mack/Localization/Errors/InvalidMethodName.html +0 -153
  37. data/doc/classes/Mack/Localization/Errors/LanguageFileNotFound.html +0 -117
  38. data/doc/classes/Mack/Localization/Errors/UnknownStringKey.html +0 -153
  39. data/doc/classes/Mack/Localization/Errors/UnsupportedEncoding.html +0 -153
  40. data/doc/classes/Mack/Localization/Errors/UnsupportedFeature.html +0 -152
  41. data/doc/classes/Mack/Localization/Errors/UnsupportedLanguage.html +0 -153
  42. data/doc/classes/Mack/Localization/FormatEngineRegistry.html +0 -245
  43. data/doc/classes/Mack/Localization/Formatter.html +0 -392
  44. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/BP.html +0 -196
  45. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/Base.html +0 -250
  46. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/DE.html +0 -196
  47. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/EN.html +0 -196
  48. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/ES.html +0 -196
  49. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/FR.html +0 -196
  50. data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/IT.html +0 -196
  51. data/doc/classes/Mack/Localization/Translator.html +0 -275
  52. data/doc/classes/Mack/ViewHelpers/L10NHelpers/Context.html +0 -278
  53. data/doc/classes/Mack/ViewHelpers/L10NHelpers.html +0 -402
  54. data/doc/classes/Mack.html +0 -194
  55. data/doc/classes/Object.html +0 -236
  56. data/doc/created.rid +0 -1
  57. data/doc/files/README.html +0 -107
  58. data/doc/files/lib/localization/configuration_rb.html +0 -110
  59. data/doc/files/lib/localization/content_cache_rb.html +0 -101
  60. data/doc/files/lib/localization/errors_rb.html +0 -101
  61. data/doc/files/lib/localization/format_engine/df_engines/base_rb.html +0 -101
  62. data/doc/files/lib/localization/format_engine/df_engines/bp_rb.html +0 -101
  63. data/doc/files/lib/localization/format_engine/df_engines/de_rb.html +0 -101
  64. data/doc/files/lib/localization/format_engine/df_engines/en_rb.html +0 -101
  65. data/doc/files/lib/localization/format_engine/df_engines/es_rb.html +0 -101
  66. data/doc/files/lib/localization/format_engine/df_engines/fr_rb.html +0 -101
  67. data/doc/files/lib/localization/format_engine/df_engines/it_rb.html +0 -101
  68. data/doc/files/lib/localization/format_engine/engine_registry_rb.html +0 -101
  69. data/doc/files/lib/localization/format_engine/nc_engines/base_rb.html +0 -101
  70. data/doc/files/lib/localization/format_engine/nc_engines/bp_rb.html +0 -101
  71. data/doc/files/lib/localization/format_engine/nc_engines/de_rb.html +0 -101
  72. data/doc/files/lib/localization/format_engine/nc_engines/en_rb.html +0 -101
  73. data/doc/files/lib/localization/format_engine/nc_engines/es_rb.html +0 -101
  74. data/doc/files/lib/localization/format_engine/nc_engines/fr_rb.html +0 -101
  75. data/doc/files/lib/localization/format_engine/nc_engines/it_rb.html +0 -101
  76. data/doc/files/lib/localization/formatter_rb.html +0 -101
  77. data/doc/files/lib/localization/helpers/view_helpers/l10n_helpers_rb.html +0 -101
  78. data/doc/files/lib/localization/translator_rb.html +0 -101
  79. data/doc/files/lib/mack-localization_rb.html +0 -109
  80. data/doc/fr_class_index.html +0 -58
  81. data/doc/fr_file_index.html +0 -49
  82. data/doc/fr_method_index.html +0 -107
  83. data/doc/index.html +0 -24
  84. data/doc/rdoc-style.css +0 -208
@@ -1,153 +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>Class: Mack::Localization::Errors::UnsupportedEncoding</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>Class</strong></td>
53
- <td class="class-name-in-header">Mack::Localization::Errors::UnsupportedEncoding</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- <a href="../../../../files/lib/localization/errors_rb.html">
59
- lib/localization/errors.rb
60
- </a>
61
- <br />
62
- </td>
63
- </tr>
64
-
65
- <tr class="top-aligned-row">
66
- <td><strong>Parent:</strong></td>
67
- <td>
68
- StandardError
69
- </td>
70
- </tr>
71
- </table>
72
- </div>
73
- <!-- banner header -->
74
-
75
- <div id="bodyContent">
76
-
77
-
78
-
79
- <div id="contextContent">
80
-
81
- <div id="description">
82
- <p>
83
- Raise this error when caller specified an unsupported char encoding. This
84
- feature is not currently supported yet.
85
- </p>
86
-
87
- </div>
88
-
89
-
90
- </div>
91
-
92
- <div id="method-list">
93
- <h3 class="section-bar">Methods</h3>
94
-
95
- <div class="name-list">
96
- <a href="#M000045">new</a>&nbsp;&nbsp;
97
- </div>
98
- </div>
99
-
100
- </div>
101
-
102
-
103
- <!-- if includes -->
104
-
105
- <div id="section">
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
- <!-- if method_list -->
115
- <div id="methods">
116
- <h3 class="section-bar">Public Class methods</h3>
117
-
118
- <div id="method-M000045" class="method-detail">
119
- <a name="M000045"></a>
120
-
121
- <div class="method-heading">
122
- <a href="#M000045" class="method-signature">
123
- <span class="method-name">new</span><span class="method-args">(encoding)</span>
124
- </a>
125
- </div>
126
-
127
- <div class="method-description">
128
- <p><a class="source-toggle" href="#"
129
- onclick="toggleCode('M000045-source');return false;">[Source]</a></p>
130
- <div class="method-source-code" id="M000045-source">
131
- <pre>
132
- <span class="ruby-comment cmt"># File lib/localization/errors.rb, line 20</span>
133
- 20: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">encoding</span>)
134
- 21: <span class="ruby-keyword kw">super</span>(<span class="ruby-node">&quot;Encoding: #{encoding} is not currently supported&quot;</span>)
135
- 22: <span class="ruby-keyword kw">end</span>
136
- </pre>
137
- </div>
138
- </div>
139
- </div>
140
-
141
-
142
- </div>
143
-
144
-
145
- </div>
146
-
147
-
148
- <div id="validator-badges">
149
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
150
- </div>
151
-
152
- </body>
153
- </html>
@@ -1,152 +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>Class: Mack::Localization::Errors::UnsupportedFeature</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>Class</strong></td>
53
- <td class="class-name-in-header">Mack::Localization::Errors::UnsupportedFeature</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- <a href="../../../../files/lib/localization/errors_rb.html">
59
- lib/localization/errors.rb
60
- </a>
61
- <br />
62
- </td>
63
- </tr>
64
-
65
- <tr class="top-aligned-row">
66
- <td><strong>Parent:</strong></td>
67
- <td>
68
- StandardError
69
- </td>
70
- </tr>
71
- </table>
72
- </div>
73
- <!-- banner header -->
74
-
75
- <div id="bodyContent">
76
-
77
-
78
-
79
- <div id="contextContent">
80
-
81
- <div id="description">
82
- <p>
83
- Raise this error if the method called is not yet implemented
84
- </p>
85
-
86
- </div>
87
-
88
-
89
- </div>
90
-
91
- <div id="method-list">
92
- <h3 class="section-bar">Methods</h3>
93
-
94
- <div class="name-list">
95
- <a href="#M000039">new</a>&nbsp;&nbsp;
96
- </div>
97
- </div>
98
-
99
- </div>
100
-
101
-
102
- <!-- if includes -->
103
-
104
- <div id="section">
105
-
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
- <!-- if method_list -->
114
- <div id="methods">
115
- <h3 class="section-bar">Public Class methods</h3>
116
-
117
- <div id="method-M000039" class="method-detail">
118
- <a name="M000039"></a>
119
-
120
- <div class="method-heading">
121
- <a href="#M000039" class="method-signature">
122
- <span class="method-name">new</span><span class="method-args">(feature)</span>
123
- </a>
124
- </div>
125
-
126
- <div class="method-description">
127
- <p><a class="source-toggle" href="#"
128
- onclick="toggleCode('M000039-source');return false;">[Source]</a></p>
129
- <div class="method-source-code" id="M000039-source">
130
- <pre>
131
- <span class="ruby-comment cmt"># File lib/localization/errors.rb, line 29</span>
132
- 29: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">feature</span>)
133
- 30: <span class="ruby-keyword kw">super</span>(<span class="ruby-node">&quot;Feature: #{feature} is currently unsupported&quot;</span>)
134
- 31: <span class="ruby-keyword kw">end</span>
135
- </pre>
136
- </div>
137
- </div>
138
- </div>
139
-
140
-
141
- </div>
142
-
143
-
144
- </div>
145
-
146
-
147
- <div id="validator-badges">
148
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
149
- </div>
150
-
151
- </body>
152
- </html>
@@ -1,153 +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>Class: Mack::Localization::Errors::UnsupportedLanguage</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>Class</strong></td>
53
- <td class="class-name-in-header">Mack::Localization::Errors::UnsupportedLanguage</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- <a href="../../../../files/lib/localization/errors_rb.html">
59
- lib/localization/errors.rb
60
- </a>
61
- <br />
62
- </td>
63
- </tr>
64
-
65
- <tr class="top-aligned-row">
66
- <td><strong>Parent:</strong></td>
67
- <td>
68
- StandardError
69
- </td>
70
- </tr>
71
- </table>
72
- </div>
73
- <!-- banner header -->
74
-
75
- <div id="bodyContent">
76
-
77
-
78
-
79
- <div id="contextContent">
80
-
81
- <div id="description">
82
- <p>
83
- Raise this error when caller specified unsupported language. Supported
84
- language is defined in configuration as an array of language codes.
85
- </p>
86
-
87
- </div>
88
-
89
-
90
- </div>
91
-
92
- <div id="method-list">
93
- <h3 class="section-bar">Methods</h3>
94
-
95
- <div class="name-list">
96
- <a href="#M000041">new</a>&nbsp;&nbsp;
97
- </div>
98
- </div>
99
-
100
- </div>
101
-
102
-
103
- <!-- if includes -->
104
-
105
- <div id="section">
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
- <!-- if method_list -->
115
- <div id="methods">
116
- <h3 class="section-bar">Public Class methods</h3>
117
-
118
- <div id="method-M000041" class="method-detail">
119
- <a name="M000041"></a>
120
-
121
- <div class="method-heading">
122
- <a href="#M000041" class="method-signature">
123
- <span class="method-name">new</span><span class="method-args">(lang)</span>
124
- </a>
125
- </div>
126
-
127
- <div class="method-description">
128
- <p><a class="source-toggle" href="#"
129
- onclick="toggleCode('M000041-source');return false;">[Source]</a></p>
130
- <div class="method-source-code" id="M000041-source">
131
- <pre>
132
- <span class="ruby-comment cmt"># File lib/localization/errors.rb, line 10</span>
133
- 10: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">lang</span>)
134
- 11: <span class="ruby-keyword kw">super</span>(<span class="ruby-node">&quot;Locale: #{lang} is not currently supported.&quot;</span>)
135
- 12: <span class="ruby-keyword kw">end</span>
136
- </pre>
137
- </div>
138
- </div>
139
- </div>
140
-
141
-
142
- </div>
143
-
144
-
145
- </div>
146
-
147
-
148
- <div id="validator-badges">
149
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
150
- </div>
151
-
152
- </body>
153
- </html>