Skip to content

Instantly share code, notes, and snippets.

View wudi-7mi's full-sized avatar
🐢
Turtling

wudi7mi wudi-7mi

🐢
Turtling
View GitHub Profile
@ocavue
ocavue / add_gettext.py
Last active February 27, 2023 08:37
a script for auto add gettext
import json
import os
from redbaron import RedBaron
FILES_STATUS = {"FAIL": [], "SUCCESS": [], "PASS": []}
RESULT_OUTPUT_PATH = "~/result.json"
def has_chinese_char(string):