Skip to content

Commit 7434fd3

Browse files
authored
Merge pull request #40 from ChrisTVH/master
Added translation of the package menu, Correction in a "mnemonic"
2 parents 6776212 + bbbe415 commit 7434fd3

File tree

3 files changed

+74
-2
lines changed

3 files changed

+74
-2
lines changed

locale/es/menu.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
[
2+
{
3+
"id": "preferences",
4+
"children": [
5+
{
6+
"id": "package-settings",
7+
"caption": "Ajustes de Paquetes",
8+
"children":
9+
[
10+
{
11+
"caption": "LocalizedMenu",
12+
"children":
13+
[
14+
{
15+
"command": "open_file", "args":
16+
{
17+
"file": "${packages}/LocalizedMenu/LocalizedMenu.sublime-settings"
18+
},
19+
"caption": "Ajustes – Por defecto"
20+
},
21+
{
22+
"command": "open_file", "args":
23+
{
24+
"file": "${packages}/User/LocalizedMenu.sublime-settings"
25+
},
26+
"caption": "Ajustes – Usuario"
27+
},
28+
{ "caption": "-" }
29+
]
30+
}
31+
]
32+
},
33+
{ "caption": "-" },
34+
{
35+
"id": "locales",
36+
"caption": "Idiomas",
37+
"children": [
38+
{
39+
"command": "localize_run",
40+
"args": {
41+
"action": "detect"
42+
},
43+
"caption": "Detectar"
44+
},
45+
{
46+
"command": "localize_run",
47+
"args": {
48+
"action": "reset"
49+
},
50+
"caption": "Restablecer"
51+
},
52+
{
53+
"command": "localize_run",
54+
"args": {
55+
"action": "add"
56+
},
57+
"caption": "Añadir Idioma…"
58+
},
59+
{
60+
"command": "localize_run",
61+
"args": {
62+
"action": "submit"
63+
},
64+
"caption": "Subir Idioma…"
65+
},
66+
{ "caption": "-" }
67+
]
68+
},
69+
{ "caption": "-" }
70+
]
71+
}
72+
]

menu/4169/es/Main.sublime-menu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@
778778
{ "caption": "-", "id": "build" },
779779
{
780780
"caption": "Compiladores",
781-
"mnemonic": "S",
781+
"mnemonic": "C",
782782
"children":
783783
[
784784
{ "command": "set_build_system", "args": { "file": "" }, "caption": "Automático", "checkbox": true },

menu/4192/es/Main.sublime-menu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@
778778
{ "caption": "-", "id": "build" },
779779
{
780780
"caption": "Compiladores",
781-
"mnemonic": "S",
781+
"mnemonic": "C",
782782
"children":
783783
[
784784
{ "command": "set_build_system", "args": { "file": "" }, "caption": "Automático", "checkbox": true },

0 commit comments

Comments
 (0)