fix: json format (#84)

* Update extract_locale.py

* Apply Code Formatter Change

* Update locale_diff.py

* Apply Code Formatter Change

---------

Co-authored-by: fumiama <fumiama@users.noreply.github.com>
This commit is contained in:
源文雨
2023-04-17 20:49:29 +08:00
committed by GitHub
parent 5ab6713bb3
commit b0f8a4c7d1
6 changed files with 19 additions and 5 deletions

3
gui.py
View File

@@ -1,4 +1,5 @@
import os,sys
import os, sys
now_dir = os.getcwd()
sys.path.append(now_dir)
import PySimpleGUI as sg