Localize app_name

This commit is contained in:
Vicente J. Ruiz Jurado 2018-08-17 06:48:50 +02:00
parent 07d28414be
commit d40859c5d8
4 changed files with 14 additions and 2 deletions

View file

@ -16,7 +16,7 @@
FlutterApplication and put your custom class here. -->
<application
android:name="io.flutter.app.FlutterApplication"
android:label="All Against The Fire!"
android:label="@string/app_name"
android:icon="@mipmap/launch_image">
<activity
android:name=".MainActivity"

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">¡Tod@s contra el Fuego!</string>
</resources>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Tod@s contra o Lume!</string>
</resources>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">All Against The Fire!</string>
</resources>