mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
parent
5e618a6499
commit
f9125902d7
1 changed files with 16 additions and 0 deletions
|
@ -89,6 +89,22 @@ Feel free to provide us mockups or to involve yourself into the discussions
|
||||||
hapenning on the github issue tracker. All ideas are welcome. Of course, if you
|
hapenning on the github issue tracker. All ideas are welcome. Of course, if you
|
||||||
know how to implement them, feel free to fork and make a pull request.
|
know how to implement them, feel free to fork and make a pull request.
|
||||||
|
|
||||||
|
As a translator
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Collect all new strings to translate::
|
||||||
|
|
||||||
|
$ make update-translations
|
||||||
|
|
||||||
|
Add missing translations to *.po* files inside *translations/* dir using your
|
||||||
|
favorite text editor.
|
||||||
|
|
||||||
|
Compile them into *.mo* files::
|
||||||
|
|
||||||
|
$ make compile-translations
|
||||||
|
|
||||||
|
Commit both *.mo* and *.po*.
|
||||||
|
|
||||||
End-user
|
End-user
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue