File tree 6 files changed +1890
-0
lines changed
6 files changed +1890
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Localize Tool & Localized Menu for Sublime Text 2/3 End User
10
10
# README.md
11
11
- en [ English] ( README.md )
12
12
- es_ES [ Español] ( readme/README.es_ES.md )
13
+ - fr_FR [ Français] ( readme/README.fr_FR.md )
13
14
- hy [ Հայերեն] ( readme/README.hy.md )
14
15
- ru [ Русский] ( readme/README.ru.md )
15
16
- sv_SE [ Svenska] ( readme/README.sv_SE.md )
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "id" : " preferences" ,
4
+ "children" : [
5
+ {
6
+ "id" : " package-settings" ,
7
+ "children" :
8
+ [
9
+ {
10
+ "caption" : " LocalizedMenu" ,
11
+ "children" :
12
+ [
13
+ {
14
+ "command" : " open_file" , "args" :
15
+ {
16
+ "file" : " ${packages}/LocalizedMenu/LocalizedMenu.sublime-settings"
17
+ },
18
+ "caption" : " Settings – Default"
19
+ },
20
+ {
21
+ "command" : " open_file" , "args" :
22
+ {
23
+ "file" : " ${packages}/User/LocalizedMenu.sublime-settings"
24
+ },
25
+ "caption" : " Settings – User"
26
+ },
27
+ { "caption" : " -" }
28
+ ]
29
+ }
30
+ ]
31
+ },
32
+ { "caption" : " -" },
33
+ {
34
+ "id" : " locales" ,
35
+ "caption" : " Langues" ,
36
+ "children" : [
37
+ {
38
+ "command" : " localize_run" ,
39
+ "args" : {
40
+ "action" : " detect"
41
+ },
42
+ "caption" : " Detecter"
43
+ },
44
+ {
45
+ "command" : " localize_run" ,
46
+ "args" : {
47
+ "action" : " reset"
48
+ },
49
+ "caption" : " Réinitialiser"
50
+ },
51
+ {
52
+ "command" : " localize_run" ,
53
+ "args" : {
54
+ "action" : " add"
55
+ },
56
+ "caption" : " Ajouter…"
57
+ },
58
+ {
59
+ "command" : " localize_run" ,
60
+ "args" : {
61
+ "action" : " submit"
62
+ },
63
+ "caption" : " Soumettre…"
64
+ },
65
+ { "caption" : " -" }
66
+ ]
67
+ },
68
+ { "caption" : " -" }
69
+ ]
70
+ }
71
+ ]
You can’t perform that action at this time.
0 commit comments