mirror of https://github.com/snachodog/mybuddy.git
Update example French translations.
This commit is contained in:
parent
0261f39864
commit
7bf95f97be
|
@ -0,0 +1,18 @@
|
||||||
|
# Generated by Django 2.2 on 2019-05-02 17:01
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('babybuddy', '0004_settings_language'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='settings',
|
||||||
|
name='language',
|
||||||
|
field=models.CharField(choices=[('en', 'English'), ('fr', 'French')], default='en', max_length=255, verbose_name='Language'),
|
||||||
|
),
|
||||||
|
]
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue