Skip to content

Commit

Permalink
feat: add Polish/Polskie (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolam committed Mar 16, 2019
1 parent 67f6dba commit ddc605e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions CODE_OF_CONDUCT.md
Expand Up @@ -7,3 +7,4 @@ Read the code of conduct in:
- <a href="https://allcontributors.org/docs/zh-CN/project/code-of-conduct">中文</a>
- <a href="https://allcontributors.org/docs/od/project/code-of-conduct">Bahasa Indonesia</a>
- <a href="https://allcontributors.org/docs/de/project/code-of-conduct">Deutsch</a>
- <a href="https://allcontributors.org/docs/pl/project/code-of-conduct">Polskie</a>
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -6,3 +6,5 @@ Read the contributing docs in:
- <a href="https://allcontributors.org/docs/ko/project/contribute">한국어</a>
- <a href="https://allcontributors.org/docs/zh-CN/project/contribute">中文</a>
- <a href="https://allcontributors.org/docs/id/project/contribute">Bahasa Indonesia</a>
- <a href="https://allcontributors.org/docs/de/project/contribute">Deutsch</a>
- <a href="https://allcontributors.org/docs/pl/project/contribute">Polskie</a>
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -17,6 +17,7 @@
<td><a href="https://allcontributors.org/docs/zh-CN/overview">中文</a></td>
<td><a href="https://allcontributors.org/docs/id/overview">Bahasa Indonesia</a></td>
<td><a href="https://allcontributors.org/docs/de/overview">Deutsch</a></td>
<td><a href="https://allcontributors.org/docs/pl/overview">Polskie</a></td>
</tr>
</table>

Expand Down
1 change: 1 addition & 0 deletions crowdin.yaml
Expand Up @@ -16,6 +16,7 @@ files:
'zh-CN': 'zh-CN'
'id': 'id'
'de': 'de'
'pl': 'pl'

-
source: '/website/i18n/en.json'
Expand Down
3 changes: 3 additions & 0 deletions website/_redirects
Expand Up @@ -20,6 +20,8 @@ https://all-contributors.com/* https://allcontributors.org/:splat 301!
/pt-BR / 302
/zh-CN / 302
/id / 302
/de / 302
/pl / 302

# Language doc redirects
/docs /docs/en/overview 302 Language=en
Expand All @@ -30,6 +32,7 @@ https://all-contributors.com/* https://allcontributors.org/:splat 301!
/docs /docs/zh-CN/overview 302 Language=zh
/docs /docs/id/overview 302 Language=id
/docs /docs/de/overview 302 Language=de
/docs /docs/pl/overview 302 Language=pl

# API Proxy
# /api/* https://api.example.com/:splat 200
Expand Down
2 changes: 1 addition & 1 deletion website/languages.js
Expand Up @@ -117,7 +117,7 @@ const languages = [
tag: 'no-NO',
},
{
enabled: false,
enabled: true,
name: 'Polskie',
tag: 'pl',
},
Expand Down

0 comments on commit ddc605e

Please sign in to comment.