Skip to content

Commit 5e4b11d

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent c32ff16 commit 5e4b11d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

library/functions.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3890,10 +3890,9 @@ msgid ""
38903890
"eggs = _temp.eggs\n"
38913891
"saus = _temp.sausage"
38923892
msgstr ""
3893-
"_temp = __import__('spam.ham', globals(), locals(), ['jajka', 'kielbasa'], "
3894-
"0)\n"
3895-
"jajka = _temp.jajka\n"
3896-
"kielbasa = _temp.kielbasa"
3893+
"_temp = __import__('spam.ham', globals(), locals(), ['eggs', 'sausage'], 0)\n"
3894+
"eggs = _temp.eggs\n"
3895+
"saus = _temp.sausage"
38973896

38983897
msgid ""
38993898
"Here, the ``spam.ham`` module is returned from :func:`__import__`. From "

0 commit comments

Comments
 (0)