air18n 0.1.44 → 0.1.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/air18n.rb +1 -1
- data/lib/air18n/version.rb +1 -1
- metadata +1 -1
data/lib/air18n.rb
CHANGED
@@ -34,7 +34,7 @@ module Air18n
|
|
34
34
|
|
35
35
|
# Like country; set it to :US if we're on the global domain to show
|
36
36
|
# correct terms/conditions
|
37
|
-
attr_accessor :
|
37
|
+
attr_accessor :tld_country
|
38
38
|
|
39
39
|
# An instance of I18n::Locale::Fallbacks for computing locale fallbacks.
|
40
40
|
attr_reader :fallbacks
|
data/lib/air18n/version.rb
CHANGED