/ds3-checklist

Dark Souls III checklist written in Flutter.

Primary LanguageDartMIT LicenseMIT

DS3 checklist

I have no time to work on this project and it is useful in the current shape ⚠️⚠️⚠️

Google Play link

Translations

This project uses Crowdin to manage translations. Join us!

chart

Updating i18n files

To generate run:

cd ds3_cheatsheet_parser/
cargo run

After adding new translations, please update ds3_cheatsheet_parser/src/main.rs:

    const SUPPORTED_LANGS: &[&'static str] = &["en", "fr", "it", "pl", "uk"];