Add Aidex

This commit is contained in:
Mark Breen 2022-03-29 23:25:37 +01:00 committed by GitHub
parent 499cdd0683
commit 4364c11160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -255,6 +255,7 @@ class Translator @Inject internal constructor(
Sources.MM640g -> TODO()
Sources.NSClientSource -> TODO()
Sources.PocTech -> TODO()
Sources.Aidex -> TODO()
Sources.Tomato -> TODO()
Sources.Xdrip -> TODO()
Sources.LocalProfile -> TODO()
@ -293,4 +294,4 @@ class Translator @Inject internal constructor(
else -> source.name
}
}
}