diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-12 04:58:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-12 04:58:33 +0200 |
commit | 9361981388ed372b0502aec7d74fee9cacb4cf86 (patch) | |
tree | e1576fa24b1559d0fa18a576f0fe950b086411d9 /app/javascript | |
parent | 16cdaa1110878f84a542f0f9a6b323ba800f4e81 (diff) |
Add missing locale file for ga and add rake task to check for it (#11813)
* Add missing locale file for ga and add rake task to check for it * Update lib/tasks/repo.rake Co-Authored-By: Yamagishi Kazutoshi <ykzts@desire.sh> * Fix check-i18n build
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/mastodon/locales/ga.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/mastodon/locales/ga.json b/app/javascript/mastodon/locales/ga.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/app/javascript/mastodon/locales/ga.json @@ -0,0 +1 @@ +{} |