fractal/fractal-gtk/po
Daniel García Moreno ae80f56720 i18n: New module to use gettext with params
We can't use format with dynamic strings so we can't use gettext
response with format. To format translatable strings easily I've created
a new module so we can use like this:

```
    let literal = i18n("TESTINGx gettext");
    let nonamed_params = i18n_f("TESTING! gettext {} and {}", &["one", "two"]);
    let named_params =i18n_k("TESTING2 gettext {one} and {two}",
                             &[("one", "1"),
                               ("two", "two")]);
```
2018-06-18 13:41:09 +02:00
..
cs.po Add Czech translation 2018-06-06 14:49:55 +00:00
es.po Update Spanish translation 2018-06-14 09:29:33 +00:00
fr.po Update French translation 2018-05-29 16:51:17 +00:00
LINGUAS Add Czech translation 2018-06-06 14:49:55 +00:00
meson.build i18n: New module to use gettext with params 2018-06-18 13:41:09 +02:00
pl.po Update Polish translation 2018-06-17 15:03:04 +00:00
POTFILES.in i18n: Update POTFILES 2018-06-18 08:21:13 +02:00
pt_BR.po Update Brazilian Portuguese translation 2018-06-06 02:13:54 +00:00
sk.po Added slovak language file 2018-05-22 14:04:44 +02:00