mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-20 00:56:32 +00:00
Document gettext installation
At least for Ubuntu-like distros
This commit is contained in:
parent
291e20cb94
commit
3796aa48c2
1 changed files with 9 additions and 0 deletions
|
@ -85,3 +85,12 @@ Once you have `rustup` installed, make sure you have the `nightly` rust
|
|||
toolchain installed:
|
||||
|
||||
$ rustup toolchain install nightly
|
||||
|
||||
### Installing GetText
|
||||
|
||||
GetText is the tool we use to manage translations. It will be needed at runtime, since we only compile
|
||||
translation files when starting Plume.
|
||||
|
||||
#### Ubuntu-like Linux
|
||||
|
||||
$ sudo apt-get install gettext
|
||||
|
|
Loading…
Reference in a new issue