changeset 51863 | f4733654f144 |
parent 48875 | 6000f5b25c9b |
51862:607e94e01851 | 51863:f4733654f144 |
---|---|
18 |
18 |
19 Use xgettext like normal to extract strings marked as translatable and |
19 Use xgettext like normal to extract strings marked as translatable and |
20 join the message cataloges to get the final catalog. |
20 join the message cataloges to get the final catalog. |
21 """ |
21 """ |
22 |
22 |
23 from __future__ import annotations |
|
23 |
24 |
24 import inspect |
25 import inspect |
25 import os |
26 import os |
26 import re |
27 import re |
27 import sys |
28 import sys |