Skip to content

Commit 89283a7

Browse files
authored
Merge pull request #816 from adadouche/patch-4
fixed table format issue and spacing issue with step 13
2 parents f782266 + 1e8b9db commit 89283a7

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

tutorials/teched-2016-8/teched-2016-8.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,13 @@ When the Translation Hub page loads, click the **+** icon at the bottom of the w
8383

8484
Fill in the project details as shown below and click **Save**:
8585

86-
Field Name | Value
87-
:------------------------- | :-------------
88-
Application name | `te2016`
89-
Branch | `master`
90-
Path to properties file | `webapp/i18n/i18n.properties`
91-
Domain | `Basis`
92-
Target languages | `German`, `Spanish`
93-
86+
Field Name | Value
87+
:------------------------- | :-------------
88+
Application name | `te2016`
89+
Branch | `master`
90+
Path to properties file | `webapp/i18n/i18n.properties`
91+
Domain | `Basis`
92+
Target languages | `German`, `Spanish`
9493

9594
![Accounts settings](te-2016-8-07.png)
9695

@@ -151,12 +150,12 @@ Commit your new files to Git and deploy to HCP (following the same procedure as
151150

152151
To test the language support in the deployed app, we can utilize the SAPUI5 `sap-ui-language` URL parameter. To do so, just append `?sap-ui-language=xx_YY` to your application URL
153152

154-
- If your standard application URL looks like this:
155-
- `https://te2016-p12345678trial.dispatcher.hanatrial.ondemand.com/`
156-
- You can view the German strings by specifying:
157-
- `https://te2016-p12345678trial.dispatcher.hanatrial.ondemand.com/?sap-ui-language=de`
158-
- Spanish strings by specifying:
159-
- `https://te2016-p12345678trial.dispatcher.hanatrial.ondemand.com/?sap-ui-language=es`
153+
- If your standard application URL looks like this:
154+
- `https://te2016-p12345678trial.dispatcher.hanatrial.ondemand.com/`
155+
- You can view the German strings by specifying:
156+
- `https://te2016-p12345678trial.dispatcher.hanatrial.ondemand.com/?sap-ui-language=de`
157+
- And the Spanish strings by specifying:
158+
- `https://te2016-p12345678trial.dispatcher.hanatrial.ondemand.com/?sap-ui-language=es`
160159

161160
[DONE]
162161
[ACCORDION-END]

0 commit comments

Comments
 (0)