Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salif/gramati-fe-globasa
[Mirror] Translations of the Complete Globasa Grammar
https://github.com/salif/gramati-fe-globasa
auxlang bulgarian bulgarian-language conlang free-book free-books globasa grammar mdbook-book translated-book translated-lessons turkish-language
Last synced: 13 days ago
JSON representation
[Mirror] Translations of the Complete Globasa Grammar
- Host: GitHub
- URL: https://github.com/salif/gramati-fe-globasa
- Owner: salif
- License: other
- Created: 2024-06-27T11:07:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T16:02:29.000Z (2 months ago)
- Last Synced: 2024-09-19T04:26:59.452Z (2 months ago)
- Topics: auxlang, bulgarian, bulgarian-language, conlang, free-book, free-books, globasa, grammar, mdbook-book, translated-book, translated-lessons, turkish-language
- Language: CSS
- Homepage: https://salif.github.io/gramati-fe-globasa/
- Size: 22.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Gramati fe Globasa
Translations of the Complete Globasa Grammar. Fell free to fork this repository and add new books or improve existing books. Human translations, LLM translations and unfinished books are accepted.
## Books
| language | book | llm | version | source book |
| -------- | ----- | --- | ------- | ----------- |
| 🏴 English | [Complete Globasa Grammar](https://salif.github.io/gramati-fe-globasa/eng/) | none | Mesi 09 2024 | none |
| 🇪🇸 español | [Gramática completa de Globasa](https://salif.github.io/gramati-fe-globasa/spa/) | none | Mesi 09 2024 | none |
| 🇫🇷 français | [Grammaire de globasa](https://salif.github.io/gramati-fe-globasa/fr-gemini/) | Gemini 1.5 Pro Experimental 0827 | Mesi 08 2024 | spa |
| 🇵🇹 português | [Gramática da globasa](https://salif.github.io/gramati-fe-globasa/pt-gemini/) | Gemini 1.5 Pro Experimental 0827 | Mesi 08 2024 | spa |
| 🇹🇷 Türkçe | [Globasa dilbilgisi](https://salif.github.io/gramati-fe-globasa/tr-gemini/) | Gemini 1.5 Pro Experimental 0801 | Mesi 08 2024 | eng |
| 🇷🇺 русский | [Грамматика глобаса](https://salif.github.io/gramati-fe-globasa/ru-gemini/) | Gemini 1.5 Pro Experimental 0827 | Mesi 08 2024 | eng |
| 🇧🇬 български | [Граматика на глобаса](https://salif.github.io/gramati-fe-globasa/bg-gemini/) | Gemini 1.5 Pro | Mesi 09 2024 | eng |
| 🇧🇬 български | [Граматика на глобаса](https://salif.github.io/gramati-fe-globasa/bg-claude/) | Claude 3.5 Sonnet | Mesi 09 2024 | eng |
| 🟢 Esperanto | [Gramatiko de Globaso](https://salif.github.io/gramati-fe-globasa/eo-gemini/) | Gemini 1.5 Pro Experimental 0827 | Mesi 08 2024 | eng |## Contributing
### Add new book
```sh
mdbook init ./books/new-book
just --yes sync-theme
just build
```### Build books
```sh
just --yes sync-theme
just clean-all build
# just serve
```### Rebuild a book
```sh
just clean eng build
```### Fetch upstream
```sh
just update-book eng update
just update-book-diff eng > new.diff
just update-book eng remove
```