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 collaboratorBuilder Default
In order to preview localized html
- Scenarios
-
- EN should be at root
- EN mounted at root should not be in directory
- Paths can be localized EN
- ES should be under namespace
- Paths can be localized ES
- EN should be at root
-
- Given
- a built app at "i18n-test-app"
- Then
- "index.html" should exist at "i18n-test-app" and include "Howdy"
- EN mounted at root should not be in directory
-
- Given
- a built app at "i18n-test-app"
- Then
- "en/index.html" should not exist at "i18n-test-app"
- Paths can be localized EN
-
- Given
- a built app at "i18n-test-app"
- Then
- "hello.html" should exist at "i18n-test-app" and include "Hello World"
- ES should be under namespace
-
- Given
- a built app at "i18n-test-app"
- Then
- "es/index.html" should exist at "i18n-test-app" and include "Como Esta?"
- Paths can be localized ES
-
- Given
- a built app at "i18n-test-app"
- Then
- "es/hola.html" should exist at "i18n-test-app" and include "Hola World"
Last published over 7 years ago by middleman.