Skip to content

Commit

Permalink
fix locale file path and correct language code
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimasdf committed Aug 30, 2024
1 parent 754b7c3 commit 35562cb
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions recipes/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ def setup_database(db_url=None, db_options=None, db_engine=None, pg_host=None, p
('ru', _('Russian')),
('es', _('Spanish')),
('sv', _('Swedish')),
('zh-hans', _('Simplified Chinese')),
]

# Static files (CSS, JavaScript, Images)
Expand Down
1 change: 1 addition & 0 deletions vue/src/locales/zh.json

0 comments on commit 35562cb

Please sign in to comment.