Skip to content

Commit 591a213

Browse files
psanxiaospier
andauthoredNov 17, 2023
Add new translation language: Galician (#613)
* Added Galician translation (incl. some translated images, mindmap, and pattern template) * Added @psanxiao as translation lead for Galician --------- Co-authored-by: Sebastian Spier <github@spier.hu>
1 parent f6bda12 commit 591a213

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+8377
-1
lines changed
 

‎.github/CODEOWNERS

+2
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@
1616
/book/zh/ @WillemJiang
1717
/translation/pt/ @jrcosta @zilio
1818
/book/pt/ @jrcosta @zilio
19+
/translation/gl/ @psanxiao
20+
/book/gl/ @psanxiao

‎.github/workflows/book.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
language: [en, ja, zh, pt-br]
18+
language: [en, ja, zh, pt-br, gl]
1919

2020
steps:
2121
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
Please sign in to comment.