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).
Check _missing_translations.json to see if any translations are missing.
- Use this link
to edit
_missing_translations.json
. - 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...
- Open a pull request! I'll do the rest
- Look for your locale code here,
e.g.
hi
for Hindi,fr
for French,bn
for Bengali,ar
for Arabic, etc. - Use this link
to create a new file in
lib/i18n/community/
calledstrings_XX.i18n.json
whereXX
is your locale code. - 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. - Open a pull request!
Also see slang
's Getting Started for more information.