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.
231231
232232
233233Merge pot files from CPython
234- ''''''''''''''''''''''''''''
234+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
235235
236236.. code-block :: bash
237237
@@ -252,15 +252,15 @@ Merge pot files from CPython
252252
253253
254254 Find fuzzy strings
255- ''''''''''''''''''
255+ ~~~~~~~~~~~~~~~~~~
256256
257257.. code-block :: bash
258258
259259 find -name ' *.po' | xargs -L1 msgattrib --only-fuzzy --no-obsolete
260260
261261
262262 Run a test build locally
263- ''''''''''''''''''''''''
263+ ~~~~~~~~~~~~~~~~~~~~~~~~
264264
265265.. code-block :: bash
266266
@@ -270,7 +270,7 @@ Run a test build locally
270270
271271
272272 Synchronize translation with Transifex
273- ''''''''''''''''''''''''''''''''''''''
273+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
274274
275275You'll need the ``transifex-client ``, ``pomerge ``, and ``poindent ``
276276from 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