1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00

Update locale.js

Adding missing accent in 'creating_patch' french translation.
This commit is contained in:
Natizyskunk 2021-04-19 15:05:09 +02:00 committed by GitHub
parent a03a656e6f
commit 4147557fe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,7 @@ const LOCALIZATION={
'original_rom': 'ROM originale:', 'original_rom': 'ROM originale:',
'modified_rom': 'ROM modifiée:', 'modified_rom': 'ROM modifiée:',
'patch_type': 'Type de patch:', 'patch_type': 'Type de patch:',
'creating_patch': 'Creation du patch...', 'creating_patch': 'Création du patch...',
'error_crc_input': 'Non-concordance de la somme de contrôle de la ROM source', 'error_crc_input': 'Non-concordance de la somme de contrôle de la ROM source',
'error_crc_output': 'Non-concordance de la somme de contrôle de la ROM cible', 'error_crc_output': 'Non-concordance de la somme de contrôle de la ROM cible',