Skip to content

Commit d6cb9d0

Browse files
committed
Delete Geany from editor list
1 parent 19c4b4f commit d6cb9d0

File tree

15 files changed

+0
-18
lines changed

15 files changed

+0
-18
lines changed

locales/de/tools.ftl

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

locales/en-US/tools.ftl

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

locales/es/tools.ftl

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

locales/fa/tools.ftl

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

locales/fr/tools.ftl

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

locales/it/tools.ftl

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

locales/ja/tools.ftl

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

locales/ko/tools.ftl

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

locales/pl/tools.ftl

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

locales/pt-BR/tools.ftl

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

locales/ru/tools.ftl

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

locales/tr/tools.ftl

-1
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,3 @@ 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") }

locales/zh-CN/tools.ftl

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

locales/zh-TW/tools.ftl

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

templates/components/tools/editors.html.hbs

-4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,4 @@
2323
<a href="https://github.com/rust-lang/rust-mode"
2424
class="button button-secondary">{{fluent "tools-editor-emacs"}}</a>
2525
</div>
26-
<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>
29-
</div>
3026
</div>

0 commit comments

Comments
 (0)