1
0
Fork 0
mirror of https://github.com/Luzifer/sii.git synced 2024-10-18 05:14:19 +00:00

For non existent translations return the key

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-12-27 01:12:32 +01:00
parent 7873cd7086
commit 57e2be2495
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -37,5 +37,5 @@ func (l LocalizationDB) GetTranslation(key string) string {
}
}
return ""
return key
}