mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 11:46:32 +00:00
* Revert "Getting Most Recent Translations" * revert * adding back in .example files * string xml is a little funky * userRepository added * added strings and set up for if user has group challenges * checking challenge/party membership * Just trying to learn flowables * Recognizes user as part of group challenges * Log statements to track code flow * Fixed the code flow * Fixed the timing issue, not super elegant * reverting GroupViewModel to its initial for now * Adding functionality to remove challenges * Added Chloe's guild changes * quick guild fix * Fixed guild modal formatting issue for consistency and added new strings to strings.xml * Fixed an instance of if/else formatting * Update GuildDetailFragment.kt Corrected alert title for leaving a guild while not a member of Guild Challenges. Co-authored-by: Isabel Lally <43449214+ilally93@users.noreply.github.com> Co-authored-by: Isabel Lally <ilally93@gmail.com> Co-authored-by: Isabel Lally <lallyir@g.cofc.edu> Co-authored-by: Phillip Thelen <phillip@habitica.com>
21 lines
No EOL
1 KiB
XML
21 lines
No EOL
1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="sidebar_tasks">Tâches</string>
|
|
<string name="sidebar_skills">Compétences</string>
|
|
<string name="sidebar_section_social">Social</string>
|
|
<string name="sidebar_inbox">Messages</string>
|
|
<string name="sidebar_tavern">Auberge</string>
|
|
<string name="sidebar_party">Équipe</string>
|
|
<string name="sidebar_guilds">Guildes</string>
|
|
<string name="sidebar_challenges">Défis</string>
|
|
<string name="sidebar_section_inventory">Inventaire</string>
|
|
<string name="sidebar_avatar">Personnalisation de l\'avatar</string>
|
|
<string name="sidebar_equipment">Équipement</string>
|
|
<string name="sidebar_stable">Familiers & montures</string>
|
|
<string name="sidebar_news">Nouveautés</string>
|
|
<string name="sidebar_about">À propos</string>
|
|
<string name="sidebar_shops">Magasins</string>
|
|
<string name="sidebar_stats">Stats</string>
|
|
<string name="sidebar_subscription">Abonnement</string>
|
|
<string name="sidebar_gems">Acheter des gemmes</string>
|
|
</resources> |