1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 19:55:18 +02:00

Translate some regions into english

This commit is contained in:
Sean Morley 2024-08-20 17:47:37 -04:00
parent 027956a015
commit 53272a58f8
6 changed files with 498 additions and 475 deletions

View file

@ -0,0 +1,19 @@
# Generated by Django 5.0.8 on 2024-08-20 21:33
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('worldtravel', '0001_initial'),
]
operations = [
migrations.AddField(
model_name='region',
name='name_en',
field=models.CharField(default='', max_length=100),
preserve_default=False,
),
]