swappy/src
Jeremy Attali 5301aebd5e fix(i18n): properly set translation domain during layout init
Most of the `i18n` boilerplate was there, but the app still needed to
know what domain to look for. This must happen after initialization of
the `GtkBuilder` and before loading the glade file.

The domain is simply the `mo` file packaged with the app and usually
located under:

```
/usr/share/locale/$LANG/LC_MESSAGES/$APP.mo
```

Once again thanks to @maximbaz for pointing it out.

Closes #92
2021-02-21 00:25:16 -05:00
..
po feat(i18n): add french translations 2021-02-20 22:58:55 -05:00
algebra.c chore(algebra): make valgrind happy 2020-06-13 14:42:50 -04:00
application.c fix(i18n): properly set translation domain during layout init 2021-02-21 00:25:16 -05:00
box.c chore(style): format with clang 2019-12-28 21:50:48 -05:00
clipboard.c chore(notification): remove libnotify dependency and notifications 2021-02-16 23:21:20 -05:00
config.c feat(cli): add configure options for filename save 2020-12-12 13:03:38 -05:00
file.c feat(cli): add configure options for filename save 2020-12-12 13:03:38 -05:00
main.c chore(clang): add more linting tasks 2020-06-13 19:45:57 -04:00
paint.c feat(draw): draw shape from center if holding control 2021-02-20 22:57:24 -05:00
pixbuf.c chore(notification): remove libnotify dependency and notifications 2021-02-16 23:21:20 -05:00
render.c feat(draw): draw shape from center if holding control 2021-02-20 22:57:24 -05:00
util.c fix(text): properly handle utf-8 chars 2020-07-08 21:48:31 -04:00