Skip to content

Commit 6cfef29

Browse files
committed
Corrected cli.author.email, improved .description ↞ [auto-sync from https://github.com/adamlui/python-utils/tree/main/translate-messages]
1 parent fadd055 commit 6cfef29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

translate-messages/lib/init.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ def cli(caller_file):
66

77
cli = sns(
88
name='translate-messages',
9-
version='2026.2.11',
10-
author=sns(name='Adam Lui', email='adam@kudoa.com', url='https://github.com/adamlui'),
11-
description='Translate en/messages.json to other locales. Type --help for cmds',
9+
version='2026.2.12',
10+
author=sns(name='Adam Lui', email='adam@kudoai.com', url='https://github.com/adamlui'),
11+
description='Translate en/messages.json to other locales. Type --help to view options',
1212
urls=sns(
1313
github='https://github.com/adamlui/python-utils',
1414
jsdelivr='https://cdn.jsdelivr.net/gh/adamlui/python-utils',

0 commit comments

Comments
 (0)