To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorLocalisation
This feature tests that this application has the ability to translate based on the I18N library
- Scenarios
-
- Translation a page given a test language
-
- Given
-
the file 'test_language.yml' contains:
test_language: support number: abc
- And
-
home page application contains a page called 'locale_test.haml' which contains:
#{t('support number')}
- When
- Obadiah Stane is logged in
- And
- Obadiah Stane has the language cookie set to test_language
- And
- Obadiah Stane navigates to the locale test page
- Then
- Obadiah Stane should see 'abc'
Last published about 7 years ago by John James.