Skip to content

Commit 42d5cbb

Browse files
committed
Added support/sponsor URLs to meta
1 parent d4c1e82 commit 42d5cbb

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

remove-json-keys/remove-json-keys.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
'''
2-
Script: remove-json-keys.py
3-
Version: 2026.1.26
4-
Description: Remove key/value pairs from json_folder/**.json
2+
Name: remove-json-keys.py
3+
Version: 2026.2.10
54
Author: Adam Lui
6-
URL: https://github.com/adamlui/python-utils
5+
Description: Remove key/value pairs from json_folder/**.json
6+
Homepage: https://github.com/adamlui/python-utils
7+
Support: https://github.com/adamlui/python-utils/issues
8+
Sponsor: https://github.com/sponsors/adamlui
79
'''
810

911
import os, re

translate-messages/translate-en-messages.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.2
3+
Version: 2026.2.10.3
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
7+
Support: https://github.com/adamlui/python-utils/issues
8+
Sponsor: https://github.com/sponsors/adamlui
79
810
Options:
911
--include-langs=locales Comma-separated list of languages to include (e.g. "en,es,fr")

0 commit comments

Comments
 (0)