1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-12 19:09:56 +03:00

pmb.helpers.locale: new module (MR 2497)

Add module that provides utilities and information related to localization.

Initial implementation includes code to generate keyboard configs
for locale set by user.
This commit is contained in:
Anri Dellal 2024-12-02 23:31:26 +03:00 committed by Newbyte
parent 3e18183aed
commit 556160b200
No known key found for this signature in database
GPG key ID: ACD854892B38D898
4 changed files with 458 additions and 1 deletions

View file

@ -100,6 +100,15 @@ pmb.helpers.lint module
:undoc-members:
:show-inheritance:
pmb.helpers.locale module
-------------------------
.. automodule:: pmb.helpers.locale
:members:
:undoc-members:
:show-inheritance:
pmb.helpers.logging module
--------------------------