Skip to content

Commit 9fed39e

Browse files
committed
Merge branch 'johannhof-master'
2 parents 787e2a8 + e24085c commit 9fed39e

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,22 @@ Additions or Changes to the Code of Conduct?
1717
--------------------------------------------
1818

1919
1. Fork repository.
20-
2. Open *source/localizable/_code-of-conduct.<locale>.md* and edit it.
20+
2. Open *source/localizable/_code-of-conduct.{locale}.md* and edit it.
2121
3. Open a pull request and add some lines why you want it to be changed.
2222

2323

24+
Translations
25+
------------
26+
27+
Do you want to translate to another language? Great! If you want to translate from English (en) to Latin (la):
28+
29+
1. Fork repository.
30+
2. Copy [*source/localizable/_code-of-conduct.en.md*](https://github.com/rubyberlin/code-of-conduct/blob/master/source/localizable/_code-of-conduct.en.md) to *source/localizable/_code-of-conduct.la.md* and edit it.
31+
2. Copy [*locales/en.md*](https://github.com/rubyberlin/code-of-conduct/blob/master/locales/en.yml) to *locales/la.md* and edit it.
32+
3. Open a pull request. We will try to find other native speakers and disscuss it there. The discussion may look like [the one for the Spanish translation](https://github.com/rubyberlin/code-of-conduct/pull/23).
33+
34+
35+
2436
Setup
2537
-----
2638

data/supporters.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,25 @@
237237
"email": "[email protected]"
238238
}
239239
]
240+
},
241+
{
242+
"name": "Rust Berlin",
243+
"city": "Berlin",
244+
"country": "Germany",
245+
"link": "http://www.meetup.com/Rust-Berlin/",
246+
"twitter": "RustBerlin",
247+
"contacts": [
248+
{
249+
"name": "Johann Hofmann",
250+
"phone": "+49 1622359650",
251+
"email": "[email protected]"
252+
},
253+
{
254+
"name": "Florian Gilcher",
255+
"phone": "+49 172 8122469",
256+
"email": "[email protected]"
257+
}
258+
]
240259
}
241260
],
242261
"conferences": [

0 commit comments

Comments
 (0)