summaryrefslogtreecommitdiffstats
path: root/src/curses-ui/logo.vala
AgeCommit message (Collapse)AuthorFilesLines
2018-06-28all: I18N supporttestingSebastian 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, "");
2018-06-28Update CopyrightJohannes Rudolph1-0/+1
2018-06-28curses-ui: Load logo from fileJohannes Rudolph1-7/+20
This loads the ASCII art logo shown in the curses UI from a file instead of having it hard-coded in the binary.
2013-03-26code restructureSebastian Reichel1-0/+45