번역툴 2.0 업데이트

This commit is contained in:
Gnill82
2025-10-29 13:32:42 +09:00
parent fbef7989e4
commit e189a64631
24 changed files with 2486 additions and 1 deletions

13
4_CSV병합.bat Normal file
View File

@ -0,0 +1,13 @@
@echo off
chcp 65001 > nul
cd /d "%~dp0"
echo ========================================
echo DS_L10N - CSV 병합
echo ========================================
echo.
python ds_l10n.py merge
echo.
pause