mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 00:09:18 +02:00
Fix Farsi language in Oscar && adjust tables with RTL
This commit is contained in:
parent
d38952c133
commit
a3e15a3df6
4 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue