Skip to content

Commit

Permalink
Merge branch 'dev/ctrl_enter'
Browse files Browse the repository at this point in the history
  • Loading branch information
zonble committed Mar 5, 2024
2 parents c07c346 + 2e27858 commit 52644a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions output/chromeos/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
},
"ctrl_enter_key": { "message": "Ctrl + Enter Key:" },
"ctrl_enter_none": { "message": "None" },
"ctrl_enter_bpmf_reading": { "message": "Output Bopomofo Reading" },
"ctrl_enter_html_ruby": { "message": "Output HTML Ruby" }
"ctrl_enter_bpmf_reading": { "message": "Input Bopomofo Reading" },
"ctrl_enter_html_ruby": { "message": "Input HTML Ruby" }
}
4 changes: 2 additions & 2 deletions output/chromeos/_locales/zh_TW/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
},
"ctrl_enter_key": { "message": "Ctrl + Enter 按鍵:" },
"ctrl_enter_none": { "message": "不使用" },
"ctrl_enter_bpmf_reading": { "message": "輸出注音符號" },
"ctrl_enter_html_ruby": { "message": "輸出 HTML Ruby" }
"ctrl_enter_bpmf_reading": { "message": "輸入注音符號" },
"ctrl_enter_html_ruby": { "message": "輸入 HTML Ruby" }
}
4 changes: 2 additions & 2 deletions output/chromeos/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ <h1 id="options_title">McBopomofo Options</h1>
<td>
<select id="ctrl_enter_option">
<option value="0" id="ctrl_enter_option_0">none</option>
<option value="1" id="ctrl_enter_option_1">Output Bopomofo Reading</option>
<option value="2" id="ctrl_enter_option_2">Output HTML Ruby</option>
<option value="1" id="ctrl_enter_option_1">Input Bopomofo Reading</option>
<option value="2" id="ctrl_enter_option_2">Input HTML Ruby</option>
</select>
</td>
</tr>
Expand Down

0 comments on commit 52644a1

Please sign in to comment.