Skip to content

Commit

Permalink
Remove # from locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Emiliopg91 committed Sep 11, 2024
1 parent 09c1730 commit bd3480c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/translations.i18n.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"profile.for": {
"en": "Profile for #{{name}}",
"es": "Perfil para #{{name}}"
"en": "Profile for {{name}}",
"es": "Perfil para {{name}}"
},
"smt.description": {
"en": "Enable multithreading. Best disabled for no CPU intensive software",
Expand Down Expand Up @@ -56,8 +56,8 @@
"es":"Actualizando plugin"
},
"update.to":{
"en":"Update to #{{version}}",
"es":"Actualizar a #{{version}}"
"en":"Update to {{version}}",
"es":"Actualizar a {{version}}"
},
"system.info":{
"en":"System",
Expand All @@ -72,7 +72,7 @@
"es":"Incrementa la vida útil de batería limitando la carga al 80%"
},
"item.#": {
"en": "Item #{{id}}",
"es": "Elemento #{{id}}"
"en": "Item {{id}}",
"es": "Elemento {{id}}"
}
}

0 comments on commit bd3480c

Please sign in to comment.