Skip to content

Commit

Permalink
keep lang raw json names
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Jan 4, 2025
1 parent 9de43e8 commit 512e790
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions update.go
Original file line number Diff line number Diff line change
Expand Up @@ -569,11 +569,8 @@ func UnpackUnityI18n(category string, inputPath string, outputPath string, muteS
}
defer cli.Close()

outputTrimmed := strings.TrimSuffix(outputPath, ".json")
outputFileName := outputTrimmed + ".i18n.json"

inputRawFileName := filepath.Base(inputPath)
outputRawFileName := filepath.Base(outputFileName)
outputRawFileName := filepath.Base(outputPath)

inputDir := filepath.Dir(inputPath)

Expand Down

0 comments on commit 512e790

Please sign in to comment.