summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-02-19 13:44:40 +0100
committerGitHub <noreply@github.com>2019-02-19 13:44:40 +0100
commitddeef60918219993a57f7660954d699125c569d0 (patch)
treee2aa3c9745dc2eedc0bb890c9eb11529b05fe9fd
parent6e606959e40caa51d1a0939b9fe02db9b04be1fd (diff)
parent5214531a7f3cf2f2d7990bdc14d458bd019afdaf (diff)
Merge pull request #22 from Manishearth/l10n
Add l10n wg
-rw-r--r--teams/community.toml2
-rw-r--r--teams/wg-localization.toml16
2 files changed, 18 insertions, 0 deletions
diff --git a/teams/community.toml b/teams/community.toml
index 350fbe2..bc4620d 100644
--- a/teams/community.toml
+++ b/teams/community.toml
@@ -28,6 +28,7 @@ extra-teams = [
"community-events",
"community-rustbridge",
"community-survey",
+ "wg-localization",
]
extra-emails = [
"rust-community@googlegroups.com",
@@ -40,6 +41,7 @@ extra-teams = [
"community-events",
"community-rustbridge",
"community-survey",
+ "wg-localization",
]
extra-emails = [
"rust-community@googlegroups.com",
diff --git a/teams/wg-localization.toml b/teams/wg-localization.toml
new file mode 100644
index 0000000..5fbc4b3
--- /dev/null
+++ b/teams/wg-localization.toml
@@ -0,0 +1,16 @@
+name = "wg-localization"
+subteam-of = "community"
+wg = true
+
+[people]
+leads = ["sebasmagri"]
+members = [
+ "sebasmagri",
+ "manishearth",
+]
+
+[website]
+name = "Localization WG"
+description = "Working towards"
+discord-invite = "https://discord.gg/cj5HMXA"
+discord-name = "#community-team"