flutter: Fix No @@locale or _locale field found in intl_en, assuming 'en' based on the file name

This commit is contained in:
Calcitem 2021-02-14 21:04:41 +08:00
parent 133dd70c9a
commit bd6a9f7289
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"@@locale": "en",
"appName": "Mill Game",
"@appName": {
"description": "The App name"

View File

@ -1,4 +1,5 @@
{
"@@locale": "zh",
"appName": "直棋",
"humanVsAi": "人机对战",
"humanVsHuman": "双人对战",