Skip to content

Commit 2d6d62b

Browse files
committed
Update a ReadMe
1 parent 15d3e96 commit 2d6d62b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/translations/ReadMe.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ seleniumbase translate [SB_FILE].py [LANGUAGE] [ACTION]
3737
``--ru`` / ``--Russian`` | ``--es`` / ``--Spanish``
3838
3939
* Actions:
40-
``-p`` / ``--print`` (Only print output. No changes to files.)
40+
``-p`` / ``--print`` (Print translation output to the screen)
4141
``-o`` / ``--overwrite`` (Overwrite the file being translated)
4242
``-c`` / ``--copy`` (Copy the translation to a new ``.py`` file)
4343
@@ -51,11 +51,12 @@ Translate test_3.py into Dutch and make a copy of the file:
5151
5252
* Output:
5353
Translates a SeleniumBase Python file into the language
54-
specified. Method calls and "import" lines get swapped.
54+
specified. Method calls and ``import`` lines get swapped.
5555
Both a language and an action must be specified.
56+
The ``-p`` action can be paired with one other action.
5657
When running with ``-c`` (or ``--copy``) the new file name
5758
will be the orginal name appended with an underscore
5859
plus the 2-letter language code of the new language.
5960
(Example: Translating ``test_1.py`` into Japanese with
60-
``-c`` will create a new file called ``test_1_ja.py``).
61+
``-c`` will create a new file called ``test_1_ja.py``.)
6162
```

0 commit comments

Comments
 (0)