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 /crowdin.yml | |
| 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 'crowdin.yml')
| -rw-r--r-- | crowdin.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 00000000..be40a011 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,3 @@ +files: + - source: messages.po + translation: /translations/messages_%locale_with_underscore%.po |
