Skip to content

Commit e656864

Browse files
committed
Add internationalised GitBook support
Closes #64
1 parent e67d9bc commit e656864

13 files changed

+75
-1
lines changed

.coafile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ max_lines_per_file = 500
1212
[filenames]
1313
bears = FilenameBear
1414
files = **.yml, **.html, **.md, **.js, **.css
15-
ignore = resources/vendors/**, _projects/integrate-pyflakes-AST.md, _site/**
15+
ignore = resources/vendors/**, _projects/integrate-pyflakes-AST.md, _site/**, data/locale/en/projects/**
1616

1717
[spacing]
1818
bears = SpaceConsistencyBear

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.coverage.*
22
**.orig
33
_site/
4+
_book/
45
rultor_secrets.sh

_projects/README.md

Whitespace-only changes.

book.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"root": "data/locale/"
3+
}

data/locale/LANGS.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Languages
2+
3+
* [English](en/)
4+
* [Indonesian](id/)
5+

data/locale/en/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../README.md

data/locale/en/SUMMARY.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Summary
2+
3+
### Google Code-in tasks
4+
5+
#### Using coala
6+
* [use coala](projects/use_coala.md)
7+
* [Use coala - Advanced](projects/use_coala_2.md)
8+
* [Implement coala](projects/use_coala_3.md)
9+
10+
#### Using linters
11+
12+
* [Add repository license](projects/add_repo_license.md)
13+
14+
### Google Summer of Code
15+
16+
#### Proposed projects
17+
18+
* [Integrate ANTLR v4 into coala](projects/antlr_v4.md)
19+
* [Improve Lint Bear Quality](projects/bear_updates.md)
20+
* [Researching commit-based performance testing](projects/commit_based_perftest.md)
21+
* [Real-time team communication bridge](projects/communication_bridge.md)
22+
* [Create Jenkins Plugin](projects/create_jenkins_plugin.md)
23+
* [Debug and Profile Bears](projects/debug_profile.md)
24+
* [Cohesive Editor Support](projects/editor_support.md)
25+
* [Improve Generic Bear Quality](projects/generic_bears.md)
26+
* [Implement Metrics for coala](projects/implement_metrics_for_coala.md)
27+
* [Improve Diff Handling](projects/improve_diff_handling.md)
28+
* [Improve installation of coala and coala-bears](projects/improve_installation.md)
29+
* [Integrate pyflakes-enhanced AST into coala](projects/integrate-pyflakes-AST.md)
30+
* [Plugin for jetbrains IDEs](projects/jetbrains-ide-plugin.md)
31+
* [Handle Nested Programming Languages](projects/nested_languages.md)
32+
* [Newcomer metrics and gamification](projects/newcomer_metrics.md)
33+
* [Optimize Caching](projects/optimize_caching.md)
34+
* [Performance measurement for pull requests](projects/pr_perftest.md)
35+
* [One click linting for online projects in the browser](projects/roberta_external_source.md)
36+
* [Improve Sphinx support in rstcheck](projects/rstcheck_with_better_sphinx_support.md)
37+
38+
#### Completed projects
39+
40+
* [Implement Aspects Support](projects/aspects.md)
41+
* [Improve the coala CLI](projects/coala_cli.md)
42+
* [Improve coala website & supporting tools](projects/coala_web.md)
43+
* [cobot enhancement, testing and porting](projects/cobot_enhancement.md)
44+
* [Documentation Extraction and Parsing](projects/documentation_extraction.md)
45+
* [Enhance coala-quickstart](projects/enhance_coala_quickstart.md)
46+
* [Extend Linter Integration](projects/extend_linter_integration.md)
47+
* [Implement GitLab and Bitbucket Support for GitMate](projects/gitmate_gitlab.md)
48+
* [Convert Bears to Aspects](projects/implement_aspects.md)
49+
* [Vulture dead code removal](projects/vulture.md)

data/locale/en/book.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"root": "."
3+
}

data/locale/en/faq

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../_faq/

data/locale/en/projects

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../_projects/

data/locale/id/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Proyek
2+

data/locale/id/SUMMARY.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Google Summer of Code
2+
3+
#### Proposed projects
4+
5+
* [Linting dengan satu klik untuk proyek online di browser](projects/roberta_external_source.md)

data/locale/id/book.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"root": "."
3+
}

0 commit comments

Comments
 (0)