Browse Source

update: simplified chinese replenish list

master
Dnomd343 2 years ago
parent
commit
63392b8a9f
  1. 6
      src/character/chinese.py

6
src/character/chinese.py

@ -10,7 +10,11 @@ defaultPath = os.path.join(
os.path.dirname(os.path.realpath(__file__)), '../../release/' os.path.dirname(os.path.realpath(__file__)), '../../release/'
) )
simplifiedChineseReplenish = ['', '', '', '', '', '', '', '', '', '', '', ''] simplifiedChineseReplenish = [
'', '', '', '', '', '', '', '',
'', '', '', '', '', '', '', '',
'', '', '', '', '', '', '',
]
class Chinese: class Chinese:

Loading…
Cancel
Save