mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
fixed broken string in latest PR
This commit is contained in:
parent
0b323a826f
commit
8f1a5738a7
1 changed files with 2 additions and 2 deletions
|
@ -303,7 +303,7 @@ const LOCALIZATION={
|
||||||
'fr':{
|
'fr':{
|
||||||
'creator_mode': 'Mode créateur',
|
'creator_mode': 'Mode créateur',
|
||||||
'settings': 'Configurations',
|
'settings': 'Configurations',
|
||||||
'alternate_output_name': 'Utiliser le nom du patch pour renommer la ROM une fois patchée,
|
'alternate_output_name': 'Utiliser le nom du patch pour renommer la ROM une fois patchée',
|
||||||
'light_theme': 'Thème Clair',
|
'light_theme': 'Thème Clair',
|
||||||
|
|
||||||
'apply_patch': 'Appliquer le patch',
|
'apply_patch': 'Appliquer le patch',
|
||||||
|
@ -360,7 +360,7 @@ const LOCALIZATION={
|
||||||
'error_invalid_patch': '无效补丁',
|
'error_invalid_patch': '无效补丁',
|
||||||
'warning_too_big': '不推荐使用大文件。'
|
'warning_too_big': '不推荐使用大文件。'
|
||||||
},
|
},
|
||||||
'it':{
|
'it':{
|
||||||
'creator_mode': 'Modalità creatore',
|
'creator_mode': 'Modalità creatore',
|
||||||
'settings': 'Impostazioni',
|
'settings': 'Impostazioni',
|
||||||
'alternate_output_name': 'Usa il nome della patch per uscita',
|
'alternate_output_name': 'Usa il nome della patch per uscita',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue