Skip to content

Commit 5e40c28

Browse files
author
Lains
committed
Merge branch 'master' of https://github.com/lainsce/notejot
2 parents d81bbfe + e5a2570 commit 5e40c28

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
1-
# ![icon](data/icon.png) Notejot
1+
<img align="left" style="vertical-align: middle" width="120" height="120" src="data/icon.png">
22

3-
## Stupidly simple notes app
3+
# Notejot
44

5-
<a href='https://flathub.org/apps/details/io.github.lainsce.Notejot'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>
5+
Stupidly simple notes app
6+
7+
###
68

79
[![Please do not theme this app](https://stopthemingmy.app/badge.svg)](https://stopthemingmy.app)
810
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
911

1012
![Screenshot](data/shot.png)
1113

12-
## Donations
14+
<p align="center"><a href='https://flathub.org/apps/details/io.github.lainsce.Notejot'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a></p>
15+
16+
## 💝 Donations
1317

1418
Would you like to support the development of this app to new heights? Then:
1519

1620
[Be my backer on Patreon](https://www.patreon.com/lainsce)
1721

18-
## Dependencies
22+
## 🛠️ Dependencies
1923

2024
Please make sure you have these dependencies first before building.
2125

@@ -28,14 +32,14 @@ meson
2832
vala
2933
```
3034

31-
## Building
35+
## 🏗️ Building
3236

3337
Simply clone this repo, then:
3438

3539
```bash
36-
meson build --prefix=/usr && cd build
40+
meson _build --prefix=/usr && cd _build
3741
sudo ninja install
3842
```
3943

40-
## Notes Storage
44+
## 🗂️ Notes Storage
4145
Notes are stored in `~/.var/app/io.github.lainsce.Notejot/`

po/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
# How to Translate Notejot
1+
# 🌐 How to Translate Notejot
22

3-
## First Things First
3+
## ✏️ First Things First
44

55
* Fork the repository here on github with the Fork button at the top-right
66
* Clone this repository by opening the terminal in a folder of your choice and typing `git clone https://github.com/<you_username>/notejot`
77
* (Optional) Check [Regenerate translations files](https://github.com/lainsce/notejot/tree/master/po#regenerate-translations-files) section if files haven't been recently updated.
88

9-
## Basics
9+
## 📃 Basics
1010

1111
* You'll need to know your language's code (ex. en = English).
1212
* Add that code to the LINGUAS file, in a new line, after the last line.
1313
* Translate the .pot file using the PO editor of your choice (I recommend POEdit).
1414
* Save it as <language_code>.po in this folder.
1515

16-
## Not so Basics
16+
## 📝 Not so Basics
1717

1818
* Next, in the folder you've cloned this repo in, open a terminal and type: ```git checkout -b "Translation <language code>```
1919
* Then, type ```git add *```
2020
* Finally, ```git commit -m "Translated your app for <Language Name>" && git push```, follow the instructions in the terminal if need be, then type your github username and password.
2121

2222
And that's it! You've successfully translated Notejot for your language!
2323

24-
## Regenerate translations files
24+
## 🔁 Regenerate translations files
2525
* Initialize the project build by typing `meson _build` (make sure you have [dependencies](https://github.com/lainsce/notejot#dependencies) installed!).
2626
* Compile .pot files, type `meson compile -C _build io.github.lainsce.Notejot-pot` and `meson compile -C _build extra-pot`
2727
* (Optional) Compile .po files instead replacing `-pot` with `-update-po` in the previous commands.
2828

29-
Note: install `apppstream` package in order to generate release strings in `extra.pot`
29+
Note: install `appstream` package in order to generate release strings in `extra.pot`

0 commit comments

Comments
 (0)