Skip to content

Commit 1460c7d

Browse files
authored
Merge pull request #17 from fxbenard/master
fr_FR updates for 3170 & 3176
2 parents 714bee4 + b118453 commit 1460c7d

File tree

6 files changed

+1890
-0
lines changed

6 files changed

+1890
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Localize Tool & Localized Menu for Sublime Text 2/3 End User
1010
# README.md
1111
- en [English](README.md)
1212
- es_ES [Español](readme/README.es_ES.md)
13+
- fr_FR [Français](readme/README.fr_FR.md)
1314
- hy [Հայերեն](readme/README.hy.md)
1415
- ru [Русский](readme/README.ru.md)
1516
- sv_SE [Svenska](readme/README.sv_SE.md)

locale/fr_FR/menu.json

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
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+
]

0 commit comments

Comments
 (0)