如何在Laravel(COMMON.PHP)的所有语言环境中加载语言文件?
/resources
/lang
/en
test.php
/fa
test.php
/fr
test.php
/COMMON.php
答案 0 :(得分:0)
在from .models import MyModel
from .messages import *
to
from apps.myapp.models import MyModel
django.messages import *
中,创建语言缩写名称文件夹并将语言文件放在那里。