mirror of
https://github.com/Luzifer/sii.git
synced 2024-12-20 16:11:17 +00:00
For non existent translations return the key
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
7873cd7086
commit
57e2be2495
1 changed files with 1 additions and 1 deletions
|
@ -37,5 +37,5 @@ func (l LocalizationDB) GetTranslation(key string) string {
|
|||
}
|
||||
}
|
||||
|
||||
return ""
|
||||
return key
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue