File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ documentation) but still fetches all branches.
231
231
232
232
233
233
Merge pot files from CPython
234
- ''''''''''''''''''''''''''''
234
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
235
235
236
236
.. code-block :: bash
237
237
@@ -252,15 +252,15 @@ Merge pot files from CPython
252
252
253
253
254
254
Find fuzzy strings
255
- ''''''''''''''''''
255
+ ~~~~~~~~~~~~~~~~~~
256
256
257
257
.. code-block :: bash
258
258
259
259
find -name ' *.po' | xargs -L1 msgattrib --only-fuzzy --no-obsolete
260
260
261
261
262
262
Run a test build locally
263
- ''''''''''''''''''''''''
263
+ ~~~~~~~~~~~~~~~~~~~~~~~~
264
264
265
265
.. code-block :: bash
266
266
@@ -270,7 +270,7 @@ Run a test build locally
270
270
271
271
272
272
Synchronize translation with Transifex
273
- ''''''''''''''''''''''''''''''''''''''
273
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
274
274
275
275
You'll need the ``transifex-client ``, ``pomerge ``, and ``poindent ``
276
276
from Pypi, and you'll need to configure ``tx `` via ``tx init ``, and then:
You can’t perform that action at this time.
0 commit comments