Skip to content

Commit 354ef71

Browse files
committed
Added '--create' argument for push unused translations
1 parent b1cadb8 commit 354ef71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/translation_commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
__group = __parser.add_mutually_exclusive_group(required=True)
1010
__group.add_argument("--print-all", help="Print not used and not translated strings", action="store_true")
1111
__group.add_argument("-p", "--print", help="Print not translated strings", action="store_true")
12+
__group.add_argument("-c", "--create", help="Create not translated strings", action="store_true")
1213
__group.add_argument("-d", "--delete", help="Delete unused strings", action="store_true")
1314
__parser.add_argument("--online", help="Compare with Tolgee translations via API", action="store_true")
1415
__parser.add_argument("-m", "--manual", help="Confirm all request to Tolgee API", action="store_true")

0 commit comments

Comments
 (0)