Skip to content

Commit

Permalink
Update languages for new units
Browse files Browse the repository at this point in the history
  • Loading branch information
deefrawley committed Apr 12, 2023
1 parent abfb3a3 commit 0454284
Show file tree
Hide file tree
Showing 5 changed files with 565 additions and 214 deletions.
19 changes: 1 addition & 18 deletions commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,8 @@

import json
import os

import click

from plugin import (
ICON_PATH,
PLUGIN_ACTION_KEYWORD,
PLUGIN_AUTHOR,
PLUGIN_EXECUTE_FILENAME,
PLUGIN_ID,
PLUGIN_PROGRAM_LANG,
PLUGIN_URL,
__long_description__,
__package_name__,
__package_title__,
__short_description__,
__version__,
basedir,
)


@click.group()
def translate():
Expand Down Expand Up @@ -96,4 +79,4 @@ def gen_plugin_info():
cli = click.CommandCollection(sources=[plugin, translate])

if __name__ == "__main__":
cli()
cli()
Binary file modified plugin/translations/en/LC_MESSAGES/messages.mo
Binary file not shown.
Loading

0 comments on commit 0454284

Please sign in to comment.