mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
init gettext/i18n localization support
This commit is contained in:
parent
16ef621a43
commit
571b83fd6d
6 changed files with 34 additions and 7 deletions
16
README.md
16
README.md
|
|
@ -10,7 +10,7 @@ GTK 4 / C++ implementation branch
|
|||
|
||||
### Linux
|
||||
|
||||
* `sudo apt install git libgtkmm-4.0-dev`
|
||||
* `sudo apt install git libgtkmm-4.0-dev libglibmm-2.68-dev`
|
||||
* `git clone https://github.com/YGGverse/Yoda.git`
|
||||
* `cd Yoda`
|
||||
* `git checkout master`
|
||||
|
|
@ -22,11 +22,23 @@ GTK 4 / C++ implementation branch
|
|||
* `make clean`
|
||||
* `make`
|
||||
|
||||
## Localization
|
||||
|
||||
### Official
|
||||
|
||||
* [Crowdin](https://crowdin.com/project/yoda-browser)
|
||||
|
||||
### Personal
|
||||
|
||||
* `sudo apt install intltool`
|
||||
* `cd po`
|
||||
* `intltool-update --pot`
|
||||
|
||||
## Development
|
||||
|
||||
### Environment
|
||||
|
||||
* `pkg-config --cflags --libs gtkmm-4.0`
|
||||
* `pkg-config --cflags --libs gtkmm-4.0 glibmm-2.68`
|
||||
|
||||
### Contribution
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue