Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyranet/drakhtar-i18n
https://github.com/kyranet/drakhtar-i18n
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyranet/drakhtar-i18n
- Owner: kyranet
- License: other
- Created: 2021-05-13T13:55:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-06T18:04:39.000Z (over 3 years ago)
- Last Synced: 2024-10-30T10:25:36.843Z (2 months ago)
- Language: C++
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# drakhtar-i18n
Internationalization Engine built for the [Drakhtar](https://github.com/kyranet/drakhtar).
---
## Documentation
For documentation on how to use the library, please check the `docs` folder.
## Build
### Automatic
Double click on the [`windows-setup.cmd`] and the [`windows-build.cmd`] files accordingly. That's all!
> **Note**: You must download [Microsoft PowerShell](https://github.com/PowerShell/PowerShell) to run the scripts, the
built-in Windows PowerShell does not work as it lacks of features needed for them to work.### Manual
First, run CMake:
```sh-session
$ cmake -B build
```Then build the project inside the `build` folder.
[`windows-setup.cmd`]: https://github.com/kyranet/drakhtar-i18n/blob/main/scripts/windows-setup.cmd
[`windows-build.cmd`]: https://github.com/kyranet/drakhtar-i18n/blob/main/scripts/windows-build.cmd