aboutsummaryrefslogtreecommitdiff
path: root/po/gv.po
Commit message (Collapse)AuthorAgeFilesLines
* po/*.po: Update translation strings.Mike Gabriel2022-09-141-3/+3
|
* Skip elipsizing if max characters are 0Robert Tari2021-06-211-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 Tari2021-06-161-0/+27
GSettings schema. - Add update-po.sh/update-pot.sh helpers. - po/*: Add translation files. - CMakeLists.txt: Add translation domain + 'po/' build folder.