pl.droidsonroids.gradle.localization.Quantity.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-gradle-localization-plugin Show documentation
Show all versions of android-gradle-localization-plugin Show documentation
Gradle plugin for generating localized string resources
package pl.droidsonroids.gradle.localization
/*
* TODO replace with enum from lint?
*/
enum Quantity {
zero, one, two, few, many, other
}