Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip elipsizing if max characters are 0 | Robert Tari | 2021-06-21 | 1 | -2/+2 |
| | | | | | | | | | | | - data/org.ayatana.common.gschema.xml.in: Set min value to 0 + update description - src/utils.c: Include hadling max allowed length of 0 - tests/CMakeLists.txt: Compile schema locally for testing - tests/tst_utils.cpp: Include handling max allowed length of 0 - po/ayatana-common.pot: Update translation strings - po/*.po: Update translation strings fixes https://github.com/AyatanaIndicators/libayatana-common/issues/29 | ||||
* | Initialize i18n / gettext for newly added org.ayatana.common.gschema.xml ↵ | Robert Tari | 2021-06-16 | 1 | -0/+27 |
GSettings schema. - Add update-po.sh/update-pot.sh helpers. - po/*: Add translation files. - CMakeLists.txt: Add translation domain + 'po/' build folder. |