balvi / translation-de

German translation of CUBA Platform implemented as application component
1 stars 4 forks source link

license Build Status

translation-de

German translation of CUBA Platform implemented as application component

Installation

  1. Add the following maven repository https://dl.bintray.com/balvi/cuba-components to the build.gradle of your CUBA application:
    buildscript {

        //...

        repositories {

            // ...

            maven {
                url  "https://dl.bintray.com/balvi/cuba-components"
            }
        }

        // ...
    }
  1. Select a version of the add-on which is compatible with the platform version used in your project:
Platform Version Add-on Version
7.2.x 1.7.x
7.1.x 1.5.x, 1.6.x
7.0.x 1.4.x
6.10.x 1.3.x
6.9.x 1.2.x
6.8.x 1.1.x
6.7.x 1.0.x

The latest version is: 1.6.3

Add custom application component to your project:

dependencies {
  appComponent("de.balvi.cuba.translationde:translation-de-global:1.6.3")
  [...]
}