diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2018-05-03 22:54:10 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-03 15:54:10 +0200 |
commit | 7495a3470e7d2df139facacf24eca787f3422569 (patch) | |
tree | 788fa86a0a256fb5b43c681538ec2a8df60f3ba6 /config | |
parent | e9c5c16ba001569fbdb9be76b8cde5635a3ce4c3 (diff) |
Add el and te (#7332)
* Add el and te * Add missing locale files
Diffstat (limited to 'config')
-rw-r--r-- | config/application.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index ec3ff47a4..25c926444 100644 --- a/config/application.rb +++ b/config/application.rb @@ -41,6 +41,7 @@ module Mastodon :bg, :ca, :de, + :el, :eo, :es, :eu, @@ -68,6 +69,7 @@ module Mastodon :sr, :'sr-Latn', :sv, + :te, :th, :tr, :uk, |