diff options
| author | Noémi Ványi <sitbackandwait@gmail.com> | 2020-05-31 20:02:58 +0200 |
|---|---|---|
| committer | Noémi Ványi <sitbackandwait@gmail.com> | 2020-05-31 23:44:34 +0200 |
| commit | a3e15a3df6f5502c58f82f18e09d80a2fdf7a957 (patch) | |
| tree | 678353262a6b436c939bfcb06d4f7558ff3f58c3 /searx/webapp.py | |
| parent | d38952c1335d3c6f8615870b11ef9737b203ad49 (diff) | |
Fix Farsi language in Oscar && adjust tables with RTL
Diffstat (limited to 'searx/webapp.py')
| -rwxr-xr-x | searx/webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index 8c3531069..f3f5f21b8 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -144,7 +144,7 @@ if not searx_debug \ babel = Babel(app) -rtl_locales = ['ar', 'arc', 'bcc', 'bqi', 'ckb', 'dv', 'fa', 'glk', 'he', +rtl_locales = ['ar', 'arc', 'bcc', 'bqi', 'ckb', 'dv', 'fa', 'fa_IR', 'glk', 'he', 'ku', 'mzn', 'pnb', 'ps', 'sd', 'ug', 'ur', 'yi'] # used when translating category names |