Skip to content

Commit

Permalink
Update translation from Transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action's update-translation job committed Dec 28, 2024
1 parent c32ff16 commit 5e4b11d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions library/functions.po
Original file line number Diff line number Diff line change
Expand Up @@ -3890,10 +3890,9 @@ msgid ""
"eggs = _temp.eggs\n"
"saus = _temp.sausage"
msgstr ""
"_temp = __import__('spam.ham', globals(), locals(), ['jajka', 'kielbasa'], "
"0)\n"
"jajka = _temp.jajka\n"
"kielbasa = _temp.kielbasa"
"_temp = __import__('spam.ham', globals(), locals(), ['eggs', 'sausage'], 0)\n"
"eggs = _temp.eggs\n"
"saus = _temp.sausage"

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

0 comments on commit 5e4b11d

Please sign in to comment.