diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-02-04 22:38:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-04 22:38:24 -0500 |
| commit | 72d52dc317b562f728b772f058ab2c5059a2a618 (patch) | |
| tree | 8c975a567e99d89514b6b49430b5b439d800f3e4 /git-hooks/pre-commit | |
| parent | 1dd76646cc5379e686a1c8785a4dc38b6e24c931 (diff) | |
framework for translations (#55)
sets up all the plumbing to send strings to CrowdIn for translation and incorporate the results
Diffstat (limited to 'git-hooks/pre-commit')
| -rwxr-xr-x | git-hooks/pre-commit | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/git-hooks/pre-commit b/git-hooks/pre-commit new file mode 100755 index 00000000..f01b516e --- /dev/null +++ b/git-hooks/pre-commit @@ -0,0 +1,4 @@ +#!/bin/bash + +make messages.po | grep -v 'is up to date\.$' +git add messages.po |
