README fixes
This commit is contained in:
parent
9061af11f8
commit
d4343dbe07
|
@ -62,14 +62,12 @@ The build produces a number of artifacts:
|
||||||
* `./target/release/ripasso-cursive` - the main application binary, with the ncurses TUI
|
* `./target/release/ripasso-cursive` - the main application binary, with the ncurses TUI
|
||||||
* `./target/release/ripasso-gtk` - the GTK application, still in an experimental phase and not really usable
|
* `./target/release/ripasso-gtk` - the GTK application, still in an experimental phase and not really usable
|
||||||
* `./target/release/ripasso-qt` - the QT application, still in an experimental phase and not really usable
|
* `./target/release/ripasso-qt` - the QT application, still in an experimental phase and not really usable
|
||||||
* `./target/release/ripasso-man` - the manual page (sort of, more about this below)
|
* `./target/man-page/cursive/ripasso-cursive.1` - The manual page for ripasso-cursive
|
||||||
* `./target/translations/cursive/fr.mo` - french translation
|
* `./target/translations/cursive/fr.mo` - french translation
|
||||||
* `./target/translations/cursive/it.mo` - italian translation
|
* `./target/translations/cursive/it.mo` - italian translation
|
||||||
* `./target/translations/cursive/nb.mo` - norwegian bokmål translation
|
* `./target/translations/cursive/nb.mo` - norwegian bokmål translation
|
||||||
* `./target/translations/cursive/nn.mo` - norwegian nynorsk translation
|
* `./target/translations/cursive/nn.mo` - norwegian nynorsk translation
|
||||||
* `./target/translations/cursive/sv.mo` - swedish translation
|
* `./target/translations/cursive/sv.mo` - swedish translation
|
||||||
|
|
||||||
The man page setup is a bit non-standard, the `ripasso-man` project outputs a binary, that in turn prints a man-page when run.
|
|
||||||
|
|
||||||
The translation files are in gettext binary format, and should be installed in `/usr/share/ripasso/`. If that location doesn't
|
The translation files are in gettext binary format, and should be installed in `/usr/share/ripasso/`. If that location doesn't
|
||||||
conform to your distribution's guidelines, then you can supply the environmental variable `TRANSLATION_INPUT_PATH` when building to specify another.
|
conform to your distribution's guidelines, then you can supply the environmental variable `TRANSLATION_INPUT_PATH` when building to specify another.
|
||||||
|
|
|
@ -74,7 +74,7 @@ yay install ripasso-cursive
|
||||||
|
|
||||||
### Fedora
|
### Fedora
|
||||||
|
|
||||||
Avaliable in [Copr](https://copr.fedorainfracloud.org/coprs/atim/ripasso/)
|
Available in [Copr](https://copr.fedorainfracloud.org/coprs/atim/ripasso/)
|
||||||
```
|
```
|
||||||
sudo dnf copr enable atim/ripasso -y
|
sudo dnf copr enable atim/ripasso -y
|
||||||
```
|
```
|
||||||
|
@ -113,6 +113,8 @@ nix-env -iA nixpkgs.ripasso-cursive
|
||||||
|
|
||||||
[See here](https://github.com/cortex/ripasso/blob/master/BUILD_INSTRUCTIONS.md)
|
[See here](https://github.com/cortex/ripasso/blob/master/BUILD_INSTRUCTIONS.md)
|
||||||
|
|
||||||
## Translation howto
|
## Translations
|
||||||
|
|
||||||
[See here](https://github.com/cortex/ripasso/blob/master/TRANSLATIONS.md)
|
Do you want to have ripasso in your native language? Help out with a translation:
|
||||||
|
|
||||||
|
[See here](https://github.com/cortex/ripasso/blob/master/TRANSLATIONS.md)
|
||||||
|
|
|
@ -24,4 +24,6 @@ If you want to translate ripasso to your language here is how:
|
||||||
4. Translate the strings `poedit cursive/res/fr.po`
|
4. Translate the strings `poedit cursive/res/fr.po`
|
||||||
|
|
||||||
After that you just need to submit a [pull request on github](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)
|
After that you just need to submit a [pull request on github](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)
|
||||||
with your changes in them.
|
with your changes. Poedit will generate a `.mo` file in addition to the
|
||||||
|
`.po` file, that is only a binary representation of the information in the `.po` file
|
||||||
|
and should not be included in the pull request.
|
||||||
|
|
Loading…
Reference in New Issue