mirror of
https://github.com/labwc/labwc.git
synced 2026-03-03 01:40:37 -05:00
parent
c78750283f
commit
f250c6ba12
1 changed files with 13 additions and 0 deletions
|
|
@ -350,6 +350,17 @@ Base both bugfixes and new features on `master`.
|
||||||
|
|
||||||
# Native Language Support
|
# Native Language Support
|
||||||
|
|
||||||
|
## Translators
|
||||||
|
|
||||||
|
### Weblate Instance
|
||||||
|
|
||||||
|
Translators can create an account at [LXQt Weblate](https://translate.lxqt-project.org/projects/labwc/labwc/)
|
||||||
|
and use the web interface. Adding new languages should work, otherwise the
|
||||||
|
administrators can be contacted. Suggestions for improving existing translations
|
||||||
|
can be added without account.
|
||||||
|
|
||||||
|
### Github Pull Request
|
||||||
|
|
||||||
Translators can add their `MY_LOCALE.po` files to the `po` directory
|
Translators can add their `MY_LOCALE.po` files to the `po` directory
|
||||||
based on `po/labwc.pot` and issue a pull request. To do this they can
|
based on `po/labwc.pot` and issue a pull request. To do this they can
|
||||||
generate their `MY_LOCALE.po` file in a few steps:
|
generate their `MY_LOCALE.po` file in a few steps:
|
||||||
|
|
@ -363,6 +374,8 @@ translation strings under each English string.
|
||||||
|
|
||||||
[See this tutorial for further guidance](https://www.labri.fr/perso/fleury/posts/programming/a-quick-gettext-tutorial.html)
|
[See this tutorial for further guidance](https://www.labri.fr/perso/fleury/posts/programming/a-quick-gettext-tutorial.html)
|
||||||
|
|
||||||
|
## Coders
|
||||||
|
|
||||||
Code contributors may need to update relevant files if their additions
|
Code contributors may need to update relevant files if their additions
|
||||||
affect UI elements (at the moment only `src/menu/menu.c`). In this case
|
affect UI elements (at the moment only `src/menu/menu.c`). In this case
|
||||||
the `po/labwc.pot` file needs to be updated so that translators can
|
the `po/labwc.pot` file needs to be updated so that translators can
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue