Sha256: 7d3d16f557072742117af4e9706a5ef2c58b1e48629ab129eabaec3fcb61a8e7
Contents?: true
Size: 594 Bytes
Versions: 2
Compression:
Stored size: 594 Bytes
Contents
Feature: Static translation In order to understand the web page As a language idiot I want to be given static page elements in a selected language Scenario: Simple translations test Given I have translated "Key1" to "Key1Translation" in "en" locale And I have tranlated "Key2" to "Key2Translation" with scope "scope1.subscope1" in "en" locale And I have translated "Key3" to "Klucz3Tłumaczenie" in "pl" locale When I go to the translations test page Then I should see "Key1Translation" And I should see "Key2Translation" And I should see "Klucz3Tłumaczenie"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trendi18n-0.9.3 | spec/test_application/features/static_translation.feature |
trendi18n-0.9.2 | spec/test_application/features/static_translation.feature |