mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-12 21:53:14 +00:00
fix translation (#1083)
Changed from checkUpdate.cpp to check_update.cpp Removed this part, as the function that used it no longer exists: <details> <summary><strong>See removed text</strong></summary> ```ts <message> <location filename="../checkUpdate.cpp" line="352"/> <source>Failed to open the ZIP file</source> <translation>Failed to open the ZIP file</translation> </message> <location filename="../checkUpdate.cpp" line="420"/> <source>File name is empty. Possibly corrupted ZIP.</source> <translation>File name is empty. Possibly corrupted ZIP.</translation> </message> <message> <location filename="../checkUpdate.cpp" line="445"/> <source>Failed to create directory</source> <translation>Failed to create directory</translation> </message> <message> <location filename="../checkUpdate.cpp" line="464"/> <source>Error decompressing file</source> <translation>Error decompressing file</translation> </message> <message> <location filename="../checkUpdate.cpp" line="487"/> <source>Failed to open output file</source> <translation>Failed to open output file</translation> </message> <message> <location filename="../checkUpdate.cpp" line="497"/> <source>Unsupported compression method for file:</source> <translation>Unsupported compression method for file:</translation> </message> <message> <location filename="../checkUpdate.cpp" line="510"/> <source>Failed to create TAR extraction directory</source> <translation>Failed to create TAR extraction directory</translation> </message> <message> <location filename="../checkUpdate.cpp" line="525"/> <source>Failed to extract the TAR file</source> <translation>Failed to extract the TAR file</translation> </message> ``` </details> And it was standardized, all files with the correct formatting.
This commit is contained in:
parent
b7e2903911
commit
675fd4b31a
26 changed files with 23363 additions and 24351 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue