Skip to content

Commit 0454284

Browse files
committed
Update languages for new units
1 parent abfb3a3 commit 0454284

File tree

5 files changed

+565
-214
lines changed

5 files changed

+565
-214
lines changed

commands.py

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,8 @@
22

33
import json
44
import os
5-
65
import click
76

8-
from plugin import (
9-
ICON_PATH,
10-
PLUGIN_ACTION_KEYWORD,
11-
PLUGIN_AUTHOR,
12-
PLUGIN_EXECUTE_FILENAME,
13-
PLUGIN_ID,
14-
PLUGIN_PROGRAM_LANG,
15-
PLUGIN_URL,
16-
__long_description__,
17-
__package_name__,
18-
__package_title__,
19-
__short_description__,
20-
__version__,
21-
basedir,
22-
)
23-
247

258
@click.group()
269
def translate():
@@ -96,4 +79,4 @@ def gen_plugin_info():
9679
cli = click.CommandCollection(sources=[plugin, translate])
9780

9881
if __name__ == "__main__":
99-
cli()
82+
cli()
-74 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)