mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
standarized Valencià lang code
This commit is contained in:
parent
eda73bd7b5
commit
e81b3d821b
2 changed files with 8 additions and 8 deletions
|
@ -179,7 +179,7 @@
|
|||
<button id="button-settings" class="button-outer"><img src="style/icon_settings.svg" class="icon settings" /> <span data-localize="settings">Settings</span></button>
|
||||
</div>
|
||||
|
||||
Rom Patcher JS <small>v2.6</small> by <a href="/">Marc Robledo</a>
|
||||
Rom Patcher JS <small>v2.6.1</small> by <a href="/">Marc Robledo</a>
|
||||
<br />
|
||||
<img src="style/icon_github.svg" class="icon github" /> <a href="https://github.com/marcrobledo/RomPatcher.js/" target="_blank">See on GitHub</a>
|
||||
<img src="style/icon_heart.svg" class="icon heart" /> <a href="https://www.paypal.me/marcrobledo/5" target="_blank" rel="nofollow">Donate</a>
|
||||
|
@ -209,7 +209,7 @@
|
|||
<option value="nl">Nederlands</option>
|
||||
<option value="sv">Svenska</option>
|
||||
<option value="ca">Català</option>
|
||||
<option value="val">Valencià</option>
|
||||
<option value="ca-va">Valencià</option>
|
||||
<option value="pt-br">Português Brasileiro</option>
|
||||
<option value="ru">Russian</option>
|
||||
<option value="ja">日本語</option>
|
||||
|
|
12
js/locale.js
12
js/locale.js
|
@ -60,8 +60,8 @@ const LOCALIZATION={
|
|||
'error_invalid_patch': 'Archivo de parche no válido',
|
||||
'warning_too_big': 'No se recomienda usar archivos muy grandes.'
|
||||
},
|
||||
'nl':{
|
||||
'creator_mode': 'Creator-modus',
|
||||
'nl':{
|
||||
'creator_mode': 'Creator-modus',
|
||||
'settings': 'Settings',
|
||||
'alternate_output_name': 'Use patch name for output',
|
||||
'light_theme': 'Light theme',
|
||||
|
@ -89,9 +89,9 @@ const LOCALIZATION={
|
|||
'error_unzipping': 'Fout bij uitpakken van bestand',
|
||||
'error_invalid_patch': 'Ongeldig patchbestand',
|
||||
'warning_too_big': 'Het gebruik van grote bestanden wordt niet aanbevolen.'
|
||||
},
|
||||
'sv':{
|
||||
'creator_mode': 'Skaparläge',
|
||||
},
|
||||
'sv':{
|
||||
'creator_mode': 'Skaparläge',
|
||||
'settings': 'Settings',
|
||||
'alternate_output_name': 'Use patch name for output',
|
||||
'light_theme': 'Light theme',
|
||||
|
@ -150,7 +150,7 @@ const LOCALIZATION={
|
|||
'error_invalid_patch': 'Arxiu de pedaç no vàlid',
|
||||
'warning_too_big': 'No es recomana usar arxius molt grans.'
|
||||
},
|
||||
'val':{
|
||||
'ca-va':{
|
||||
'creator_mode': 'Mode creador',
|
||||
'settings': 'Configuració',
|
||||
'alternate_output_name': 'Guardar amb nom del pedaç',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue