summaryrefslogtreecommitdiffstats
path: root/src/web/template.vala
AgeCommit message (Collapse)AuthorFilesLines
2018-07-20web: fix shortnameSebastian Reichel1-0/+1
2018-07-17fix templatedirSebastian Reichel1-14/+18
2018-06-29all: I18N supportSebastian Reichel1-12/+12
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-02-14web: more detailed authentication systemSebastian Reichel1-1/+2
2013-04-29add template dir to configSebastian Reichel1-14/+14
2013-03-26code restructureSebastian Reichel1-0/+104