summaryrefslogtreecommitdiffstats
path: root/src/curses-ui/message_box.vala
AgeCommit message (Collapse)AuthorFilesLines
2018-06-29all: I18N supportSebastian Reichel1-2/+2
This adds I18N support using standard gettext system together with an initial German translation. This can be used to search locales in some directory: Intl.bindtextdomain("shopsystem", "/home/sre/src/serial-barcode-scanner"); And this can be used to switch language at runtime: Intl.setlocale(LocaleCategory.ALL, "");
2015-06-13status bar removedHolger Cremer1-1/+1
2015-06-10show a popup for invalid product or missing loginHolger Cremer1-1/+10
2013-03-26code restructureSebastian Reichel1-0/+60