Skip to content

Commit 42ee0b0

Browse files
committed
Change translations approach
Instead of having each of the translations live on a separate GitHub Pages site that we link out to let’s get all of the translations inside this repository. This will make it easier for others to track and modify all translations as well as making changes that affect all translations in a single pass.
1 parent 055412a commit 42ee0b0

27 files changed

+164
-271
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you'd like to contribute, start by searching through the [issues](https://git
4646

4747
If you don't see your idea listed, and you think it fits into the goals of this guide, do one of the following:
4848
* **If your contribution is minor,** such as a typo fix, open a pull request.
49-
* **If your contribution is major,** such as a new guide or a [translation](docs/translations.md), start by opening an issue first. That way, other people can weigh in on the discussion before you do any work.
49+
* **If your contribution is major,** such as a new guide, start by opening an issue first. That way, other people can weigh in on the discussion before you do any work.
5050

5151
## Style guide
5252
If you're writing content, see the [style guide](./docs/styleguide.md) to help your prose match the rest of the Guides.

_articles/en-US/best-practices.md renamed to _articles/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
locale: en-US
2+
lang: en
33
title: Best Practices for Maintainers
44
description: Making your life easier as an open source maintainer, from documenting processes to leveraging your community.
55
class: best-practices

_articles/en-US/building-community.md renamed to _articles/building-community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
locale: en-US
2+
lang: en
33
title: Building Welcoming Communities
44
description: Building a community that encourages people to use, contribute to, and evangelize your project.
55
class: building

_articles/en-US/code-of-conduct.md renamed to _articles/code-of-conduct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
locale: en-US
2+
lang: en
33
title: Your Code of Conduct
44
description: Facilitate healthy and constructive community behavior by adopting and enforcing a code of conduct.
55
class: coc

_articles/en-US/finding-users.md renamed to _articles/finding-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
locale: en-US
2+
lang: en
33
title: Finding Users for Your Project
44
description: Help your open source project grow by getting it in the hands of happy users.
55
class: finding

_articles/en-US/getting-paid.md renamed to _articles/getting-paid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
locale: en-US
2+
lang: en
33
title: Getting Paid for Open Source Work
44
description: Sustain your work in open source by getting financial support for your time or your project.
55
class: getting-paid

_articles/en-US/how-to-contribute.md renamed to _articles/how-to-contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
locale: en-US
2+
lang: en
33
title: How to Contribute to Open Source
44
description: Want to contribute to open source? A guide to making open source contributions, for first-timers and for veterans.
55
class: contribute

_articles/en-US/leadership-and-governance.md renamed to _articles/leadership-and-governance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
locale: en-US
2+
lang: en
33
title: Leadership and Governance
44
description: Growing open source projects can benefit from formal rules for making decisions.
55
class: leadership

_articles/en-US/legal.md renamed to _articles/legal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
locale: en-US
2+
lang: en
33
title: The Legal Side of Open Source
44
description: Everything you've ever wondered about the legal side of open source, and a few things you didn't.
55
class: legal

_articles/en-US/metrics.md renamed to _articles/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
locale: en-US
2+
lang: en
33
title: Open Source Metrics
44
description: Make informed decisions to help your open source project thrive by measuring and tracking its success.
55
class: metrics

0 commit comments

Comments
 (0)