Skip to content

Commit

Permalink
doc: correct html
Browse files Browse the repository at this point in the history
  • Loading branch information
evan361425 committed Jun 2, 2024
1 parent a35d07b commit c351114
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 24 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@

An open-source Flutter app designed for small restaurants and businesses.

<div align="center" markdown>
🌏
[English](https://evan361425.github.io/flutter-pos-system/en/) |
[**中文**](https://evan361425.github.io/flutter-pos-system/zh/)
</div>

## Features

Expand Down
38 changes: 19 additions & 19 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,22 @@ plugins:
- git-revision-date
- search
- i18n:
languages:
- locale: en
default: true
name: English
site_name: "POS System - Order & Checkout"
- locale: zh
name: 繁體中文
site_name: "POS 系統 - 點餐結帳"
nav_translations:
Contribute: 幫助
Structure: 架構
Maintenance: 維護
Deployment: 部署流程
Development: 本地端開發
Dependencies: 升版相依套件
Document: 文件
Code of Conduct: 開發公約
License: 使用許可
Privacy Policy: 隱私權規範
languages:
- locale: en
default: true
name: English
site_name: "POS System - Order & Checkout"
- locale: zh
name: 繁體中文
site_name: "POS 系統 - 點餐結帳"
nav_translations:
Contribute: 幫助
Structure: 架構
Maintenance: 維護
Deployment: 部署流程
Development: 本地端開發
Dependencies: 升版相依套件
Document: 文件
Code of Conduct: 開發公約
License: 使用許可
Privacy Policy: 隱私權規範
5 changes: 2 additions & 3 deletions scripts/paint_introduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ def pp(file):
]

for lang in langs:
folder = pp(
f"../android/fastlane/metadata/android/{lang["folder"]}/images/phoneScreenshots",
)
folder = lang["folder"]
folder = pp(f"../android/fastlane/metadata/android/{folder}/images/phoneScreenshots")
space = 60

images = [
Expand Down

0 comments on commit c351114

Please sign in to comment.