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

Skip to content

Commit dde3ce3

Browse files
Update translations
1 parent 56b13ba commit dde3ce3

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

faq/programming.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4514,6 +4514,8 @@ msgid ""
45144514
">>> import py_compile\n"
45154515
">>> py_compile.compile('foo.py')"
45164516
msgstr ""
4517+
">>> import py_compile\n"
4518+
">>> py_compile.compile('foo.py')"
45174519

45184520
#: ../../faq/programming.rst:2115
45194521
msgid ""

howto/ipaddress.po

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,17 @@ msgid ""
416416
"192.0.2.253\n"
417417
"192.0.2.254"
418418
msgstr ""
419+
">>> net4 = ipaddress.ip_network('192.0.2.0/24')\n"
420+
">>> for x in net4.hosts():\n"
421+
"... print(x)\n"
422+
"192.0.2.1\n"
423+
"192.0.2.2\n"
424+
"192.0.2.3\n"
425+
"192.0.2.4\n"
426+
"...\n"
427+
"192.0.2.252\n"
428+
"192.0.2.253\n"
429+
"192.0.2.254"
419430

420431
#: ../../howto/ipaddress.rst:205
421432
msgid ""

potodo.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,20 @@
4747
- newtypes_tutorial.po 25 / 177 ( 14.0% translated).
4848

4949

50-
# faq (99.27% done)
50+
# faq (99.36% done)
5151

5252
- general.po 97 / 98 ( 98.0% translated).
5353
- library.po 157 / 162 ( 96.0% translated).
54-
- programming.po 506 / 508 ( 99.0% translated).
54+
- programming.po 507 / 508 ( 99.0% translated).
5555

5656

57-
# howto (57.99% done)
57+
# howto (58.02% done)
5858

5959
- argparse.po 144 / 145 ( 99.0% translated).
6060
- curses.po 58 / 121 ( 47.0% translated).
6161
- descriptor.po 181 / 233 ( 77.0% translated).
6262
- enum.po 63 / 319 ( 19.0% translated).
6363
- functional.po 138 / 252 ( 54.0% translated).
64-
- ipaddress.po 64 / 65 ( 98.0% translated).
6564
- logging-cookbook.po 23 / 421 ( 5.0% translated).
6665
- logging.po 121 / 250 ( 48.0% translated).
6766
- perf_profiling.po 29 / 32 ( 90.0% translated).

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "66.62%", "translated": 41211, "entries": 61864, "updated_at": "2025-02-24T23:28:01+00:00Z"}
1+
{"completion": "66.62%", "translated": 41213, "entries": 61864, "updated_at": "2025-02-25T23:27:27+00:00Z"}

0 commit comments

Comments
 (0)