Commit bc750b52 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents 8bd41eaf 07303143
...@@ -23,6 +23,10 @@ from south.v2 import SchemaMigration ...@@ -23,6 +23,10 @@ from south.v2 import SchemaMigration
class Migration(SchemaMigration): class Migration(SchemaMigration):
depends_on = (
('lang', '0003_auto__add_field_language_plural_type'),
)
def forwards(self, orm): def forwards(self, orm):
# Adding field 'Profile.subscribe_new_language' # Adding field 'Profile.subscribe_new_language'
db.add_column(u'accounts_profile', 'subscribe_new_language', db.add_column(u'accounts_profile', 'subscribe_new_language',
......
...@@ -78,6 +78,7 @@ TIME_ZONE = 'Europe/Prague' ...@@ -78,6 +78,7 @@ TIME_ZONE = 'Europe/Prague'
LANGUAGE_CODE = 'en-us' LANGUAGE_CODE = 'en-us'
LANGUAGES = ( LANGUAGES = (
('az', u'Azərbaycan'),
('be', u'Беларуская'), ('be', u'Беларуская'),
('br', u'Brezhoneg'), ('br', u'Brezhoneg'),
('ca', u'Català'), ('ca', u'Català'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment