Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion book/ja/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ NOTE: 2025/08/04 Custom TOC ordering for enhanced readability - maintain when ad

* [持続可能な成長のためのエクステンション](../../translation/ja/patterns/extensions-for-sustainable-growth.md) - インナーソースプロジェクトは多くのコントリビューションを受けており、メンテナンスが難しくなっています。メンテナは、プロジェクトのコア部分から離れた拡張機構を提供することで、最小のコストとメンテナンスオーバーヘッドでプロジェクトの能力をスケールアップすることを可能にします。


## Appendix<a id="appendix"></a>

* [パターンテンプレート](../../meta/pattern-template.md)
Expand Down
1 change: 0 additions & 1 deletion book/ja/toc_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ NOTE: 2025/08/04 Custom TOC ordering for enhanced readability - maintain when ad

* [持続可能な成長のためのエクステンション](../../translation/ja/patterns/extensions-for-sustainable-growth.md) - インナーソースプロジェクトは多くのコントリビューションを受けており、メンテナンスが難しくなっています。メンテナは、プロジェクトのコア部分から離れた拡張機構を提供することで、最小のコストとメンテナンスオーバーヘッドでプロジェクトの能力をスケールアップすることを可能にします。


## Appendix<a id="appendix"></a>

* [パターンテンプレート](../../meta/pattern-template.md)
Expand Down
4 changes: 2 additions & 2 deletions patterns/1-initial/innersource-portal-hygiene.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion patterns/1-initial/walk-the-innersource-talk.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ the book [Adopting InnerSource][Adopting-InnerSource-book], see in particular th
- Dogfooding the InnerSource behaviors
- Role-modelling the InnerSource behaviors

[Adopting-InnerSource-book]: https://innersourcecommons.org/documents/books/AdoptingInnerSource.pdf
[Adopting-InnerSource-book]: https://innersourcecommons.org/documents/books/AdoptingInnerSource.pdf
2 changes: 1 addition & 1 deletion patterns/2-structured/project-setup/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Files moved

Files from this folder were moved [here](../).
Files from this folder were moved to the [2-structured folder](../).
2 changes: 1 addition & 1 deletion patterns/2-structured/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
- Releases are clearly labeled and tagged with [semantic versioning](https://github.com/semantic-release/semantic-release)
- Releases include notes on New Features, Bug Fixes, and any "Breaking Changes"

A good example of quality release notes can be found [here](https://github.com/jaegertracing/jaeger/releases).
A good example of quality release notes can be found in the [jaeger project](https://github.com/jaegertracing/jaeger/releases).

Check failure on line 50 in patterns/2-structured/release-process.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [ISC.Spelling] Did you really mean 'jaeger'? Raw Output: {"message": "[ISC.Spelling] Did you really mean 'jaeger'?", "location": {"path": "patterns/2-structured/release-process.md", "range": {"start": {"line": 50, "column": 62}}}, "severity": "ERROR"}

## Resulting Context

Expand Down
2 changes: 1 addition & 1 deletion translation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ However, since git does not create empty folders, it is better to create directo

Most of the translations have not translated the text in the visuals (e.g. in images, the mindmap, etc). However if you like, you can!

- To translate the mindmap, create a new folder similar to [pattern-categorization/gl](../pattern-categorization/gl/). Then edit the file `innersource-program-mind-map.md` in there, and run the scripts as explained [here](../pattern-categorization/README.md).
- To translate the mindmap, create a new folder similar to [pattern-categorization/gl](../pattern-categorization/gl/). Then edit the file `innersource-program-mind-map.md` in there, and run the scripts as explained in the [Pattern Categorization README](../pattern-categorization/README.md).
- To add translated visuals, add a subfolder in `assets/img`, see [assets/img/gl/](../assets/img/gl/) as an example. Make sure that in the markdown files of your patterns you link to the correct image files.

### Translation Quality and Review Process
Expand Down