From 24b6176521fad7702e1278324dd1ba40fb76b64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Louz=C3=A1n?= Date: Mon, 13 Aug 2018 17:53:08 +0200 Subject: [PATCH 1/2] docs: document package regex syntax make explicit the syntax used in the package configuration directives by linking to the minimatch npm package used for the implementation --- docs/packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/packages.md b/docs/packages.md index db171a148..0f948be70 100644 --- a/docs/packages.md +++ b/docs/packages.md @@ -134,7 +134,7 @@ Be **aware that the order of your packages definitions is important and always u ### Configuration -You can define mutiple `packages` and each of them must have an unique `Regex`. +You can define mutiple `packages` and each of them must have an unique `Regex`. The syntax is based on [minimatch glob expressions](https://github.com/isaacs/minimatch). Property | Type | Required | Example | Support | Description --- | --- | --- | --- | --- | --- From 780958ad68daf690e9e25d55d3608db44b82fb1e Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Mon, 13 Aug 2018 21:39:20 +0200 Subject: [PATCH 2/2] chore: fix typo remove twitter for one member --- website/data/team.yml | 1 - website/pages/en/team.js | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/website/data/team.yml b/website/data/team.yml index e1de5872a..4a1f87b69 100644 --- a/website/data/team.yml +++ b/website/data/team.yml @@ -32,7 +32,6 @@ maintainers: active: true - name: Priscila github: priscilawebdev - twitter: priscilawebdev active: true - name: Keli Grubb github: kgrubb diff --git a/website/pages/en/team.js b/website/pages/en/team.js index 7144130e9..41d919c18 100644 --- a/website/pages/en/team.js +++ b/website/pages/en/team.js @@ -135,11 +135,11 @@ const LanguagesGroups = props => { ); }; -const CrowdingTranslators = props => { +const CrowdinTranslators = props => { return (

- Crowding Translators + Crowdin Translators

@@ -168,7 +168,7 @@ class Team extends React.Component {
- +