Skip to content

Commit 7427b3a

Browse files
authored
Merge pull request robotframework#1911 from emanlove/translation-documentation
Corrected spellings of argument
2 parents 6a62026 + e647487 commit 7427b3a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/SeleniumLibrary/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,8 @@ class SeleniumLibrary(DynamicCore):
578578
Template translation file, with English language can be created by running:
579579
`rfselib translation /path/to/translation.json` command. Command does not provide translations to other
580580
languages, it only provides easy way to create full list keywords and their documentation in correct
581-
format. It is also possible to add keywords from library plugins by providing `--plugings` arguments
582-
to command. Example: `rfselib translation --plugings myplugin.SomePlugin /path/to/translation.json` The
581+
format. It is also possible to add keywords from library plugins by providing `--plugins` arguments
582+
to command. Example: `rfselib translation --plugins myplugin.SomePlugin /path/to/translation.json` The
583583
generated json file contains `sha256` key, which contains the sha256 sum of the library documentation.
584584
The sha256 sum is used by `rfselib translation --compare /path/to/translation.json` command, which compares
585585
the translation to the library and prints outs a table which tells if there are changes needed for

src/SeleniumLibrary/entry/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def translation(
7575
7676
The filename argument will tell where the default json file is saved.
7777
78-
The --plugin argument will add plugin keywords in addition to the library keywords
78+
The --plugins argument will add plugin keywords in addition to the library keywords
7979
into the default translation json file. It is used the same as plugins argument in
8080
the library import.
8181

utest/test/api/approved_files/PluginDocumentation.test_many_plugins.approved.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,8 @@ translated, instead ``name`` should be kept the same.
517517
Template translation file, with English language can be created by running:
518518
`rfselib translation /path/to/translation.json` command. Command does not provide translations to other
519519
languages, it only provides easy way to create full list keywords and their documentation in correct
520-
format. It is also possible to add keywords from library plugins by providing `--plugings` arguments
521-
to command. Example: `rfselib translation --plugings myplugin.SomePlugin /path/to/translation.json` The
520+
format. It is also possible to add keywords from library plugins by providing `--plugins` arguments
521+
to command. Example: `rfselib translation --plugins myplugin.SomePlugin /path/to/translation.json` The
522522
generated json file contains `sha256` key, which contains the sha256 sum of the library documentation.
523523
The sha256 sum is used by `rfselib translation --compare /path/to/translation.json` command, which compares
524524
the translation to the library and prints outs a table which tells if there are changes needed for

0 commit comments

Comments
 (0)