flutter: android: Localize App Name

This commit is contained in:
Calcitem 2021-02-14 22:08:51 +08:00
parent 0b308a5926
commit a6b12e6266
3 changed files with 9 additions and 1 deletions

View File

@ -8,7 +8,7 @@
FlutterApplication and put your custom class here. -->
<application
android:name="io.flutter.app.FlutterApplication"
android:label="直棋"
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
tools:ignore="AllowBackup,GoogleAppIndexingWarning">
<activity

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">直棋</string>
</resources>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Mill Game</string>
</resources>