File tree 1 file changed +15
-0
lines changed 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ def get_all_languages() -> list[str]:
90
90
"500" ,
91
91
"_admin" ,
92
92
"_static" ,
93
+ "a" ,
93
94
"about" ,
94
95
"accept" ,
95
96
"access" ,
@@ -108,6 +109,7 @@ def get_all_languages() -> list[str]:
108
109
"avatar" ,
109
110
"billing" ,
110
111
"blog" ,
112
+ "bounce" ,
111
113
"branding" ,
112
114
"careers" ,
113
115
"client" ,
@@ -120,6 +122,7 @@ def get_all_languages() -> list[str]:
120
122
"debug" ,
121
123
"devinfra" ,
122
124
"docs" ,
125
+ "email" ,
123
126
"enterprise" ,
124
127
"eu" ,
125
128
"events" ,
@@ -130,9 +133,12 @@ def get_all_languages() -> list[str]:
130
133
"features" ,
131
134
"finance" ,
132
135
"for" ,
136
+ "forum" ,
133
137
"from" ,
134
138
"get-cli" ,
135
139
"github-deployment-gate" ,
140
+ "gsnlink" ,
141
+ "go" ,
136
142
"guide" ,
137
143
"help" ,
138
144
"ingest" ,
@@ -144,13 +150,17 @@ def get_all_languages() -> list[str]:
144
150
"ja" ,
145
151
"jobs" ,
146
152
"legal" ,
153
+ "live" ,
147
154
"login" ,
148
155
"logout" ,
149
156
"lp" ,
150
157
"mail" ,
151
158
"manage" ,
159
+ "marketing" ,
160
+ "md" ,
152
161
"my" ,
153
162
"onboarding" ,
163
+ "open" ,
154
164
"organization-avatar" ,
155
165
"organizations" ,
156
166
"out" ,
@@ -173,7 +183,9 @@ def get_all_languages() -> list[str]:
173
183
"sa1" ,
174
184
"sales" ,
175
185
"security" ,
186
+ "securityportal" ,
176
187
"sentry-apps" ,
188
+ "services" ,
177
189
"settings" ,
178
190
"signup" ,
179
191
"sponsorship" ,
@@ -182,6 +194,7 @@ def get_all_languages() -> list[str]:
182
194
"staff" ,
183
195
"subscribe" ,
184
196
"support" ,
197
+ "swag" ,
185
198
"syntax" ,
186
199
"syntaxfm" ,
187
200
"team-avatar" ,
@@ -193,6 +206,8 @@ def get_all_languages() -> list[str]:
193
206
"us" ,
194
207
"vs" ,
195
208
"welcome" ,
209
+ "www" ,
210
+ "www2" ,
196
211
)
197
212
)
198
213
You can’t perform that action at this time.
0 commit comments