-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
1,387 additions
and
672 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,3 +50,6 @@ COMITATIVE | |
coordinative | ||
Calendrical | ||
phonotactic | ||
circumfix | ||
Parentheme | ||
lexeme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,50 @@ | ||
# NiGHT | ||
# Yuorb | ||
## Introduction | ||
NiGHT (Nᴇᴡ Iᴛʜᴋᴜɪʟ Gʀᴀᴍᴍᴀʀ Hᴀɴ Tʀᴀɴsʟᴀᴛɪᴏɴ) is a website that provides a translation of the New Ithkuil grammar into Chinese. The website also includes a number of other resources for learning New Ithkuil, such as a [dictionary](https://yuorb.github.io/enthrirhc/) and a grammar guide. | ||
Yuorb is a website that provides a multilingual S·T·I (Signification, Translation, Interpretation) service of the New Ithkuil grammar. The website also includes a number of other resources for learning New Ithkuil, such as a [dictionary](https://yuorb.github.io/enthrirhc/) and a grammar guide. | ||
|
||
Furthermore, this repository offers a communal revision of the New Ithkuil Grammar with the purpose of detecting and rectifying inaccuracies found in the official website’s explanations, as well as addressing discrepancies in the functioning of New Ithkuil. | ||
|
||
## Features | ||
Translation of the New Ithkuil grammar into Chinese | ||
Dictionary of New Ithkuil terms | ||
Grammar guide for New Ithkuil | ||
Forum for discussing New Ithkuil | ||
* Translation of the New Ithkuil grammar | ||
* Dictionary of New Ithkuil terms | ||
* Grammar guide for New Ithkuil | ||
* Forum for discussing New Ithkuil | ||
|
||
## Installation | ||
NiGHT is a web-based application, so there is no need to install it. Simply visit the website at https://yuorb.github.io/ to get started. | ||
Yuorb is a web-based application, so there is no need to install it. Simply visit the website at https://yuorb.github.io/ to get started. | ||
|
||
## Usage | ||
To use NiGHT, simply browse the website and explore the different resources that are available. You can use the dictionary to look up the meaning of New Ithkuil terms, or you can use the grammar guide to learn more about the grammar of the language. You can also discuss New Ithkuil with other learners in [the Discord server](https://discord.gg/PMzFpYJ). | ||
To use Yuorb, simply browse the website and explore the different resources that are available. You can use the dictionary to look up the meaning of New Ithkuil terms, or you can use the grammar guide to learn more about the grammar of the language. You can also discuss New Ithkuil with other learners in [the Discord server](https://discord.gg/PMzFpYJ). | ||
|
||
## Contributing | ||
NiGHT is an open source project, and contributions are welcome. If you would like to contribute to the project, please visit the GitHub repository at https://github.com/yuorb/yuorb.github.io. | ||
Yuorb is an open source project, and contributions are welcome. If you would like to contribute to the project, please visit the GitHub repository at https://github.com/yuorb/yuorb.github.io. | ||
|
||
## License | ||
NiGHT project is released under the MIT License. | ||
Yuorb project is released under the MIT License. | ||
|
||
The translated text and any documents themselves are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. | ||
|
||
## Build | ||
|
||
Use [pnpm](https://pnpm.io/) as your package manager. | ||
|
||
### Setup via CLI | ||
|
||
1. First, fork the repo and clone it. | ||
2. Navigate to the directory. | ||
|
||
Run the following command to install the necessary packages: | ||
|
||
``` | ||
pnpm install | ||
``` | ||
|
||
To start the development server, run the following command: | ||
|
||
``` | ||
pnpm docs:dev | ||
``` | ||
|
||
VuePress will initiate a hot-reloading development server accessible at http://localhost:8080. Any modifications made to your markdown files will automatically update the content in the browser. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.