Skip to content
This repository was archived by the owner on Aug 15, 2026. It is now read-only.

Commit c0ec7f7

Browse files
committed
1 parent 9756cd7 commit c0ec7f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

translate-messages/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages
3-
Version: 2026.2.10.30
3+
Version: 2026.2.10.31
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -10,7 +10,7 @@
1010
'''
1111

1212
import argparse, os, json
13-
import lib.init as init
13+
from lib import init
1414
from sys import stdout
1515
from translate import Translator
1616
from urllib.request import urlopen

0 commit comments

Comments
 (0)