Version 0.2

Julien LepillerMon Apr 27 15:54:56+0200 2020

9a9e1af

nani/app
namelast commitdate
.gitignoreInitial commitSat Apr 06 13:19:46+0200 2019
.idea/Editor updatesSat Apr 25 23:50:21+0200 2020
CHANGELOG.mdAdd ChangelogMon Apr 27 15:54:32+0200 2020
LICENSEAdd licenseSat Apr 20 14:55:03+0200 2019
README.mdAdd data sourcesMon Apr 27 15:46:47+0200 2020
app/Version 0.2Mon Apr 27 15:54:56+0200 2020
build.gradleUpdate gradle and build dependenciesSat Apr 25 23:49:34+0200 2020
fastlane/Update full_description.txt translationTue May 14 21:45:28+0200 2019
furiganatextview/Switch to AndroidXSat Apr 25 23:54:54+0200 2020
gradle/Update build settingsSat Apr 25 23:51:20+0200 2020
gradle.propertiesUpdate build settingsSat Apr 25 23:51:20+0200 2020
gradlewInitial commitSat Apr 06 13:19:46+0200 2019
gradlew.batInitial commitSat Apr 06 13:19:46+0200 2019
settings.gradleUpdate build settingsSat Apr 25 23:51:20+0200 2020

README.md

Nani?

“Nani?” is an offline Japanese dictionary for Android. It helps you find and understand words without internet access, by downloading dictionary sources.

Naze?

I am a Japanese learner, but never found the right app for this task. My goal here is to be able to access a Japanese dictionary in different contexts: when I read, when I want to find a word I don't know in Japanese, when I want to learn more about a kanji, etc.

This app allows you to download different kinds of dictionaries that enable some of these functionalities.

License

Nani? is licensed under the GPL 3+ license. It also uses data from third parties, with different licenses.

| Source name | Provider | License | Description | | ----------- | -------- | ------- | ----------- | | JMdict | EDRDG | CC-BY-SA 3.0 | Provides the main search function | | RadK | EDRDG | CC-BY-SA 3.0 | Provides kanji by radical lookup | | KanjiDic | EDRDG | CC-BY-SA 3.0 | Currently used only in combination with RadK |

Contributing

You can contribute in multiple ways:

Translations

There are two things that need translation in this repo: the app description for app stores, and the app itself. To translate the description, you will have to download the file corresponding to your language in fastlane/metadata/android and keep it up to date with the source at fastlane/metadata/android/en-US. If there is no directory for your language, copy the files from en-US and translate them.

For translating the app, you will have to download app/src/main/res/values/strings.xml as the source and the corresponding file in your language. For instance app/src/main/res/values-fr/strings.xml for French. If the directory doesn't exist for your language, simply copy the English file and translate it.

In any case, once you have translated something, you can submit the translation here by opening an issue, submitting a merge request or simply by email, whatever is more convenient for you, dear translator :)

Report a bug, request improvements

Well, you can use the Issues button on the left :)

Improve dictionary generation, add a new source, ...

This is the right repo to do so!