Sha256: 7258681973bb457e0aa12aa439e5403b916eedafe86d86244020be526177ec84

Contents?: true

Size: 492 Bytes

Versions: 87

Compression:

Stored size: 492 Bytes

Contents

Feature: i18n manually setting locale

  Scenario: Setting I18n.locale in a block (see issue #809) or with the :lang option
    Given the Server is running at "i18n-force-locale"
    When I go to "/en/index.html"
    Then I should see "Hello"
    Then I should see "I18n.locale: en"
    When I go to "/es/index.html"
    Then I should see "Hola"
    Then I should see "I18n.locale: es"
    When I go to "/fr/index.html"
    Then I should see "Bonjour"
    Then I should see "I18n.locale: fr"

Version data entries

87 entries across 87 versions & 5 rubygems

Version Path
middleman-core-4.5.1 features/i18n_force_locale.feature
middleman-core-4.5.0 features/i18n_force_locale.feature
middleman-core-4.4.3 features/i18n_force_locale.feature
middleman-core-4.4.2 features/i18n_force_locale.feature
middleman-core-4.4.0 features/i18n_force_locale.feature
middleman-core-4.3.11 features/i18n_force_locale.feature
middleman-core-4.3.10 features/i18n_force_locale.feature
middleman-core-4.3.8 features/i18n_force_locale.feature
middleman-core-4.3.7 features/i18n_force_locale.feature
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/middleman-core-4.3.3/features/i18n_force_locale.feature
middleman-core-4.3.6 features/i18n_force_locale.feature
middleman-core-4.3.5 features/i18n_force_locale.feature
middleman-core-4.3.4 features/i18n_force_locale.feature
middleman-core-4.3.3 features/i18n_force_locale.feature
middleman-core-4.3.2 features/i18n_force_locale.feature
middleman-core-4.3.1 features/i18n_force_locale.feature
middleman-core-4.3.0 features/i18n_force_locale.feature
middleman-core-4.3.0.rc.4 features/i18n_force_locale.feature
middleman-core-4.3.0.rc.3 features/i18n_force_locale.feature
middleman-core-4.3.0.rc.2 features/i18n_force_locale.feature