summaryrefslogtreecommitdiffstats
path: root/data/po/de.po
AgeCommit message (Collapse)AuthorFilesLines
2020-01-04improves the cashbox detail viewHolger Cremer1-36/+36
2018-08-31shorten some stringsSebastian Reichel1-84/+95
2018-07-15all: fix all remaining warningsSebastian Reichel1-5/+11
2018-07-15all: simplify datadir configurationSebastian Reichel1-24/+24
This simplifies the datadir configuration and removes the expectation, that the code is executed from the repository. It should now be possible to install this into the system like any other common Linux application.
2018-07-15build: switch to meson buildsystemSebastian Reichel1-0/+477
We build the project with 'meson' now instead of using custom configure script + GNU Makefiles. To build the project, go to the project root directory and use the following commands: Building: meson build cd build ninja Update Language Files: ninja shopsystem-pot ninja shopsystem-update-po Install: DESTDIR=./tmp ninja install