×
Internationalization (sometimes referred to as i18n) is the process of designing software so it can be adapted to multiple languages and regions.
Its purpose is to generate classes corresponding to groups of Java .properties files during the build process that make the localized texts available in code.
Developer tasks · Internationalize messages in Java source code · Internationalize messages in Jelly views · Enable Crowdin translation support for the plugin ( ...
In property files all non-ASCII characters need to be converted into hexcode. Modern IDEs do it automatically, so you can be just writing localizations in the ...
Introduction. Jenkins supports internationalizing messages in Jelly views. In Jenkins, you add a .properties file with the .jelly file in the same directory.
Class I18n. java.lang.Object. jenkins.I18n. All Implemented Interfaces ... Internationalization REST (ish) API. Since: 2.0; Author: tom.fennelly@gmail ...
Jenkins uses localizer to generate classes for accessing message resources in a type-safe way. For each src/main/resources/**/Messages.properties , a Messages ...
Feb 27, 2017 · Internationalizing Messages in Java Source Code · Internationalizing Messages in Jelly Views · Internationalizing Messages in Groovy Views ...
This guide explains how to generate and translate property files used in Jenkins localization. Property files provide the strings that are displayed to users.