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: src/main/resources/io/jenkins/plugins/designlibrary/Localization/index.properties
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ howtojava=Create a file <em>Messages.properties</em> in the package folder. Afte
3
3
hello=Hello {0}
4
4
titlejelly=Localize text in Jelly
5
5
howtojelly=Use <em>${%Text}</em> to create texts that can be localized. Create a properties files for content longer than a few words.
6
-
longtext=A longer text that should not appear inline in the jelly file.
6
+
longtext=A longer text that should not appear inline in the Jelly file.
7
7
8
8
titlejsJelly=Localize text in JavaScript via Jelly
9
-
howtojsJelly=Attach the localizations in attributes of template HTML elements via jelly which can then be retrieved via the document.
9
+
howtojsJelly=Attach the localizations in attributes of template HTML elements via Jelly which can then be retrieved via the document.
10
10
titlejsHTTP=Localize text in JavaScript via HTTP
11
-
howtojsHTTP=Load them over HTTP via an endpoint <br/><code>$JENKINS_URL/i18n/resourceBundle?baseName=package.path.to.property.file</code><br/> which retrieves the property file in the users' locale. \
11
+
howtojsHTTP=Load them over HTTP via <code>$JENKINS_URL/i18n/resourceBundle?baseName=package.path.to.property.file</code> which retrieves the property file in the users' locale. \
12
12
This returns a JSON object with the localized texts.
13
13
14
-
moreInfo=A detailed explanation how to localize texts in Java and Jelly files can be found in the developer guide <a href="https://www.jenkins.io/doc/developer/internationalization/" target="_blank">Internationalization and Localization</a>.
14
+
moreInfo=A detailed explanation on how to localize text in Java and Jelly files can be found in the developer guide <a href="https://www.jenkins.io/doc/developer/internationalization/" target="_blank">Internationalization and Localization</a>.
0 commit comments