about summary refs log tree commit diff
path: root/app/assets/javascripts/components/locales/index.jsx
diff options
context:
space:
mode:
authorMasoud Abkenar <ampbox@gmail.com>2017-04-24 22:39:15 +0200
committerEugen <eugen@zeonfederated.com>2017-04-24 22:39:15 +0200
commitbb04a9be52e005fb8bbeef22e5b8d30f0d202903 (patch)
treea42cca2b528b1030d81eeb1ddb1b584889c34bec /app/assets/javascripts/components/locales/index.jsx
parent338df98ddf14493d655a72f38f2bde482becab54 (diff)
Persian translation (#2405)
* Persian translation

* adding :fa to make the site use the rtl stylesheet

based on [this comment](https://github.com/tootsuite/mastodon/pull/2405#issuecomment-296721105)

* fix missing quotes

* add 'fa' locale
Diffstat (limited to 'app/assets/javascripts/components/locales/index.jsx')
-rw-r--r--app/assets/javascripts/components/locales/index.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/components/locales/index.jsx b/app/assets/javascripts/components/locales/index.jsx
index 9bda9a83e..9d187774a 100644
--- a/app/assets/javascripts/components/locales/index.jsx
+++ b/app/assets/javascripts/components/locales/index.jsx
@@ -2,6 +2,7 @@ import ar from './ar';
 import en from './en';
 import de from './de';
 import es from './es';
+import fa from './fa';
 import hr from './hr';
 import hu from './hu';
 import io from './io';
@@ -27,6 +28,7 @@ const locales = {
   en,
   de,
   es,
+  fa,
   hr,
   hu,
   io,