Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/de/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/en-US/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/es/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/fa/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/fr/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/it/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/ja/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/ko/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/pl/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/pt-BR/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/ru/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/tr/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ tools-editor-idea = { ENGLISH("RustRover") }
tools-editor-eclipse = { ENGLISH("Eclipse") }
tools-editor-vim = { ENGLISH("Vim") }
tools-editor-emacs = { ENGLISH("Emacs") }
tools-editor-geany = { ENGLISH("Geany") }
tools-editor-visual-studio = { ENGLISH("Visual Studio") }
2 changes: 1 addition & 1 deletion locales/zh-CN/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/zh-TW/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
4 changes: 2 additions & 2 deletions templates/components/tools/editors.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class="button button-secondary">{{fluent "tools-editor-emacs"}}</a>
</div>
<div class="w-25-l w-50-m w-100 pa3">
<a href="https://geany.org/about/filetypes/"
class="button button-secondary">{{fluent "tools-editor-geany"}}</a>
<a href="https://rust-analyzer.github.io/manual.html#visual-studio-2022"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rust-lang/rust-analyzer#16361 adds an anchor without the year in it.

class="button button-secondary">{{fluent "tools-editor-visual-studio"}}</a>
</div>
</div>