Skip to content

Commit 7e76e17

Browse files
authored
Merge pull request #1908 from dtolnay-contrib/en-us
Regenerate en-US teams.ftl from team repo
2 parents e89f301 + b37a379 commit 7e76e17

File tree

1 file changed

+32
-14
lines changed

1 file changed

+32
-14
lines changed

locales/en-US/teams.ftl

+32-14
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ governance-team-devtools-description = Contributing to and creating the Rust dev
4444
governance-team-docs-rs-name = Docs.rs team
4545
governance-team-docs-rs-description = Docs.rs, the documentation hosting service for crates
4646
47-
governance-team-ides-name = IDEs and editors team
48-
governance-team-ides-description = Developing IDEs, editors, and other development tools such as Racer and rust-analyzer
49-
5047
governance-team-infra-name = Infrastructure team
5148
governance-team-infra-description = Managing the infrastructure supporting the Rust project itself, including CI, releases, bots, and metrics
5249
@@ -59,6 +56,9 @@ governance-team-lang-advisors-description = Advising on the development of the R
5956
governance-team-lang-docs-name = lang-docs team
6057
governance-team-lang-docs-description = Developing and writing the docs related to the lang team
6158
59+
governance-team-lang-ops-name = lang-ops team
60+
governance-team-lang-ops-description = Operations for the lang team: preparing agenda, issue triage, scheduling and documenting meetings
61+
6262
governance-team-leadership-council-name = Leadership council
6363
governance-team-leadership-council-description = Charged with the success of the Rust Project as whole, consisting of representatives from top-level teams
6464
@@ -95,9 +95,6 @@ governance-team-project-const-generics-description = Working to advance const ge
9595
governance-team-project-dyn-upcasting-name = Dyn Upcasting Initiative
9696
governance-team-project-dyn-upcasting-description = Allowing Upcasting between trait objects
9797
98-
governance-team-project-edition-2021-name = Edition 2021 Project Group
99-
governance-team-project-edition-2021-description = Managing the Rust 2021 edition
100-
10198
governance-team-project-error-handling-name = Error Handling Project Group
10299
governance-team-project-error-handling-description = Identifying error handling best practices and consolidating the ecosystem
103100
@@ -140,15 +137,24 @@ governance-team-rust-analyzer-description = Rust IDE support and error-resilient
140137
governance-team-rustdoc-name = Rustdoc team
141138
governance-team-rustdoc-description = Developing and managing the Rustdoc documentation tool
142139
140+
governance-team-rustdoc-contributors-name = Rustdoc team contributors
141+
governance-team-rustdoc-contributors-description = Contributing to Rustdoc on a regular basis
142+
143143
governance-team-rustfmt-name = Rustfmt team
144144
governance-team-rustfmt-description = Designing and implementing rustfmt, a formatting tool for Rust code
145145
146146
governance-team-rustup-name = Rustup team
147147
governance-team-rustup-description = Designing and implementing rustup
148148
149+
governance-team-spec-name = Specification team
150+
governance-team-spec-description = Creating and maintaining the specification for the Rust language
151+
149152
governance-team-style-name = Style team
150153
governance-team-style-description = Defining and evolving the default Rust coding style
151154
155+
governance-team-testing-devex-name = Testing DevEx team
156+
governance-team-testing-devex-description = Working on the associated libraries, tooling, strategy, and integration points that support the developer experience with writing, executing, and analyzing tests
157+
152158
governance-team-triagebot-name = Triagebot team
153159
governance-team-triagebot-description = Maintaining and improving the rust-lang/triagebot tooling
154160
@@ -161,6 +167,9 @@ governance-team-wg-allocators-description = Paving a path for a standard set of
161167
governance-team-wg-async-name = Async working group
162168
governance-team-wg-async-description = Pursuing core language and library support for async-await
163169
170+
governance-team-wg-binary-size-name = Binary size working group
171+
governance-team-wg-binary-size-description = Improving the binary size of Rust programs and libraries
172+
164173
governance-team-wg-bindgen-name = Bindgen working group
165174
governance-team-wg-bindgen-description = Developing tools for generating FFI bindings
166175
@@ -200,6 +209,9 @@ governance-team-wg-embedded-hal-description = Develops and maintains crates that
200209
governance-team-wg-embedded-infra-name = Embedded infrastructure team
201210
governance-team-wg-embedded-infra-description = Managing infrastructure for wg-embedded
202211
212+
governance-team-wg-embedded-libs-name = Embedded libraries team
213+
governance-team-wg-embedded-libs-description = Develops and maintains libraries for embedded devices
214+
203215
governance-team-wg-embedded-linux-name = Embedded Linux team
204216
governance-team-wg-embedded-linux-description = The embedded Linux team develops and maintains the core of the embedded Linux crate ecosystem.
205217
@@ -209,8 +221,8 @@ governance-team-wg-embedded-msp430-description = Develops and maintains the core
209221
governance-team-wg-embedded-resources-name = Embedded resources working group
210222
governance-team-wg-embedded-resources-description = Managing various resources owned by the embedded working group
211223
212-
governance-team-wg-embedded-riscv-name = Embedded RISCV team
213-
governance-team-wg-embedded-riscv-description = Develops and maintains the core of the embedded RISCV crate ecosystem
224+
governance-team-wg-embedded-riscv-name = Embedded RISC-V team
225+
governance-team-wg-embedded-riscv-description = Develops and maintains the core of the embedded RISC-V crate ecosystem
214226
215227
governance-team-wg-embedded-tools-name = Embedded Tools Team
216228
governance-team-wg-embedded-tools-description = Develops and maintains core embedded tools
@@ -236,15 +248,15 @@ governance-team-wg-inline-asm-description = A working-group project to extend th
236248
governance-team-wg-llvm-name = LLVM working group
237249
governance-team-wg-llvm-description = Working with LLVM upstream to represent Rust in its development
238250
251+
governance-team-wg-macros-name = Macros working group
252+
governance-team-wg-macros-description = Revival and Improving the Rust Macros
253+
239254
governance-team-wg-mir-opt-name = MIR optimizations working group
240255
governance-team-wg-mir-opt-description = Writing MIR optimizations and refactoring the MIR to be more optimizable
241256
242257
governance-team-wg-parallel-rustc-name = Parallel rustc working group
243258
governance-team-wg-parallel-rustc-description = Making parallel compilation the default for rustc
244259
245-
governance-team-wg-parselib-name = Parselib working group
246-
governance-team-wg-parselib-description = Sharing the parser between rustc and rust-analyzer
247-
248260
governance-team-wg-pgo-name = Profile-guided optimization working group
249261
governance-team-wg-pgo-description = Implementing profile-guided optimization for rustc
250262
@@ -269,9 +281,6 @@ governance-team-wg-rustc-dev-guide-description = Making the compiler easier to l
269281
governance-team-wg-rustc-reading-club-name = Rust Code Reading Club working group
270282
governance-team-wg-rustc-reading-club-description = Helping new and experienced contributors learn more about rustc
271283
272-
governance-team-wg-rustfix-name = Rustfix working group
273-
governance-team-wg-rustfix-description = Developing cargo-fix and serving as a point of contact for other teams
274-
275284
governance-team-wg-safe-transmute-name = safe-transmute project group
276285
governance-team-wg-safe-transmute-description = A working-group project to extend the Rust language to support safe transmute between types
277286
@@ -290,4 +299,13 @@ governance-team-wg-triage-description = Triaging repositories under the rust-lan
290299
governance-team-wg-wasm-name = WebAssembly (WASM) working group
291300
governance-team-wg-wasm-description = Improving on the end-to-end experience of embedding Rust code in JS libraries and apps via WebAssembly
292301
302+
governance-role-council-rep-compiler = Compiler team
303+
governance-role-council-rep-crates-io = Crates.io team
304+
governance-role-council-rep-devtools = Dev tools team
305+
governance-role-council-rep-infra = Infrastructure team
306+
governance-role-council-rep-lang = Language team
307+
governance-role-council-rep-launching-pad = Launching pad
308+
governance-role-council-rep-libs = Library team
309+
governance-role-council-rep-mods = Moderation team
310+
governance-role-council-rep-release = Release team
293311
governance-role-spec-editor = Editor

0 commit comments

Comments
 (0)