<?php return [ 'welcome' => 'Welcome to our application!', 'greeting' => 'Hello, :name', 'posts' => [
from django.utils.translation import gettext_lazy as _ LANGUAGE_CODE = 'en-us' LANGUAGES = [ ('en', _('English')),