LulumiProject / lulumi-browser

Lulumi-browser is a lightweight browser coded with Vue.js 2 and Electron.
Apache License 2.0
437 stars 90 forks source link

adjust simplified chinese menus. #33

Closed colmugx closed 7 years ago

colmugx commented 7 years ago

你好

很高興透過 electron-vue 接觸到你的工程

我不是台灣人,但是我盡力學習這邊的說話方法讓你好理解一些

這次 commit 我調整了母語是 簡體中文/普通話 的人對程式的使用習慣

希望你能考慮一下,謝謝

Hey Guy,

this is a translation about simplified chinese localized

not sure whether you need it.

colmugx commented 7 years ago

另外,還有一個問題

這是我這邊的 log

  ERROR in ./src/main/js/lib/session.ts
  (255,16): error TS2554: Expected 2 arguments, but got 1.

  ERROR in ./src/main/js/lib/session.ts
  (307,18): error TS2554: Expected 2 arguments, but got 1.

  ERROR in ./src/main/js/lib/session.ts
  (377,18): error TS2554: Expected 2 arguments, but got 1.

我看了一下是由於electron.d.ts的關係,本來是一個可選參數。但是現在好似強制要求。

所以我在255307377行處修正了一個地方

const sess = session.fromPartition(partition, {cache: false});

但是我沒有commit,希望你能了解

qazbnm456 commented 7 years ago

@ColMugX 非常感謝您的幫助,對於母語為 簡中/普通話 的使用者,這大大提高了他們的 lulumi-browser 使用者體驗!

針對您第二個問題我會再確認一下,謝謝!