Fix french translation and add a new icon pack

This commit is contained in:
Tommaso Berlose
2020-05-20 13:34:32 +02:00
parent ddb1b7494a
commit 9199f28ad9
40 changed files with 437 additions and 184 deletions

View File

@ -32,6 +32,7 @@ object Constants {
enum class WeatherIconPack(val value: Int) {
DEFAULT(0),
MINIMAL(1),
COOL(2)
COOL(2),
GOOGLE_NEWS(3)
}
}