diff options
author | Allan Wang <me@allanwang.ca> | 2017-10-12 11:30:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-12 11:30:40 -0400 |
commit | 3f1d6746fd7bcc8d01ef367455628d291d07f434 (patch) | |
tree | abfd1dfa4fa599ec1620e323db327c4570202789 /README.md | |
parent | b87c75d607956393ad3b07751eb59ccf41726863 (diff) | |
download | kau-3f1d6746fd7bcc8d01ef367455628d291d07f434.tar.gz kau-3f1d6746fd7bcc8d01ef367455628d291d07f434.tar.bz2 kau-3f1d6746fd7bcc8d01ef367455628d291d07f434.zip |
Translations (#84)
* Rename string files
* Add translations to readme
* Check job scheduler null check against travis lint
* Remove bad spacing
* Update badges
* Use vector zenhub badge
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -16,8 +16,9 @@ KAU is available on JitPack [![](https://jitpack.io/v/ca.allanwang/kau.svg)](https://jitpack.io/#ca.allanwang/kau) [![Build Status](https://travis-ci.org/AllanWang/KAU.svg?branch=master)](https://travis-ci.org/AllanWang/KAU) +[![Crowdin](https://d322cqt584bo4o.cloudfront.net/kotlin-android-utils/localized.svg)](https://crowdin.com/project/kotlin-android-utils) [![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) -[![Stories in Ready](https://badge.waffle.io/AllanWang/KAU.png?label=ready&title=Ready)](https://waffle.io/AllanWang/KAU?utm_source=badge) +[![ZenHub](https://img.shields.io/badge/Shipping%20faster%20with-ZenHub-45529A.svg)](https://app.zenhub.com/workspace/o/allanwang/kau/boards) [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/AllanWang/KAU/master/LICENSE) To apply, add the following to your root build.gradle: @@ -140,4 +141,9 @@ To resolve that, add `multiDexEnabled true` under your `app.gradle > android > d Likewise, it is highly recommended to use proguard to clean up your project upon release. All KAU components support proguard out of the box. -Some may have extra requirements for certain features, which will be detailed in their respective README.
\ No newline at end of file +Some may have extra requirements for certain features, which will be detailed in their respective README. + +## Translations + +KAU depends on translations crowdsourced by the general public. +If you would like to contribute, please visit [here](https://crwd.in/kotlin-android-utils) |