Skip to content

Commit

Permalink
update readme and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvan committed Aug 23, 2020
1 parent 848052c commit 91259b6
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 40 deletions.
22 changes: 11 additions & 11 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,33 +29,33 @@
- 浏览器兼容:Chrome、Firefox、Edge、Android
- 系统兼容:Linux、Windows(基础功能)

## 擴展
## 扩展

- 正在編寫中……
- 正在编写中……

## 开发指引

- 星标和 Fork。
- Fork 项目
- Fetch 您的仓库。
- 安装 npm 模块:`$ npm install`
- 监听脚本:`$ npm run dev`
- 安装 composer:`$ composer install && composer dumpautoload -o`
- 生成多国语言:`$ npm run lang``$ node ./build-lang.js` 来重建 `./languages/lang.pot` 语言模板。
- 编译:`$ php ./Make.php dev`
- 访问:`$ php -S localhost:8000 -t ./.tmp`.
- 进行 Pull Request。
- 生成多国语言:`$ npm run lang` 来重建 `./languages/lang.pot` 语言模板。
- 编译 PHP:`$ npm run dev:php`
- 访问:`http://localhost:3000``http://path/to/.tmp/index.php`

## 编译生产

- 编译:`$ npm run build; php ./Make.php build`.
- 访问:`$ php -S localhost:8000 ./dist/prober.php`.
- 编译 JS:`$ npm run build`.
- 编译 PHP:`$ npm run build:php`.
- 访问:`http://localhost:3000``http://path/to/dist/prober.php`

## 参与翻译更多语言

