https://github.com/willem3141/navi-reykunyu
A user-friendly online Na'vi dictionary, supporting translations to and from English, German, French, and other languages
https://github.com/willem3141/navi-reykunyu
conlang dictionary language na-vi translation
Last synced: about 1 month ago
JSON representation
A user-friendly online Na'vi dictionary, supporting translations to and from English, German, French, and other languages
- Host: GitHub
- URL: https://github.com/willem3141/navi-reykunyu
- Owner: Willem3141
- License: gpl-3.0
- Created: 2018-12-11T22:37:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-03T18:01:16.000Z (about 2 months ago)
- Last Synced: 2025-05-03T19:19:00.822Z (about 2 months ago)
- Topics: conlang, dictionary, language, na-vi, translation
- Language: TypeScript
- Homepage: https://reykunyu.lu
- Size: 13 MB
- Stars: 20
- Watchers: 1
- Forks: 7
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Reykunyu** lu lì'upuk a tsafa fko tsun fwivew aylì'ut leNa'vi, ulte rivun tìralpengit le'Ìnglìsì ulte lahea aysäomumit a tsalì'uteri. Aylì'upukto alahe, fmi Reykunyu tivìng aysäomumit leno nì'ul.
Fko tsun mivay' Reykunyut fìtsenge: https://reykunyu.lu.
---
**Reykunyu** (‘someone who lets you discover things’) is a dictionary in which you can search for Na'vi words and see the English translation and other information about that word. Reykunyu tries to give more detailed information than other dictionaries.
You can try out Reykunyu at https://reykunyu.lu.
## Installation
After cloning this repository, set configuration (port, secret key) in `config.json` and then run:
```sh
npm install # to install dependencies
npm run build # to compile frontend assets (LESS, TypeScript)
npm run start # to run the server
```To be able to actually use this, you'll need not only the dictionary here, but also the list of words (`data/words.json`). If you'd like to mirror the instance at https://reykunyu.lu, you can run
```sh
mkdir data
wget -O data/words.json https://reykunyu.lu/words.json
```
and then restart the server.## API
Reykunyu offers an API for looking up words. See https://reykunyu.lu/help (click "API documentation") for details.