mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-04 03:38:26 +02:00
fixed a parenthesis causing a line to not be translated
This commit is contained in:
parent
ef3e9a22e7
commit
3f62863b86
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ trackname_color = {
|
|||
def patch_bmg(self, gamefile): # gamefile est le fichier .szs trouvé dans le /files/Scene/UI/ du jeu
|
||||
try:
|
||||
bmglang = gamefile[-len("E.txt"):-len(".txt")] # Langue du fichier
|
||||
self.Progress(statut=self.translate("Patch des textes " + bmglang), add=1)
|
||||
self.Progress(statut=self.translate("Patch des textes ") + bmglang, add=1)
|
||||
|
||||
subprocess.run(["./tools/szs/wszst", "EXTRACT", get_nodir(gamefile), "-d", get_nodir(gamefile) + ".d",
|
||||
"--overwrite"], creationflags=CREATE_NO_WINDOW, cwd=get_dir(gamefile))
|
||||
|
|
Loading…
Reference in a new issue