adil192 / super_nonogram

Home Page:https://supernonogram.adil.hanney.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Nonogram

Get it on Google Play   Download on the App Store   Launch as web app   Download for Windows   Download on Flathub   Get it as an AppImage

This is a Flutter reimplementation of my old Nonogram web app.

It automatically generates boards based on your search term (images are sourced from Pixabay using the Pixabay API).

Translating

Extending existing languages

Check _missing_translations.json to see if any translations are missing.

  1. Use this link to edit _missing_translations.json.
  2. Update your _missing_translations.json file with your translations, e.g. updating German (de)
    "de": {
      "editor": {
        "newerFileFormat": {
          "title": "Diese Notiz wurde mit einer neueren Version von Super Nonogram bearbeitet",
          "subtitle": "Wenn du diese Notiz bearbeitest, können Daten verloren gehen. Möchtest du die Notiz trotzdem öffnen?",
          "openAnyway": "Trotzdem öffnen",
          "cancel": "Abbruch"
        }
      }
    },
    // ignore the other languages...
  3. Open a pull request! I'll do the rest

Adding a new language

  1. Look for your locale code here, e.g. hi for Hindi, fr for French, bn for Bengali, ar for Arabic, etc.
  2. Use this link to create a new file in lib/i18n/community/ called strings_XX.i18n.json where XX is your locale code.
  3. Copy the contents of an existing file like lib/i18n/strings.i18n.json and replace the translations with your own. If you don't know the translation for a string, just delete the line.
  4. Open a pull request!

Also see slang's Getting Started for more information.

About

https://supernonogram.adil.hanney.org/

License:GNU Affero General Public License v3.0


Languages

Language:Dart 64.1%Language:C++ 14.3%Language:CMake 11.3%Language:Shell 3.5%Language:Inno Setup 2.0%Language:Ruby 1.7%Language:Swift 1.4%Language:C 0.9%Language:HTML 0.7%Language:Kotlin 0.1%Language:Objective-C 0.0%