diff options
Diffstat (limited to 'searxng_extra/update')
-rwxr-xr-x[-rw-r--r--] | searxng_extra/update/update_locales.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searxng_extra/update/update_locales.py b/searxng_extra/update/update_locales.py index e823ebaf1..d97a5dd88 100644..100755 --- a/searxng_extra/update/update_locales.py +++ b/searxng_extra/update/update_locales.py @@ -58,7 +58,7 @@ def main(): content = { "LOCALE_NAMES": LOCALE_NAMES, - "RTL_LOCALES": list(RTL_LOCALES), + "RTL_LOCALES": sorted(RTL_LOCALES), } with open(LOCALE_DATA_FILE, 'w', encoding='utf-8') as f: |