Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Nov 2, 2024
1 parent 9607936 commit 586d21f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JL.Windows/GUI/PreferencesWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public static bool IsItVisible()
• Primary Spelling: It's the spelling you click to mine the word, e.g., if you look up "わかりました", its primary spelling will be "分かる".
• Primary Spelling with Orthography Info: It's the spelling you click to mine the word with its orthography Info, e.g., if you look up "珈琲", its "Primary Spelling with Orthography Info" will be "珈琲 (ateji)".
• Readings: Readings of the mined word, e.g., if you look up "従妹", its "Readings" will be "じゅうまい、いとこ".
• First Reading: First reading of the mined word, e.g., if you look up "従妹", its "first reading" will be "じゅうまい".
• Readings with Orthography Info: Readings of the mined word with their orthography info, e.g. if you look up "従妹", its "Readings with Orthography Info" will be "じゅうまい、いとこ (gikun)".
• Alternative Spellings: Alternative spellings of the mined word, e.g., if you look up "わかりました", its alternative spellings will be "解る、判る、分る".
• Alternative Spellings with Orthography Info: Alternative spellings of the mined word with their orthography info, e.g., if you look up "嫁" its "Alternative Spellings with Orthography Info" will be "娵 (rK)、婦 (rK)、媳 (rK)".
Expand Down Expand Up @@ -112,6 +113,7 @@ public static bool IsItVisible()
private const string NameJLFieldsInfo = """
• Primary Spelling: It's the spelling you click to mine the name.
• Readings: Readings of the name.
• First Reading: First reading of the name.
• Alternative Spellings: Alternative spellings of the mined name.
• Definitions: Translations of the name. You can edit the definitions in the popup window by pressing Insert key and clicking on the definitions text box with the left mouse button.
• Selected Definitions: The selected text on definition text box. If no text is selected, it will have the same value as "Definitions" field.
Expand Down

0 comments on commit 586d21f

Please sign in to comment.