mirror of
https://github.com/Death916/deathclock.git
synced 2026-04-10 03:04:40 -07:00
17 lines
845 B
Markdown
17 lines
845 B
Markdown
# Rustclock
|
|
|
|
deathclock in rust
|
|
|
|
## Translators
|
|
|
|
[Fluent][fluent] is used for localization of the software. Fluent's translation files are found in the [i18n directory](./i18n). New translations may copy the [English (en) localization](./i18n/en) of the project, rename `en` to the desired [ISO 639-1 language code][iso-codes], and then translations can be provided for each [message identifier][fluent-guide]. If no translation is necessary, the message may be omitted.
|
|
|
|
|
|
[fluent]: https://projectfluent.org/
|
|
[fluent-guide]: https://projectfluent.org/fluent/guide/hello.html
|
|
[iso-codes]: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
|
[just]: https://github.com/casey/just
|
|
[rustup]: https://rustup.rs/
|
|
[rust-analyzer]: https://rust-analyzer.github.io/
|
|
[mold]: https://github.com/rui314/mold
|
|
[sccache]: https://github.com/mozilla/sccache
|