Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release new version containing german translations #36

Closed
wwerner opened this issue Mar 12, 2018 · 2 comments
Closed

Release new version containing german translations #36

wwerner opened this issue Mar 12, 2018 · 2 comments

Comments

@wwerner
Copy link

wwerner commented Mar 12, 2018

I saw that german translations were brought in by @sgwerder with 7b954fd.

The released version 1.4.0 on maven central does not yet contain these. It would be great if you'd make a new release.

In the meantime, if anyone stumbles upon this, pulling via http://jitpack.io works:

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>com.github.GoSimpleLLC</groupId>
    <artifactId>nbvcxz</artifactId>
    <version>7b954fde10b0eb224e43c155e7ef2b822f4ce721</version> <!-- this is the same code as 1.4.0, but with german translations -->
  </dependency>
</dependencies>

Thanks for the great work!

@Tostino
Copy link
Collaborator

Tostino commented Mar 15, 2018

I was planning on pushing up a new release this week actually. I'll let you know when done.

Glad you like the library!

@Tostino
Copy link
Collaborator

Tostino commented Mar 24, 2018

Alright, release is pushed out to Maven, and also created a corresponding release here on GitHub.

@Tostino Tostino closed this as completed Mar 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants