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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,11 @@ 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
6
longtext=A longer text that should not appear inline in the jelly file.
7
-
leadParagraph=A detailed explanation how to localize texts in Java and Jelly files can be found in the jenkins.io developer guide <a href="https://www.jenkins.io/doc/developer/internationalization/"target="_blank">Internationalization and Localization</a>.
8
7
9
8
titlejsJelly=Localize text in JavaScript via Jelly
10
9
howtojsJelly=Attach the localizations in attributes of template HTML elements via jelly which can then be retrieved via the document.
11
10
titlejsHTTP=Localize text in JavaScript via HTTP
12
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. \
13
-
This returns a JSON object with the localized texts.
12
+
This returns a JSON object with the localized texts.
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>.
0 commit comments