1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-22 11:26:03 +00:00

Update to msgmerged po files

One step closer, but this still doesn't work
This commit is contained in:
Robin Stuart
2020-11-20 20:03:06 +00:00
parent 3c12bf7528
commit bba6f04a71
5 changed files with 79 additions and 73 deletions

View File

@@ -498,6 +498,10 @@ int main(int argc, char **argv) {
arg_opt *arg_opts = (arg_opt *) _alloca(argc * sizeof(arg_opt));
#endif
setlocale (LC_ALL, "");
bindtextdomain ("zint", "/usr/share/locale/");
textdomain ("zint");
my_symbol = ZBarcode_Create();
my_symbol->input_mode = UNICODE_MODE;