问题是几个翻译(语言)的javascript文件,我需要用django-admin.py makemessages -d djangojs -l + language
创建每个文件。因此,我需要了解每个翻译文件的命名和访问方式。问候。
示例:
{
"sEmptyTable": "No data available in table",
"sInfo": "Showing START to END of TOTAL entries",
"sInfoEmpty": "Showing 0 to 0 of 0 entries",
"sInfoFiltered": "(filtered from MAX total entries)",
"sInfoPostFix": "",
"sInfoThousands": ",",
"sLengthMenu": "Show MENU entries",
"sLoadingRecords": "Loading...",
"sProcessing": "Processing...",
"sSearch": "Search:",
"sZeroRecords": "No matching records found",
}`