flutter: Fix No @@locale or _locale field found in intl_en, assuming 'en' based on the file name
This commit is contained in:
parent
133dd70c9a
commit
bd6a9f7289
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"@@locale": "en",
|
||||||
"appName": "Mill Game",
|
"appName": "Mill Game",
|
||||||
"@appName": {
|
"@appName": {
|
||||||
"description": "The App name"
|
"description": "The App name"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"@@locale": "zh",
|
||||||
"appName": "直棋",
|
"appName": "直棋",
|
||||||
"humanVsAi": "人机对战",
|
"humanVsAi": "人机对战",
|
||||||
"humanVsHuman": "双人对战",
|
"humanVsHuman": "双人对战",
|
||||||
|
|
Loading…
Reference in New Issue