You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/teched-2016-8/teched-2016-8.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,14 +83,13 @@ When the Translation Hub page loads, click the **+** icon at the bottom of the w
83
83
84
84
Fill in the project details as shown below and click **Save**:
85
85
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`
94
93
95
94

96
95
@@ -151,12 +150,12 @@ Commit your new files to Git and deploy to HCP (following the same procedure as
151
150
152
151
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
153
152
154
-
- If your standard application URL looks like this:
0 commit comments