Commit graph

7 commits

Author SHA1 Message Date
Goutte 2e90e51710 feat(i18n): add make i18n_extract and make i18n_merge
Flow is as follows:

    <add some new i18n.Message in code>
    make i18n_extract
    <fill the generated translations/translate.*.toml>
    make i18n_merge
    <perhaps delete translations/translate.*.toml> ?
2023-11-05 00:27:46 +01:00
Joshua Harshman 39cf99f556
leverage makefile to run build tasks (#976)
remove circle ci
2020-02-20 12:25:38 -07:00
Bruce Downs af29f95b81 Add ignore of cobra posix binary and all of intellij generated files 2019-08-02 01:25:21 +05:00
jharshman c356c6491b add .idea/* to gitignore 2019-06-07 10:31:03 -04:00
Eric Paris a5f153e19b add vim to gitignore 2016-06-03 10:18:59 -04:00
spf13 3d8285f415 ignoring compiled test 2013-09-03 18:57:14 -04:00
Steve Francia 7791653039 Initial commit 2013-09-03 13:40:26 -07:00