https://github.com/nroduit/weasis-i18n
Weasis internationalization
https://github.com/nroduit/weasis-i18n
Last synced: about 1 year ago
JSON representation
Weasis internationalization
- Host: GitHub
- URL: https://github.com/nroduit/weasis-i18n
- Owner: nroduit
- License: other
- Created: 2012-03-12T12:46:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T08:27:21.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T00:23:39.729Z (over 1 year ago)
- Homepage: https://nroduit.github.io/en/getting-started/translating/
- Size: 84 KB
- Stars: 7
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weasis-i18n #
[](https://opensource.org/licenses/EPL-2.0) [](https://opensource.org/licenses/Apache-2.0) 
This project provides a translation into several languages of
the [Weasis DICOM viewer](https://github.com/nroduit/Weasis). It is managed separately and allows
you to add translations without recompiling Weasis.
## Download the binary package ##
Packages are built automatically once a day and can be downloaded below or from a maven dependency.
* weasis-i18n-dist-4.0.0-SNAPSHOT [zip](https://github.com/nroduit/mvn-repo/raw/master/org/weasis/weasis-i18n-dist/4.0.0-SNAPSHOT/weasis-i18n-dist-4.0.0-SNAPSHOT.zip) or [war](https://github.com/nroduit/mvn-repo/raw/master/org/weasis/weasis-i18n-dist/4.0.0-SNAPSHOT/weasis-i18n.war): is compatible with Weasis 4.1.0 and upper
Packages for old Weasis versions (no longer updated)
* weasis-i18n-dist-3.0.0-SNAPSHOT [zip](https://github.com/nroduit/mvn-repo/raw/master/org/weasis/weasis-i18n-dist/3.0.0-SNAPSHOT/weasis-i18n-dist-3.0.0-SNAPSHOT.zip) or [war](https://github.com/nroduit/mvn-repo/raw/master/org/weasis/weasis-i18n-dist/3.0.0-SNAPSHOT/weasis-i18n.war): is compatible with Weasis 3.7.0 to 4.0.3
* weasis-i18n-dist-2.0.0-SNAPSHOT [zip](https://github.com/nroduit/mvn-repo/raw/master/org/weasis/weasis-i18n-dist/2.0.0-SNAPSHOT/weasis-i18n-dist-2.0.0-SNAPSHOT.zip) or [war](https://github.com/nroduit/mvn-repo/raw/master/org/weasis/weasis-i18n-dist/2.0.0-SNAPSHOT/weasis-i18n.war): is compatible from Weasis 1.1.x to 3.6.2
See [how to apply the translations to Weasis](https://nroduit.github.io/en/getting-started/translating/#apply-the-translations).
## Build weasis-i18n ##
Prerequisites: JDK 11, Maven 3 and an account at [Transifex](https://www.transifex.com/signin).
See the [internationalization page](https://nroduit.github.io/en/getting-started/translating/) for
building this project.