Fix french translation and add a new icon pack
This commit is contained in:
@ -32,6 +32,7 @@ object Constants {
|
||||
enum class WeatherIconPack(val value: Int) {
|
||||
DEFAULT(0),
|
||||
MINIMAL(1),
|
||||
COOL(2)
|
||||
COOL(2),
|
||||
GOOGLE_NEWS(3)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user