Skip to content

Commit

Permalink
Merge branch 'NETFramework' of https://github.com/hopto-dot/Japanese-…
Browse files Browse the repository at this point in the history
…Conjugation-Helper into NETFramework
  • Loading branch information
hopto-dot committed Nov 1, 2020
2 parents bba8a56 + abf9d0d commit c64a3e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
</PropertyGroup>
<PropertyGroup />
<ItemGroup>
<Reference Include="CSAudioConverter, Version=1.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\CSAudioConverter.1.1.3\lib\net461\CSAudioConverter.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
Expand Down
3 changes: 2 additions & 1 deletion Japanese Conjugation Helper/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CSAudioConverter" version="1.1.3" targetFramework="net472" />
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net472" />
<package id="WanaKana-net" version="1.0.0" targetFramework="net472" />
<package id="WanaKanaSharp" version="0.1.1" targetFramework="net472" />
</packages>
</packages>
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Japanese Conjugation Helper

### Note: When a new update adds a new conjugation, you should reset your preferences because new conjugations change the format of how settings are stored. Also uninstall the previous version so the new one will install.

**A console application that will conjugate Japanese verbs, adjectives and nouns. The program can create example sentences for pretty much any word you throw at it. It has a few other handy features for learning Japanese**. [Here](https://imgur.com/DlKXeyl) you can see the program performing its main function (Word Lookup). Learn japanese with this amazing tool :)
**A console application that will conjugate Japanese verbs, adjectives and nouns. Get kanji infomation, download audio of pronunciations, various tests and practice, a translator & sentence breakdown and more!** [Here](https://imgur.com/DlKXeyl) you can see the program performing its main function (Word Lookup). Learn japanese with this amazing tool :)

**Download the program [here](https://github.com/hopto-dot/Japanese-Conjugation-Helper/releases).** The interval that I release a new version will be bigger now because I am back to being a student with lots of other work I need to be focused on, not to fear though, the project isn't dead.

**For the main functionality of bringing up conjugations of a word, simple type the word on it's own (in Japanese, Romaji or the English word). Find out more about how this and other commands work in [the Wiki](https://github.com/hopto-dot/Japanese-Conjugation-Helper/wiki/How-to-use).**

If you want to give feedback, request features or report bugs, you may do so [here](https://forms.gle/WNV1s41cWKrjSMhH6).
### [Frequently Asked Questions](https://github.com/hopto-dot/Japanese-Conjugation-Helper/wiki/FAQ)

## If you want to give feedback, request features or report bugs, you may do so [here](https://forms.gle/WNV1s41cWKrjSMhH6).

## **List of [commands](https://github.com/hopto-dot/Japanese-Conjugation-Helper/wiki/How-to-use#list-of-commands):**
### *Useful commands are in bold*
Expand All @@ -28,8 +28,7 @@ If you want to give feedback, request features or report bugs, you may do so [he
* /ranki - Reverse Anki: Generate reverse anki cards (no documentation yet)

***

**If you see "⍰" being displayed where Japanese characters are meant to be then follow the steps shown below:**
## **If you see "⍰" being displayed where Japanese characters are meant to be then follow the steps shown below:**
1. Click the ConjugationHelper icon in the very top left of the console window
2. Then click "properties" at the bottom
3. Lastly, make sure you are on the "Font" tab and select the "MS Mincho" font, there are a few other fonts that work too.
Expand Down

0 comments on commit c64a3e0

Please sign in to comment.