Class: I18n::Config
- Inherits:
-
Object
- Object
- I18n::Config
- Defined in:
- lib/nanoc/extra/i18n.rb
Instance Method Summary (collapse)
-
- (Boolean) localized_site?
A site is note localized if available locale is empty.
Instance Method Details
- (Boolean) localized_site?
A site is note localized if available locale is empty
15 16 17 |
# File 'lib/nanoc/extra/i18n.rb', line 15 def localized_site? !available_locales.empty? end |