Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75a6e67

Browse files
committed
Added an unused Unicode string for testing.
1 parent fa5c315 commit 75a6e67

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Tools/i18n/pygettext.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,3 +449,5 @@ class Options:
449449

450450
if __name__ == '__main__':
451451
main()
452+
# some more test strings
453+
_(u'a unicode string')

0 commit comments

Comments
 (0)