feat: add app icons and new translations
This commit is contained in:
parent
d731c31200
commit
2746560be7
5 changed files with 30 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<application
|
||||
android:label="streetlifting_rpg"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:icon="@mipmap/launcher_icon"
|
||||
android:enableOnBackInvokedCallback="true">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
|
|
|
|||
BIN
assets/icon.png~
Normal file
BIN
assets/icon.png~
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 863 KiB |
5
devtools_options.yaml
Normal file
5
devtools_options.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
description: This file stores settings for Dart & Flutter DevTools.
|
||||
documentation: https://docs.flutter.dev/tools/devtools/extensions#configure-extension-enablement-states
|
||||
extensions:
|
||||
- drift: true
|
||||
- shared_preferences: true
|
||||
12
lib/src/l10n/app_de.arb
Normal file
12
lib/src/l10n/app_de.arb
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"enterTheArena": "BETRITT DIE ARENA",
|
||||
"introText": "Die Eisengolems sind erwacht. Die Schwerkraft-Dämonen ziehen die Welt in den Abgrund.\n\nNur ein wahrer Streetlifter kann sie aufhalten. Bist du bereit, deinen Körper in eine Waffe zu schmieden?",
|
||||
"featureArmorTitle": "Schmiede deine Rüstung",
|
||||
"featureArmorDesc": "Progressive Overload basierend auf Wendler 5/3/1.",
|
||||
"featureMonstersTitle": "Erschlage Monster",
|
||||
"featureMonstersDesc": "Verwandle jede Wiederholung in Schaden gegen epische Feinde.",
|
||||
"featureLootTitle": "Sammle Beute",
|
||||
"featureLootDesc": "Verdiene XP, steige auf und schalte neue Ausrüstung frei.",
|
||||
"beginJourney": "BEGINNE DEINE REISE",
|
||||
"loginPrompt": "Schon ein Held? Hier einloggen"
|
||||
}
|
||||
12
lib/src/l10n/app_en.arb
Normal file
12
lib/src/l10n/app_en.arb
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"enterTheArena": "ENTER THE ARENA",
|
||||
"introText": "The Iron Golems have awakened. The Gravity Demons are pulling the world into the abyss.\n\nOnly a true Streetlifter can stop them. Are you ready to forge your body into a weapon?",
|
||||
"featureArmorTitle": "Build Your Armor",
|
||||
"featureArmorDesc": "Progressive overload based on Wendler 5/3/1.",
|
||||
"featureMonstersTitle": "Slay Monsters",
|
||||
"featureMonstersDesc": "Turn every rep into damage against epic foes.",
|
||||
"featureLootTitle": "Gather Loot",
|
||||
"featureLootDesc": "Earn XP, level up, and unlock new gear.",
|
||||
"beginJourney": "BEGIN YOUR JOURNEY",
|
||||
"loginPrompt": "Already a hero? Login here"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue