Skip to content

Commit

Permalink
Merge pull request #9 from jenkinsci/docs
Browse files Browse the repository at this point in the history
Move the plugin documentation to GitHub
  • Loading branch information
oleg-nenashev committed Mar 3, 2020
2 parents 10e8b98 + 39e214f commit 5c7bfaa
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 5 deletions.
16 changes: 12 additions & 4 deletions README.md
@@ -1,12 +1,15 @@
Locale Plugin for Jenkins
=========================

This plugin controls the language of Jenkins

Normally, Jenkins honors the browser's language preference
if a translation is available for the preferred language,
and uses the system default locale for messages during a build.
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/locale.svg)](https://plugins.jenkins.io/locale)
[![GitHub release](https://img.shields.io/github/release/jenkinsci/locale-plugin.svg?label=changelog)](https://github.com/jenkinsci/locale-plugin/releases/latest)
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/locale.svg?color=blue)](https://plugins.jenkins.io/locale)

This plugin controls the language of Jenkins.

Normally, Jenkins honors the browser's language preference if a translation is available for the preferred language,
and uses the system default locale for messages during a build.
This plugin allows you to:

* override the system default locale to the language of your choice
Expand All @@ -26,3 +29,8 @@ you're using have been translated into the specified language).

To additionally force this language on all users, overriding their browser language,
you can check the "Ignore browser preference and force this language to all users" option.

### Changelog

* See [GitHub releases](https://github.com/jenkinsci/locale-plugin/releases) for new releases
* For versions 1.4 and older, see the [changelog archive](docs/CHANGELOG.old.md)
40 changes: 40 additions & 0 deletions docs/CHANGELOG.old.md
@@ -0,0 +1,40 @@
## Changelog (archive)

##### New releases

See [GitHub Releases](https://github.com/jenkinsci/locale-plugin/releases) for new releases

##### 1.4

Release date: (Nov 01, 2018)

- [PR #6](https://github.com/jenkinsci/locale-plugin/pull/6) -
Add support of the configuration section title localization

##### 1.3

Release date: (Jun 22, 2018)

- [JENKINS-52131](https://issues.jenkins-ci.org/browse/JENKINS-52131) -
Provide API for setting the "Ignore Browser Settings" flag programatically
- [PR #3](https://github.com/jenkinsci/locale-plugin/pull/3/files) -
Update Plugin POM and tooling in the plugin to suppress warnings about obsolete plugin format on Modern Jenkins versions
- Update minimal Jenkins core requirement to 1.625.3

##### 1.2

Release date: (Feb 14, 2011)

- Translate update (Chinese)

##### 1.1

Release date: (Dec 30, 2009)

- Update code for recent Hudson.

##### 1.0

Release date: (Jul 21, 2008)

- Initial release.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>

<name>Locale plugin</name>
<url>https://wiki.jenkins.io/display/JENKINS/Locale+Plugin</url>
<url>https://github.com/jenkinsci/locale-plugin</url>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 5c7bfaa

Please sign in to comment.