Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing language option for French #98

Merged
merged 3 commits into from
Sep 17, 2024
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
29 changes: 14 additions & 15 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) (法语翻译)

# 兄弟项目

Expand All @@ -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协议开源。

您可以在项目根目录找到一份协议内容拷贝。
1 change: 1 addition & 0 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
zh: "中文",
tr: "Türkçe",
kr: "한국어",
fr: "Français",
}
this.langSet = langSet
if (nativeLang in langSet) {
Expand Down