Custom Localization Repository
YouTrack lets you localize the user interface even if your desired language is not available "out-of-the-box".
The Localization Tutorial explains how you can do it.
We created the YouTrack Custom Localization Repository in GitHub to collect custom translations of the YouTrack user interface and share them with the community. If you have created a custom localization for your YouTrack installation, you are welcome to contribute to the repository. Upload your files and submit a pull request!
To use a custom localization in YouTrack
Access the localization repository.
- Click the Clone or download button, then select the Download ZIP option.
The
youtrack-l10n-master
ZIP archive is downloaded to your computer.
Extract the files from the archive to a folder in your local directory.
Create a directory to store localization files on your server. You can assign the directory whatever name you like. For example,
l10n
.In the unzipped archive, locate the subdirectory that contains the localization files for your desired locale. Translation files for custom localizations are located in the
youtrack-l10n-master\translations
folder.Move the folder from your local directory to the directory on your server.
Stop your YouTrack server.
- Run YouTrack with the Java start parameter
jetbrains.mps.webr.i18n.custom-translations
, which points to the folder that contains the custom localization.If you run YouTrack as JAR file from the command line, the command should look something like this:
java -Djetbrains.mps.webr.i18n.custom-translations=/home/vadim/youtrack-l10n -jar youtrack.jar 8080
For ZIP and MSI installations, set the
jetbrains.mps.webr.i18n.custom-translations
parameter. For instructions, see Configure JVM Options.