Make default category translatable (#5751)

* Make default category translatable

* Replace duplicate strings with common one
This commit is contained in:
Andreas
2021-08-20 00:10:43 +02:00
committed by GitHub
parent 90ab04e81d
commit 3670d649b8
12 changed files with 22 additions and 28 deletions

View File

@@ -122,5 +122,3 @@ fun Date.toRelativeString(
else -> dateFormat.format(this)
}
}