Skip to content

Commit 44d1ef3

Browse files
authored
Merge pull request #1915 from dtolnay-contrib/visual-studio
Delete Geany from editors list, add Visual Studio
2 parents 19c4b4f + 73e8030 commit 44d1ef3

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

locales/de/tools.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ tools-editor-idea = RustRover
3232
tools-editor-eclipse = Eclipse
3333
tools-editor-vim = Vim
3434
tools-editor-emacs = Emacs
35-
tools-editor-geany = Geany
35+
tools-editor-visual-studio = Visual Studio

locales/en-US/tools.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ tools-editor-idea = RustRover
174174
tools-editor-eclipse = Eclipse
175175
tools-editor-vim = Vim
176176
tools-editor-emacs = Emacs
177-
tools-editor-geany = Geany
177+
tools-editor-visual-studio = Visual Studio

locales/es/tools.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ tools-editor-idea = RustRover
124124
tools-editor-eclipse = Eclipse
125125
tools-editor-vim = Vim
126126
tools-editor-emacs = Emacs
127-
tools-editor-geany = Geany
127+
tools-editor-visual-studio = Visual Studio

locales/fa/tools.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tools-editor-idea = RustRover
2424
tools-editor-eclipse = Eclipse
2525
tools-editor-vim = Vim
2626
tools-editor-emacs = Emacs
27-
tools-editor-geany = Geany
27+
tools-editor-visual-studio = Visual Studio

locales/fr/tools.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ tools-editor-idea = RustRover
109109
tools-editor-eclipse = Eclipse
110110
tools-editor-vim = Vim
111111
tools-editor-emacs = Emacs
112-
tools-editor-geany = Geany
112+
tools-editor-visual-studio = Visual Studio

locales/it/tools.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ tools-editor-idea = RustRover
9999
tools-editor-eclipse = Eclipse
100100
tools-editor-vim = Vim
101101
tools-editor-emacs = Emacs
102-
tools-editor-geany = Geany
102+
tools-editor-visual-studio = Visual Studio

locales/ja/tools.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ tools-editor-idea = RustRover
100100
tools-editor-eclipse = Eclipse
101101
tools-editor-vim = Vim
102102
tools-editor-emacs = Emacs
103-
tools-editor-geany = Geany
103+
tools-editor-visual-studio = Visual Studio

locales/ko/tools.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ tools-editor-idea = RustRover
5959
tools-editor-eclipse = Eclipse
6060
tools-editor-vim = Vim
6161
tools-editor-emacs = Emacs
62-
tools-editor-geany = Geany
62+
tools-editor-visual-studio = Visual Studio

locales/pl/tools.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ tools-editor-idea = RustRover
4444
tools-editor-eclipse = Eclipse
4545
tools-editor-vim = Vim
4646
tools-editor-emacs = Emacs
47-
tools-editor-geany = Geany
47+
tools-editor-visual-studio = Visual Studio

locales/pt-BR/tools.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ tools-editor-idea = RustRover
149149
tools-editor-eclipse = Eclipse
150150
tools-editor-vim = Vim
151151
tools-editor-emacs = Emacs
152-
tools-editor-geany = Geany
152+
tools-editor-visual-studio = Visual Studio

locales/ru/tools.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ tools-editor-idea = RustRover
122122
tools-editor-eclipse = Eclipse
123123
tools-editor-vim = Vim
124124
tools-editor-emacs = Emacs
125-
tools-editor-geany = Geany
125+
tools-editor-visual-studio = Visual Studio

locales/tr/tools.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ tools-editor-idea = { ENGLISH("RustRover") }
133133
tools-editor-eclipse = { ENGLISH("Eclipse") }
134134
tools-editor-vim = { ENGLISH("Vim") }
135135
tools-editor-emacs = { ENGLISH("Emacs") }
136-
tools-editor-geany = { ENGLISH("Geany") }
136+
tools-editor-visual-studio = { ENGLISH("Visual Studio") }

locales/zh-CN/tools.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ tools-editor-idea = RustRover
136136
tools-editor-eclipse = Eclipse
137137
tools-editor-vim = Vim
138138
tools-editor-emacs = Emacs
139-
tools-editor-geany = Geany
139+
tools-editor-visual-studio = Visual Studio

locales/zh-TW/tools.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ tools-editor-idea = RustRover
110110
tools-editor-eclipse = Eclipse
111111
tools-editor-vim = Vim
112112
tools-editor-emacs = Emacs
113-
tools-editor-geany = Geany
113+
tools-editor-visual-studio = Visual Studio

templates/components/tools/editors.html.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class="button button-secondary">{{fluent "tools-editor-emacs"}}</a>
2525
</div>
2626
<div class="w-25-l w-50-m w-100 pa3">
27-
<a href="https://geany.org/about/filetypes/"
28-
class="button button-secondary">{{fluent "tools-editor-geany"}}</a>
27+
<a href="https://rust-analyzer.github.io/manual.html#visual-studio-2022"
28+
class="button button-secondary">{{fluent "tools-editor-visual-studio"}}</a>
2929
</div>
3030
</div>

0 commit comments

Comments
 (0)