mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
Fixed quota link in different languages.
This commit is contained in:
@@ -100,7 +100,7 @@ LANGUAGES = (
|
||||
('zh-cn', gettext_noop(u'简体中文')),
|
||||
('ru', gettext_noop(u'Русский')),
|
||||
('de', gettext_noop(u'Deutsch')),
|
||||
('es', gettext_noop('español')),
|
||||
('es', gettext_noop('Español')),
|
||||
)
|
||||
LOCALE_PATHS = (
|
||||
os.path.join(os.path.dirname(__file__), 'locale'),
|
||||
|
Reference in New Issue
Block a user