Skip to content

Commit 3407b71

Browse files
committed
Update README: If there's no translation, or the translation is an empty string (not translated yet), the input is returned
1 parent ab6bb94 commit 3407b71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Use ``t`` methods to get the translations:
3030
val po = poo.get // => A scaposer.Po
3131
po.t("Hello") // => "Bonjour"
3232

33-
If there's no translation, the input is returned:
33+
If there's no translation, or the translation is an empty string (not translated yet),
34+
the input is returned:
3435

3536
::
3637

0 commit comments

Comments
 (0)