From 84e0acf7782fe84101d5e41547b77e3982c3c2a7 Mon Sep 17 00:00:00 2001 From: nanmu42 Date: Tue, 17 Sep 2024 13:46:56 +0800 Subject: [PATCH 1/3] =?UTF-8?q?doc:=20thanks=20to=20Herv=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + README_ZH.md | 29 ++++++++++++++--------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 74dfa01..24339cf 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ Many thanks :hugs: to following contributors: * [wooogi123](https://github.com/wooogi123) (Korean translation) * [cauldnz](https://github.com/cauldnz) (Adding new animal) * [Jessica Sachs](https://github.com/JessicaSachs) (Project maintainer!) +* [Hervé](https://github.com/hervehobbes) (French translation) # Projects in Brotherhood diff --git a/README_ZH.md b/README_ZH.md index e9be3ff..03eff7c 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -91,6 +91,7 @@ O'RLY 是一个简易的API服务和静态前端的组合: * [wooogi123](https://github.com/wooogi123) (韩语翻译) * [cauldnz](https://github.com/cauldnz) (新增动物) * [Jessica Sachs](https://github.com/JessicaSachs) (项目维护者!) +* [Hervé](https://github.com/hervehobbes) (法语翻译) # 兄弟项目 @@ -101,22 +102,20 @@ O'RLY 是一个简易的API服务和静态前端的组合: # 注解 -"O'RLY 封面工厂" 仅为娱乐,与O'Reilly Media没有任何联系。 +"O'RLY 封面工厂" 仅为娱乐,与O'Reilly Media没有任何联系。 + +本作品使用了由Google和Adobe牵头制作的思源宋体以及思源黑体, 中国的常州华文、韩国的 Sandoll Communications、日本的 Iwata Corporation 参与了上述字体的设计制作。 -本作品使用了由Google和Adobe牵头制作的思源宋体以及思源黑体, - 中国的常州华文、韩国的 Sandoll Communications、日本的 Iwata Corporation - 参与了上述字体的设计制作。 - 本作品使用了由Adobe牵头制作的Source Sans Pro,设计师为Paul D. Hunt. 封面所用图片来自于 [USF ClipArt ETC](https://etc.usf.edu/clipart/) 项目。 - - # 致谢 - - 作者在此向[JetBrains](https://www.jetbrains.com/?from=ORLY-cover-generator)表示谢意,它提供了一份开源软件许可来支持作者的开源工作。 - - # 项目许可 - - 本项目基于MIT协议开源。 - - 您可以在项目根目录找到一份协议内容拷贝。 + +# 致谢 + +作者在此向[JetBrains](https://www.jetbrains.com/?from=ORLY-cover-generator)表示谢意,它提供了一份开源软件许可来支持作者的开源工作。 + +# 项目许可 + +本项目基于MIT协议开源。 + +您可以在项目根目录找到一份协议内容拷贝。 From 47d977bc6e99bc7a78b083419e9d1796382cac8c Mon Sep 17 00:00:00 2001 From: nanmu42 Date: Tue, 17 Sep 2024 14:04:08 +0800 Subject: [PATCH 2/3] vendor: bump nodejs version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 456ac31..05174d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM golang:alpine3.20 as golang -RUN apk --no-cache add make git tar tzdata ca-certificates nodejs=20.13.1-r0 wget xz +RUN apk --no-cache add make git tar tzdata ca-certificates nodejs wget xz RUN wget -qO /bin/pnpm "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" && chmod +x /bin/pnpm WORKDIR /app From 48b986c0b2ed9b120964c204143480015ef6f2e2 Mon Sep 17 00:00:00 2001 From: nanmu42 Date: Tue, 17 Sep 2024 14:11:14 +0800 Subject: [PATCH 3/3] fix: add missing language option for French --- frontend/src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 56ce421..9406005 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -37,6 +37,7 @@ zh: "中文", tr: "Türkçe", kr: "한국어", + fr: "Français", } this.langSet = langSet if (nativeLang in langSet) {