- **Fork** 项目。
- Fork 项目。
- 使用 [Poedit](https://poedit.net/) 通过 `./languages/lang.pot` 语言模板来创建和翻译您的语言。
- 保存翻译语言文件 _(例如:`en_US.po`)_`./languages` 目录里面。
- 添加您的称呼到贡献者名单里面
- Push 您的修改
- 进行 Pull Request,十分感谢。😘

## 给予参与贡献者的备注
Expand Down
18 changes: 9 additions & 9 deletions README-zh_HK.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,27 @@

## 開發指引

- 星標和 Fork。
- Fork 項目
- Fetch 您的倉庫。
- 安裝 npm 模塊:`$ npm install`
- 監視腳本:`$ npm run dev`
- 安裝 composer:`$ composer install && composer dumpautoload -o`
- 生成多國語言:`$ npm run lang``$ node ./build-lang.js` 來重建 `./languages/lang.pot` 語言模板。
- 編譯:`$ php ./Make.php dev`
- 訪問`$ php -S localhost:8000 -t ./.tmp`.
- 進行 Pull Request。
- 生成多國語言:`$ npm run lang` 來重建 `./languages/lang.pot` 語言模板。
- 編譯 PHP:`$ npm run dev:php`
- 訪問:`http://localhost:3000``http://path/to/.tmp/index.php`

## 編譯生產

- 編譯:`$ npm run build; php ./Make.php build`.
- 訪問:`$ php -S localhost:8000 ./dist/prober.php`.
- 編譯 JS:`$ npm run build`.
- 編譯 PHP:`$ npm run build:php`.
- 訪問:`http://localhost:3000``http://path/to/dist/prober.php`

## 參與翻譯更多語言

- **Fork** 項目。
- Fork 項目。
- 使用 [Poedit](https://poedit.net/) 通過 `./languages/lang.pot` 語言模板來創建和翻譯您的語言。
- 保存翻譯語言文件 (例如:`en_US.po`) 到 `./languages` 目錄裏面。
- 添加您的稱呼到貢獻者名單裏面
- Push 您的修改
- 進行 Pull Request,十分感謝。😘

## 給予參與貢獻者的備註
Expand Down
19 changes: 10 additions & 9 deletions README-zh_TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,28 @@

## 開發指引

- 星標和 Fork。
- Fork 項目
- Fetch 您的倉庫。
- 安裝 npm 模塊:`$ npm install`
- 監視腳本:`$ npm run dev`
- 安裝 composer:`$ composer install && composer dumpautoload -o`
- 生成多國語言:`$ npm run lang``$ node ./build-lang.js` 來重建 `./languages/lang.pot` 語言模板。
- 編譯:`$ php ./Make.php dev`
- 訪問`$ php -S localhost:8000 -t ./.tmp`.
- 進行 Pull Request。
- 生成多國語言:`$ npm run lang` 來重建 `./languages/lang.pot` 語言模板。
- 編譯 PHP:`$ npm run dev:php`
- 訪問:`http://localhost:3000``http://path/to/.tmp/index.php`

## 編譯生產

- 編譯:`$ npm run build; php ./Make.php build`.
- 訪問:`$ php -S localhost:8000 ./dist/prober.php`.
- 編譯 JS:`$ npm run build`.
- 編譯 PHP:`$ npm run build:php`.
- 訪問:`http://localhost:3000``http://path/to/dist/prober.php`
-

## 參與翻譯更多語言

- **Fork** 項目。
- Fork 項目。
- 使用 [Poedit](https://poedit.net/) 通過 `./languages/lang.pot` 語言模板來創建和翻譯您的語言。
- 保存翻譯語言文件 (例如:`en_US.po`) 到 `./languages` 目錄裏面。
- 添加您的稱呼到貢獻者名單裏面
- Push 您的修改
- 進行 Pull Request,十分感謝。😘

## 給予參與貢獻者的備註
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,28 +42,28 @@ And the most important thing is that it's like 📱 **iPhone X/XS/XS Max/XR/11/1

## Development

- Fork.
- Fork project.
- Fetch your project.
- Install node modules: `$ npm install`.
- Watch scripts: `$ npm run dev`.
- Generate composer vendor: `$ composer install; composer dumpautoload -o`.
- Compile: `$ php ./Make.php dev`.
- Generate languages: `$ npm run lang` or `node ./build-lang.js` to remake `./languages/lang.pot` language template.
- Access: `$ php -S localhost:8000 -t ./.tmp`.
- Compile PHP: `$ npm run dev:php` and access `http://localhost:8000` or `http://path/to/.tmp/index.php`.
- Generate languages: `$ npm run lang` to remake `./languages/lang.pot` language template and build `*.po`.
- Enjoy it. 😄
- Pull Request.

## Compile production

- Compile: `$ npm run build; php ./Make.php build`.
- Access: `$ php -S localhost:8000 ./dist/prober.php`.
- Compile JS: `$ npm run build`.
- Compile PHP: `$ npm run build:php`.
- Access: `http://localhost:8000` or `http://path/to/dist/prober.php`.

## Help and translate more languages

- **Fork** project.
- Fork project.
- Fetch your project.
- Use [Poedit](https://poedit.net/) to create your language from `./languages/lang.pot` language template file and translates it.
- Save your language file (like: `en_US.po`) into `./languages`.
- Push your changes.
- Pull Request and thank you. 😘

## Note for participate in contribution
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"scripts": {
"lang": "node ./build-lang.js",
"dev": "cross-env webpack --display-error-details --progress --colors --watch",
"dev-php": "php ./Make.php dev; php -S localhost:8000 -t .tmp",
"dev:php": "php ./Make.php dev; php -S localhost:8000 -t .tmp",
"build": "cross-env webpack --config=prod.webpack.config.js --display-error-details --progress --colors",
"build-php": "php ./Make.php build; php -S localhost:8000/prober.php -t dist",
"build-php-debug": "php ./Make.php build debug; php -S localhost:8000/prober.php -t dist",
"build:php": "php-cs-fixer fix ./src --config=.php_cs53; php ./Make.php build; php -S localhost:8000/prober.php -t dist",
"build:php-debug": "php ./Make.php build debug; php -S localhost:8000/prober.php -t dist",
"php-cs-fixer-53": "php-cs-fixer fix ./src --config=.php_cs53"
},
"browserslist": [
Expand Down

0 comments on commit 91259b6

Please sign in to comment.