Skip to content

Added error message if included DirectX DLLs are missing - #998

Merged
blueskythlikesclouds merged 3 commits into
mainfrom
d3d12-dll-check
Mar 7, 2025
Merged

Added error message if included DirectX DLLs are missing#998
blueskythlikesclouds merged 3 commits into
mainfrom
d3d12-dll-check

Conversation

@hyperbx

@hyperbx hyperbx commented Mar 4, 2025

Copy link
Copy Markdown
Member

Closes #939.

Localization needed:

  • Japanese
  • German
  • French
  • Spanish
  • Italian

Comment thread UnleashedRecomp/main.cpp Outdated
Comment thread UnleashedRecomp/main.cpp Outdated
@hyperbx
hyperbx force-pushed the d3d12-dll-check branch 2 times, most recently from bd29e01 to 65ee563 Compare March 4, 2025 23:05
@DeaTh-G

DeaTh-G commented Mar 5, 2025

Copy link
Copy Markdown
Contributor

@Kitzuku @LJSTARbird @brianuuu @NextinMono @DarioSamo This PR adds new text that needs to be localized. Please help localizing it to the respective languages you've done.

@DeaTh-G DeaTh-G added the localization needed Attention from localizers needed label Mar 5, 2025
@LJSTARbird

LJSTARbird commented Mar 5, 2025

Copy link
Copy Markdown
Contributor
{ ELanguage::French, "Le module \"%s\" n'a pas pu être trouvé.\n\nVeuillez vous assurer que :\n\n- Vous avez extrait Unleashed Recompiled dans son entièreté et pas seulement le fichier *.exe.\n- Vous n'exécutez pas Unleashed Recompiled à partir d'un fichier *.zip." }

@Kitzuku

Kitzuku commented Mar 5, 2025

Copy link
Copy Markdown
Contributor
{ ELanguage::German, "Das Modul \"%s\" konnte nicht gefunden werden.\n\nBitte stelle sicher, dass:\n\n- Diese Kopie von Unleashed Recompiled vollständig entpackt wurde und nicht nur die *.exe-Datei.\n- Unleashed Recompiled nicht direkt aus einer *.zip-Datei ausgeführt wird." }

@NextinMono

Copy link
Copy Markdown
Contributor
{ ELanguage::Italian, "Impossibile trovare il modulo \"%s\".\n\nAssicurati che:\n\n- Hai estratto questa copia di Unleashed Recompiled correttamente e non solo il file *.exe.\n- Non stai eseguendo Unleashed Recompiled da un file *.zip." }

@DeaTh-G
DeaTh-G marked this pull request as draft March 5, 2025 16:16
@brianuuu

brianuuu commented Mar 5, 2025

Copy link
Copy Markdown
Contributor
{ ELanguage::Japanese, "モジュール\"%s\"が見つかりませんでした\n\n次の点を確認してください:\n\n※Unleashed Recompiledの*.exeファイルだけを抽出していなく、 コピーを完全に抽出してること\n※Unleashed Recompiledを*.zipファイルから実行していないこと" }

@hyperbx hyperbx added this to the v1.0.2 milestone Mar 6, 2025
@DarioSamo

DarioSamo commented Mar 6, 2025

Copy link
Copy Markdown
Contributor
{ ELanguage::Spanish, "No se pudo encontrar el módulo \"%s\".\n\nAsegúrese de que:\n\n- Ha extraido esta copia de Unleashed Recompiled por completo y no solo el archivo *.exe.\n- No está ejecutando Unleashed Recompiled desde un archivo *.zip." }

@DeaTh-G

DeaTh-G commented Mar 6, 2025

Copy link
Copy Markdown
Contributor

@hyperbx all localization are ready to go

Co-Authored-By: LJSTAR <31629427+LJSTARbird@users.noreply.github.com>
Co-Authored-By: Kitzuku <25226941+Kitzuku@users.noreply.github.com>
Co-Authored-By: NextinHKRY <38560522+NextinMono@users.noreply.github.com>
Co-Authored-By: brianuuu <38166666+brianuuu@users.noreply.github.com>
Co-Authored-By: Darío <538504+DarioSamo@users.noreply.github.com>
@hyperbx
hyperbx marked this pull request as ready for review March 6, 2025 21:09
@hyperbx hyperbx removed the localization needed Attention from localizers needed label Mar 6, 2025
Comment thread UnleashedRecomp/main.cpp Outdated
Comment thread UnleashedRecomp/main.cpp Outdated
@blueskythlikesclouds
blueskythlikesclouds merged commit c64ef1f into main Mar 7, 2025
@blueskythlikesclouds
blueskythlikesclouds deleted the d3d12-dll-check branch March 7, 2025 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Check for missing contents in the D3D12 folder

8 participants