Update project data

Julien LepillerMon Dec 06 03:16:56+0100 2021

01b8dbe

Update project data

extractdata.py

44
55
data = []
66
7+
print("Analysing projects at the TP...")
78
tplist = requests.get("https://translationproject.org/domain/index.html")
89
if(tplist.status_code == 200):
910
    tree = html.fromstring(tplist.content)

1112
    for d in domains:
1213
        data.append({"name": d, "system": 0})
1314
15+
print("Analysing projects weblate instances...")
16+
weblateservers = ['https://hosted.weblate.org', 'https://translate.fedoraproject.org']
17+
for server in weblateservers:
18+
    print("server: {}".format(server))
19+
    url = server + '/api/projects/'
20+
    while url is not None:
21+
        lst = requests.get(url)
22+
        res = json.loads(lst.content)
23+
        url = res['next']
24+
        res = res['results']
25+
        for r in res:
26+
            data.append({'name': r['name'], 'system': 4, 'instance': server,
27+
                'project': r['slug']})
28+
29+
print("Analysing projects at transifex")
1430
transifexlist = {
1531
    'openstreetmap': ['id-editor', 'osmybiz', 'openinghoursfragment',
1632
        'presets', 'vespucci'],

1935
    for proj in transifexlist[k]:
2036
        data.append({'name': proj, 'system': 1, 'organisation': k})
2137
38+
data.append({"name": "offlate", "system": 2,
39+
    "repo": "https://framagit.org/tyreunom/offlate", "branch": "master"})
40+
41+
print("done, writing results")
2242
with open('offlate/data.json', 'w') as f:
2343
    f.write(json.dumps(data))

offlate/data/data.json

1-
[{"name": "a2ps", "system": 0}, {"name": "aegis", "system": 0}, {"name": "anubis", "system": 0}, {"name": "aspell", "system": 0}, {"name": "bash", "system": 0}, {"name": "bfd", "system": 0}, {"name": "binutils", "system": 0}, {"name": "bison", "system": 0}, {"name": "bison-runtime", "system": 0}, {"name": "buzztrax", "system": 0}, {"name": "ccd2cue", "system": 0}, {"name": "ccide", "system": 0}, {"name": "cflow", "system": 0}, {"name": "clisp", "system": 0}, {"name": "coreutils", "system": 0}, {"name": "cpio", "system": 0}, {"name": "cppi", "system": 0}, {"name": "cpplib", "system": 0}, {"name": "cryptsetup", "system": 0}, {"name": "datamash", "system": 0}, {"name": "denemo", "system": 0}, {"name": "dfarc", "system": 0}, {"name": "dialog", "system": 0}, {"name": "dico", "system": 0}, {"name": "diffutils", "system": 0}, {"name": "dink", "system": 0}, {"name": "direvent", "system": 0}, {"name": "doodle", "system": 0}, {"name": "dos2unix", "system": 0}, {"name": "dos2unix-man", "system": 0}, {"name": "e2fsprogs", "system": 0}, {"name": "enscript", "system": 0}, {"name": "exif", "system": 0}, {"name": "fetchmail", "system": 0}, {"name": "findutils", "system": 0}, {"name": "flex", "system": 0}, {"name": "freedink", "system": 0}, {"name": "fusionforge", "system": 0}, {"name": "gas", "system": 0}, {"name": "gawk", "system": 0}, {"name": "gcal", "system": 0}, {"name": "gcc", "system": 0}, {"name": "gdbm", "system": 0}, {"name": "gettext-examples", "system": 0}, {"name": "gettext-runtime", "system": 0}, {"name": "gettext-tools", "system": 0}, {"name": "gjay", "system": 0}, {"name": "glunarclock", "system": 0}, {"name": "gnubiff", "system": 0}, {"name": "gnubik", "system": 0}, {"name": "gnucash", "system": 0}, {"name": "gnuchess", "system": 0}, {"name": "gnucobol", "system": 0}, {"name": "gnulib", "system": 0}, {"name": "gnunet", "system": 0}, {"name": "gnunet-gtk", "system": 0}, {"name": "gold", "system": 0}, {"name": "gphoto2", "system": 0}, {"name": "gprof", "system": 0}, {"name": "gramadoir", "system": 0}, {"name": "grep", "system": 0}, {"name": "grip", "system": 0}, {"name": "grub", "system": 0}, {"name": "gsasl", "system": 0}, {"name": "gss", "system": 0}, {"name": "gst-plugins-bad", "system": 0}, {"name": "gst-plugins-base", "system": 0}, {"name": "gst-plugins-good", "system": 0}, {"name": "gst-plugins-ugly", "system": 0}, {"name": "gstreamer", "system": 0}, {"name": "gtick", "system": 0}, {"name": "gtkam", "system": 0}, {"name": "gtkspell", "system": 0}, {"name": "guix", "system": 0}, {"name": "guix-manual", "system": 0}, {"name": "guix-packages", "system": 0}, {"name": "gutenprint", "system": 0}, {"name": "hello", "system": 0}, {"name": "help2man", "system": 0}, {"name": "help2man-texi", "system": 0}, {"name": "hylafax", "system": 0}, {"name": "idutils", "system": 0}, {"name": "jwhois", "system": 0}, {"name": "kbd", "system": 0}, {"name": "klavaro", "system": 0}, {"name": "ld", "system": 0}, {"name": "leafpad", "system": 0}, {"name": "libc", "system": 0}, {"name": "libexif", "system": 0}, {"name": "libextractor", "system": 0}, {"name": "libgnutls", "system": 0}, {"name": "libgphoto2", "system": 0}, {"name": "libgphoto2_port", "system": 0}, {"name": "libgsasl", "system": 0}, {"name": "libiconv", "system": 0}, {"name": "libidn", "system": 0}, {"name": "libidn2", "system": 0}, {"name": "lilypond", "system": 0}, {"name": "lordsawar", "system": 0}, {"name": "lprng", "system": 0}, {"name": "lynx", "system": 0}, {"name": "m4", "system": 0}, {"name": "mailfromd", "system": 0}, {"name": "mailutils", "system": 0}, {"name": "make", "system": 0}, {"name": "man-db", "system": 0}, {"name": "man-db-manpages", "system": 0}, {"name": "midi-instruments", "system": 0}, {"name": "minicom", "system": 0}, {"name": "mkisofs", "system": 0}, {"name": "muibase", "system": 0}, {"name": "myserver", "system": 0}, {"name": "nano", "system": 0}, {"name": "opcodes", "system": 0}, {"name": "parted", "system": 0}, {"name": "pies", "system": 0}, {"name": "pnmixer", "system": 0}, {"name": "popt", "system": 0}, {"name": "procps-ng", "system": 0}, {"name": "procps-ng-man", "system": 0}, {"name": "psmisc", "system": 0}, {"name": "pspp", "system": 0}, {"name": "pushover", "system": 0}, {"name": "pwdutils", "system": 0}, {"name": "pyspread", "system": 0}, {"name": "radius", "system": 0}, {"name": "recode", "system": 0}, {"name": "recutils", "system": 0}, {"name": "rpm", "system": 0}, {"name": "rush", "system": 0}, {"name": "sarg", "system": 0}, {"name": "savane", "system": 0}, {"name": "sed", "system": 0}, {"name": "sharutils", "system": 0}, {"name": "shepherd", "system": 0}, {"name": "shishi", "system": 0}, {"name": "skribilo", "system": 0}, {"name": "solfege", "system": 0}, {"name": "solfege-manual", "system": 0}, {"name": "spotmachine", "system": 0}, {"name": "sudo", "system": 0}, {"name": "sudoers", "system": 0}, {"name": "sysstat", "system": 0}, {"name": "tar", "system": 0}, {"name": "texinfo", "system": 0}, {"name": "texinfo_document", "system": 0}, {"name": "tigervnc", "system": 0}, {"name": "tin", "system": 0}, {"name": "tin-man", "system": 0}, {"name": "tracgoogleappsauthplugin", "system": 0}, {"name": "trader", "system": 0}, {"name": "util-linux", "system": 0}, {"name": "ve", "system": 0}, {"name": "vmm", "system": 0}, {"name": "vorbis-tools", "system": 0}, {"name": "wastesedge", "system": 0}, {"name": "wcd", "system": 0}, {"name": "wcd-man", "system": 0}, {"name": "wdiff", "system": 0}, {"name": "wget", "system": 0}, {"name": "wyslij-po", "system": 0}, {"name": "xboard", "system": 0}, {"name": "xdg-user-dirs", "system": 0}, {"name": "xkeyboard-config", "system": 0}, {"name": "id-editor", "system": 1, "organization": "openstreetmap", "project": "id-editor"}, {"name": "offlate", "system": 2, "repo": "https://framagit.org/tyreunom/offlate", "branch": "master"}, {"name": "guix-weblate", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "guix"}]
1+
[{"name": "anubis", "system": 0}, {"name": "aspell", "system": 0}, {"name": "bash", "system": 0}, {"name": "bfd", "system": 0}, {"name": "binutils", "system": 0}, {"name": "bison", "system": 0}, {"name": "bison-runtime", "system": 0}, {"name": "buzztrax", "system": 0}, {"name": "ccd2cue", "system": 0}, {"name": "ccide", "system": 0}, {"name": "cflow", "system": 0}, {"name": "clisp", "system": 0}, {"name": "coreutils", "system": 0}, {"name": "cpio", "system": 0}, {"name": "cppi", "system": 0}, {"name": "cpplib", "system": 0}, {"name": "cryptsetup", "system": 0}, {"name": "datamash", "system": 0}, {"name": "denemo", "system": 0}, {"name": "dfarc", "system": 0}, {"name": "dialog", "system": 0}, {"name": "dico", "system": 0}, {"name": "diffutils", "system": 0}, {"name": "dink", "system": 0}, {"name": "direvent", "system": 0}, {"name": "doodle", "system": 0}, {"name": "dos2unix", "system": 0}, {"name": "dos2unix-man", "system": 0}, {"name": "e2fsprogs", "system": 0}, {"name": "enscript", "system": 0}, {"name": "exif", "system": 0}, {"name": "fetchmail", "system": 0}, {"name": "findutils", "system": 0}, {"name": "flex", "system": 0}, {"name": "freedink", "system": 0}, {"name": "fusionforge", "system": 0}, {"name": "gas", "system": 0}, {"name": "gawk", "system": 0}, {"name": "gcal", "system": 0}, {"name": "gcc", "system": 0}, {"name": "gdbm", "system": 0}, {"name": "gettext-examples", "system": 0}, {"name": "gettext-runtime", "system": 0}, {"name": "gettext-tools", "system": 0}, {"name": "gnubiff", "system": 0}, {"name": "gnubik", "system": 0}, {"name": "gnucash", "system": 0}, {"name": "gnuchess", "system": 0}, {"name": "gnucobol", "system": 0}, {"name": "gnulib", "system": 0}, {"name": "gnunet", "system": 0}, {"name": "gnunet-gtk", "system": 0}, {"name": "gnutls", "system": 0}, {"name": "gold", "system": 0}, {"name": "gphoto2", "system": 0}, {"name": "gprof", "system": 0}, {"name": "grep", "system": 0}, {"name": "grip", "system": 0}, {"name": "grub", "system": 0}, {"name": "gsasl", "system": 0}, {"name": "gss", "system": 0}, {"name": "gst-plugins-bad", "system": 0}, {"name": "gst-plugins-base", "system": 0}, {"name": "gst-plugins-good", "system": 0}, {"name": "gst-plugins-ugly", "system": 0}, {"name": "gstreamer", "system": 0}, {"name": "gtick", "system": 0}, {"name": "gtkam", "system": 0}, {"name": "gtkspell", "system": 0}, {"name": "gutenprint", "system": 0}, {"name": "hello", "system": 0}, {"name": "help2man", "system": 0}, {"name": "help2man-texi", "system": 0}, {"name": "idutils", "system": 0}, {"name": "kbd", "system": 0}, {"name": "klavaro", "system": 0}, {"name": "ld", "system": 0}, {"name": "libc", "system": 0}, {"name": "libexif", "system": 0}, {"name": "libextractor", "system": 0}, {"name": "libgphoto2", "system": 0}, {"name": "libgphoto2_port", "system": 0}, {"name": "libiconv", "system": 0}, {"name": "libidn", "system": 0}, {"name": "libidn2", "system": 0}, {"name": "lilypond", "system": 0}, {"name": "lordsawar", "system": 0}, {"name": "lynx", "system": 0}, {"name": "m4", "system": 0}, {"name": "mailfromd", "system": 0}, {"name": "mailutils", "system": 0}, {"name": "make", "system": 0}, {"name": "man-db", "system": 0}, {"name": "man-db-manpages", "system": 0}, {"name": "meritous", "system": 0}, {"name": "midi-instruments", "system": 0}, {"name": "minicom", "system": 0}, {"name": "mpop", "system": 0}, {"name": "msmtp", "system": 0}, {"name": "muibase", "system": 0}, {"name": "myserver", "system": 0}, {"name": "nano", "system": 0}, {"name": "opcodes", "system": 0}, {"name": "parted", "system": 0}, {"name": "pies", "system": 0}, {"name": "pnmixer", "system": 0}, {"name": "procps-ng", "system": 0}, {"name": "procps-ng-man", "system": 0}, {"name": "psmisc", "system": 0}, {"name": "psmisc-man", "system": 0}, {"name": "pspp", "system": 0}, {"name": "pushover", "system": 0}, {"name": "pwdutils", "system": 0}, {"name": "pyspread", "system": 0}, {"name": "radius", "system": 0}, {"name": "recode", "system": 0}, {"name": "recutils", "system": 0}, {"name": "rush", "system": 0}, {"name": "sarg", "system": 0}, {"name": "savane", "system": 0}, {"name": "sed", "system": 0}, {"name": "sharutils", "system": 0}, {"name": "shepherd", "system": 0}, {"name": "shishi", "system": 0}, {"name": "skribilo", "system": 0}, {"name": "solfege", "system": 0}, {"name": "solfege-manual", "system": 0}, {"name": "spotmachine", "system": 0}, {"name": "sudo", "system": 0}, {"name": "sudoers", "system": 0}, {"name": "sysstat", "system": 0}, {"name": "tar", "system": 0}, {"name": "texinfo", "system": 0}, {"name": "texinfo_document", "system": 0}, {"name": "tigervnc", "system": 0}, {"name": "tin", "system": 0}, {"name": "tin-man", "system": 0}, {"name": "tracgoogleappsauthplugin", "system": 0}, {"name": "trader", "system": 0}, {"name": "util-linux", "system": 0}, {"name": "util-linux-man", "system": 0}, {"name": "ve", "system": 0}, {"name": "vmm", "system": 0}, {"name": "vorbis-tools", "system": 0}, {"name": "wastesedge", "system": 0}, {"name": "wcd", "system": 0}, {"name": "wcd-man", "system": 0}, {"name": "wdiff", "system": 0}, {"name": "wget", "system": 0}, {"name": "wget2", "system": 0}, {"name": "wyslij-po", "system": 0}, {"name": "xboard", "system": 0}, {"name": "xdg-user-dirs", "system": 0}, {"name": "xkeyboard-config", "system": 0}, {"name": "xz", "system": 0}, {"name": "Freeplane", "system": 4, "instance": "https://hosted.weblate.org", "project": "freeplane"}, {"name": "ARandR", "system": 4, "instance": "https://hosted.weblate.org", "project": "arandr"}, {"name": "MusicBottle", "system": 4, "instance": "https://hosted.weblate.org", "project": "musicbottle"}, {"name": "SDAPS", "system": 4, "instance": "https://hosted.weblate.org", "project": "sdaps"}, {"name": "GetBack GPS", "system": 4, "instance": "https://hosted.weblate.org", "project": "getback_gps"}, {"name": "Unknown Horizons", "system": 4, "instance": "https://hosted.weblate.org", "project": "uh"}, {"name": "Summoning Wars", "system": 4, "instance": "https://hosted.weblate.org", "project": "sumwars"}, {"name": "Monkeysphere", "system": 4, "instance": "https://hosted.weblate.org", "project": "monkeysphere"}, {"name": "django-geoip-redis", "system": 4, "instance": "https://hosted.weblate.org", "project": "django-geoip-redis"}, {"name": "OsmAnd", "system": 4, "instance": "https://hosted.weblate.org", "project": "osmand"}, {"name": "Scarry On Lin{e|ux}", "system": 4, "instance": "https://hosted.weblate.org", "project": "sol"}, {"name": "BridgeClock", "system": 4, "instance": "https://hosted.weblate.org", "project": "bridgeclock"}, {"name": "CopyQ", "system": 4, "instance": "https://hosted.weblate.org", "project": "copyq"}, {"name": "WinCompose", "system": 4, "instance": "https://hosted.weblate.org", "project": "wincompose"}, {"name": "Gammu", "system": 4, "instance": "https://hosted.weblate.org", "project": "gammu"}, {"name": "Weblate", "system": 4, "instance": "https://hosted.weblate.org", "project": "weblate"}, {"name": "phpMyAdmin", "system": 4, "instance": "https://hosted.weblate.org", "project": "phpmyadmin"}, {"name": "Debian Handbook", "system": 4, "instance": "https://hosted.weblate.org", "project": "debian-handbook"}, {"name": "qt-fsarchiver", "system": 4, "instance": "https://hosted.weblate.org", "project": "qt-fsarchiver"}, {"name": "Darky", "system": 4, "instance": "https://hosted.weblate.org", "project": "darky"}, {"name": "Noosfero", "system": 4, "instance": "https://hosted.weblate.org", "project": "noosfero"}, {"name": "Taxi Android Open", "system": 4, "instance": "https://hosted.weblate.org", "project": "taxi-android-open"}, {"name": "Exaile", "system": 4, "instance": "https://hosted.weblate.org", "project": "exaile"}, {"name": "Kallithea", "system": 4, "instance": "https://hosted.weblate.org", "project": "kallithea"}, {"name": "NetMauMau", "system": 4, "instance": "https://hosted.weblate.org", "project": "netmaumau"}, {"name": "Munin for Android", "system": 4, "instance": "https://hosted.weblate.org", "project": "munin-for-android"}, {"name": "Webcamoid", "system": 4, "instance": "https://hosted.weblate.org", "project": "webcamoid"}, {"name": "LooWID", "system": 4, "instance": "https://hosted.weblate.org", "project": "loowid"}, {"name": "Boilr", "system": 4, "instance": "https://hosted.weblate.org", "project": "boilr"}, {"name": "SwitchyOmega", "system": 4, "instance": "https://hosted.weblate.org", "project": "switchyomega"}, {"name": "Cyanide", "system": 4, "instance": "https://hosted.weblate.org", "project": "cyanide"}, {"name": "Blurify", "system": 4, "instance": "https://hosted.weblate.org", "project": "blurify"}, {"name": "Jirafeau", "system": 4, "instance": "https://hosted.weblate.org", "project": "jirafeau"}, {"name": "Odorik", "system": 4, "instance": "https://hosted.weblate.org", "project": "odorik"}, {"name": "Liberapay", "system": 4, "instance": "https://hosted.weblate.org", "project": "liberapay"}, {"name": "MyPaint", "system": 4, "instance": "https://hosted.weblate.org", "project": "mypaint"}, {"name": "Android IMSI-Catcher Detector", "system": 4, "instance": "https://hosted.weblate.org", "project": "aimsicd"}, {"name": "Minetest", "system": 4, "instance": "https://hosted.weblate.org", "project": "minetest"}, {"name": "Hangoutsbot", "system": 4, "instance": "https://hosted.weblate.org", "project": "hangoutsbot"}, {"name": "Crosswords", "system": 4, "instance": "https://hosted.weblate.org", "project": "xwords"}, {"name": "Harbour Money", "system": 4, "instance": "https://hosted.weblate.org", "project": "harbour-money"}, {"name": "KISS", "system": 4, "instance": "https://hosted.weblate.org", "project": "kiss"}, {"name": "Indent", "system": 4, "instance": "https://hosted.weblate.org", "project": "indent"}, {"name": "RouteConverter", "system": 4, "instance": "https://hosted.weblate.org", "project": "routeconverter"}, {"name": "F-Droid", "system": 4, "instance": "https://hosted.weblate.org", "project": "f-droid"}, {"name": "SudokuSolver", "system": 4, "instance": "https://hosted.weblate.org", "project": "sudokusolver"}, {"name": "spaRSS", "system": 4, "instance": "https://hosted.weblate.org", "project": "sparss"}, {"name": "NewPipe", "system": 4, "instance": "https://hosted.weblate.org", "project": "newpipe"}, {"name": "Andor's Trail", "system": 4, "instance": "https://hosted.weblate.org", "project": "andors-trail"}, {"name": "AndrOBD", "system": 4, "instance": "https://hosted.weblate.org", "project": "androbd"}, {"name": "Unplayer", "system": 4, "instance": "https://hosted.weblate.org", "project": "unplayer"}, {"name": "FreedomBox", "system": 4, "instance": "https://hosted.weblate.org", "project": "freedombox"}, {"name": "Tremotesf", "system": 4, "instance": "https://hosted.weblate.org", "project": "tremotesf"}, {"name": "Tox", "system": 4, "instance": "https://hosted.weblate.org", "project": "tox"}, {"name": "Sonic Pi", "system": 4, "instance": "https://hosted.weblate.org", "project": "sonic-pi"}, {"name": "Navigate CMS", "system": 4, "instance": "https://hosted.weblate.org", "project": "navigate-cms"}, {"name": "Tiled", "system": 4, "instance": "https://hosted.weblate.org", "project": "tiled"}, {"name": "Metrodroid", "system": 4, "instance": "https://hosted.weblate.org", "project": "metrodroid"}, {"name": "DSC Auto Rename", "system": 4, "instance": "https://hosted.weblate.org", "project": "dsc-auto-rename"}, {"name": "Openbmap", "system": 4, "instance": "https://hosted.weblate.org", "project": "openbmap"}, {"name": "Lexica", "system": 4, "instance": "https://hosted.weblate.org", "project": "lexica"}, {"name": "Transistor", "system": 4, "instance": "https://hosted.weblate.org", "project": "transistor"}, {"name": "OpenBikeSharing", "system": 4, "instance": "https://hosted.weblate.org", "project": "openbikesharing"}, {"name": "Markdown Notes", "system": 4, "instance": "https://hosted.weblate.org", "project": "markdown-notes"}, {"name": "eventoL", "system": 4, "instance": "https://hosted.weblate.org", "project": "eventol"}, {"name": "Tilix", "system": 4, "instance": "https://hosted.weblate.org", "project": "tilix"}, {"name": "Red Moon", "system": 4, "instance": "https://hosted.weblate.org", "project": "red-moon"}, {"name": "Android Betterpickers", "system": 4, "instance": "https://hosted.weblate.org", "project": "android-betterpickers"}, {"name": "Ricin", "system": 4, "instance": "https://hosted.weblate.org", "project": "ricin"}, {"name": "GtkHash", "system": 4, "instance": "https://hosted.weblate.org", "project": "gtkhash"}, {"name": "Godot Engine", "system": 4, "instance": "https://hosted.weblate.org", "project": "godot-engine"}, {"name": "JClic", "system": 4, "instance": "https://hosted.weblate.org", "project": "jclic"}, {"name": "qooxdoo", "system": 4, "instance": "https://hosted.weblate.org", "project": "qooxdoo"}, {"name": "OpenOrienteering", "system": 4, "instance": "https://hosted.weblate.org", "project": "openorienteering"}, {"name": "Debian Member Portfolio Service", "system": 4, "instance": "https://hosted.weblate.org", "project": "debian-member-portfolio-service"}, {"name": "Debian Reference", "system": 4, "instance": "https://hosted.weblate.org", "project": "debian-reference"}, {"name": "Ghost", "system": 4, "instance": "https://hosted.weblate.org", "project": "ghost"}, {"name": "Rockpool", "system": 4, "instance": "https://hosted.weblate.org", "project": "rockpool"}, {"name": "AsteroidOS", "system": 4, "instance": "https://hosted.weblate.org", "project": "asteroidos"}, {"name": "Diet Diary", "system": 4, "instance": "https://hosted.weblate.org", "project": "diet-diary"}, {"name": "Scopa", "system": 4, "instance": "https://hosted.weblate.org", "project": "scopa"}, {"name": "AppStream", "system": 4, "instance": "https://hosted.weblate.org", "project": "appstream"}, {"name": "JaMuz", "system": 4, "instance": "https://hosted.weblate.org", "project": "jamuz"}, {"name": "World-Weather", "system": 4, "instance": "https://hosted.weblate.org", "project": "world-weather"}, {"name": "GNUSim8085", "system": 4, "instance": "https://hosted.weblate.org", "project": "gnusim8085"}, {"name": "Commons App", "system": 4, "instance": "https://hosted.weblate.org", "project": "commons-app"}, {"name": "Debian Edu Documentation", "system": 4, "instance": "https://hosted.weblate.org", "project": "debian-edu-documentation"}, {"name": "Harbour AllRadio", "system": 4, "instance": "https://hosted.weblate.org", "project": "harbour-allradio"}, {"name": "Simpletask", "system": 4, "instance": "https://hosted.weblate.org", "project": "simpletask"}, {"name": "FSearch", "system": 4, "instance": "https://hosted.weblate.org", "project": "fsearch"}, {"name": "Peek", "system": 4, "instance": "https://hosted.weblate.org", "project": "peek"}, {"name": "QTodoTxt", "system": 4, "instance": "https://hosted.weblate.org", "project": "qtodotxt"}, {"name": "wallabag", "system": 4, "instance": "https://hosted.weblate.org", "project": "wallabag"}, {"name": "Open Event", "system": 4, "instance": "https://hosted.weblate.org", "project": "open-event"}, {"name": "Indicator for KDE Connect", "system": 4, "instance": "https://hosted.weblate.org", "project": "indicator-kde-connect"}, {"name": "Chibe", "system": 4, "instance": "https://hosted.weblate.org", "project": "chibe"}, {"name": "Linux Containers", "system": 4, "instance": "https://hosted.weblate.org", "project": "linux-containers"}, {"name": "Mumble-Ruby-Pluginbot", "system": 4, "instance": "https://hosted.weblate.org", "project": "mumble-ruby-pluginbot"}, {"name": "Nelson", "system": 4, "instance": "https://hosted.weblate.org", "project": "nelson"}, {"name": "Kaidan", "system": 4, "instance": "https://hosted.weblate.org", "project": "kaidan"}, {"name": "Trackbook", "system": 4, "instance": "https://hosted.weblate.org", "project": "trackbook"}, {"name": "Goodvibes", "system": 4, "instance": "https://hosted.weblate.org", "project": "goodvibes"}, {"name": "DoubleContact", "system": 4, "instance": "https://hosted.weblate.org", "project": "doublecontact"}, {"name": "Ghini", "system": 4, "instance": "https://hosted.weblate.org", "project": "ghini"}, {"name": "Converse.js", "system": 4, "instance": "https://hosted.weblate.org", "project": "conversejs"}, {"name": "Turris", "system": 4, "instance": "https://hosted.weblate.org", "project": "turris"}, {"name": "Icinga Editor", "system": 4, "instance": "https://hosted.weblate.org", "project": "icinga-editor"}, {"name": "Pext", "system": 4, "instance": "https://hosted.weblate.org", "project": "pext"}, {"name": "Dino", "system": 4, "instance": "https://hosted.weblate.org", "project": "dino"}, {"name": "Good Weather", "system": 4, "instance": "https://hosted.weblate.org", "project": "good-weather"}, {"name": "EFN", "system": 4, "instance": "https://hosted.weblate.org", "project": "efn"}, {"name": "Android-Open-Radio", "system": 4, "instance": "https://hosted.weblate.org", "project": "android-open-radio"}, {"name": "bookworm", "system": 4, "instance": "https://hosted.weblate.org", "project": "bookworm"}, {"name": "Made With Creative Commons", "system": 4, "instance": "https://hosted.weblate.org", "project": "madewithcc"}, {"name": "Nutty", "system": 4, "instance": "https://hosted.weblate.org", "project": "nutty"}, {"name": "po4a", "system": 4, "instance": "https://hosted.weblate.org", "project": "po4a"}, {"name": "OpenRefine", "system": 4, "instance": "https://hosted.weblate.org", "project": "openrefine"}, {"name": "Gradio", "system": 4, "instance": "https://hosted.weblate.org", "project": "gradio"}, {"name": "RedReader", "system": 4, "instance": "https://hosted.weblate.org", "project": "redreader"}, {"name": "Arctica Framework", "system": 4, "instance": "https://hosted.weblate.org", "project": "arctica-framework"}, {"name": "Ayatana Indicators", "system": 4, "instance": "https://hosted.weblate.org", "project": "ayatana-indicators"}, {"name": "Skolab Groupware", "system": 4, "instance": "https://hosted.weblate.org", "project": "skolab-groupware"}, {"name": "Freeyourgadget", "system": 4, "instance": "https://hosted.weblate.org", "project": "freeyourgadget"}, {"name": "Susi AI", "system": 4, "instance": "https://hosted.weblate.org", "project": "susi-ai"}, {"name": "Teamward", "system": 4, "instance": "https://hosted.weblate.org", "project": "teamward"}, {"name": "User-Agent Switcher", "system": 4, "instance": "https://hosted.weblate.org", "project": "uaswitcher"}, {"name": "Safe Eyes", "system": 4, "instance": "https://hosted.weblate.org", "project": "safe-eyes"}, {"name": "XCSoar", "system": 4, "instance": "https://hosted.weblate.org", "project": "xcsoar"}, {"name": "MailCleaner Anti Spam", "system": 4, "instance": "https://hosted.weblate.org", "project": "mailcleaner"}, {"name": "Hunspell", "system": 4, "instance": "https://hosted.weblate.org", "project": "hunspell"}, {"name": "gnumdk", "system": 4, "instance": "https://hosted.weblate.org", "project": "gnumdk"}, {"name": "SkyTube", "system": 4, "instance": "https://hosted.weblate.org", "project": "skytube"}, {"name": "Eventum", "system": 4, "instance": "https://hosted.weblate.org", "project": "eventum"}, {"name": "Mind Map Architect", "system": 4, "instance": "https://hosted.weblate.org", "project": "mmarchitect"}, {"name": "Debian Installer", "system": 4, "instance": "https://hosted.weblate.org", "project": "debian-installer"}, {"name": "Simple Weather", "system": 4, "instance": "https://hosted.weblate.org", "project": "simple-weather"}, {"name": "FeedReader", "system": 4, "instance": "https://hosted.weblate.org", "project": "feedreader"}, {"name": "CityZen", "system": 4, "instance": "https://hosted.weblate.org", "project": "cityzen"}, {"name": "iso-codes", "system": 4, "instance": "https://hosted.weblate.org", "project": "iso-codes"}, {"name": "Manuskript", "system": 4, "instance": "https://hosted.weblate.org", "project": "manuskript"}, {"name": "Harbour Lyrics", "system": 4, "instance": "https://hosted.weblate.org", "project": "harbour-lyrics"}, {"name": "Harbour MPW", "system": 4, "instance": "https://hosted.weblate.org", "project": "harbour-mpw"}, {"name": "Harbour SailHN", "system": 4, "instance": "https://hosted.weblate.org", "project": "harbour-sailhn"}, {"name": "Harbour Papocchio", "system": 4, "instance": "https://hosted.weblate.org", "project": "harbour-papocchio"}, {"name": "Harbour Base64", "system": 4, "instance": "https://hosted.weblate.org", "project": "harbour-base64"}, {"name": "Harbour HostIsDown", "system": 4, "instance": "https://hosted.weblate.org", "project": "harbour-hostisdown"}, {"name": "Coala", "system": 4, "instance": "https://hosted.weblate.org", "project": "coala"}, {"name": "nm-tray", "system": 4, "instance": "https://hosted.weblate.org", "project": "nm-tray"}, {"name": "gImageReader", "system": 4, "instance": "https://hosted.weblate.org", "project": "gimagereader"}, {"name": "GASdottoNG", "system": 4, "instance": "https://hosted.weblate.org", "project": "gasdottong"}, {"name": "CalcPvAutonome", "system": 4, "instance": "https://hosted.weblate.org", "project": "calcpvautonome"}, {"name": "GAFAM", "system": 4, "instance": "https://hosted.weblate.org", "project": "gafam"}, {"name": "openScale", "system": 4, "instance": "https://hosted.weblate.org", "project": "openscale"}, {"name": "Your local weather", "system": 4, "instance": "https://hosted.weblate.org", "project": "your-local-weather"}, {"name": "Bodyweight timer for Sailfish OS", "system": 4, "instance": "https://hosted.weblate.org", "project": "bodyweight-timer-sailfish-os"}, {"name": "PDF Mix Tool", "system": 4, "instance": "https://hosted.weblate.org", "project": "pdf-mix-tool"}, {"name": "tinyMediaManager", "system": 4, "instance": "https://hosted.weblate.org", "project": "tinymediamanager"}, {"name": "Night Clock", "system": 4, "instance": "https://hosted.weblate.org", "project": "night-clock"}, {"name": "PhotoBlog", "system": 4, "instance": "https://hosted.weblate.org", "project": "photoblog"}, {"name": "OCCRP", "system": 4, "instance": "https://hosted.weblate.org", "project": "occrp"}, {"name": "Tachiyomi", "system": 4, "instance": "https://hosted.weblate.org", "project": "tachiyomi"}, {"name": "Sozi", "system": 4, "instance": "https://hosted.weblate.org", "project": "sozi"}, {"name": "SoundSwitch", "system": 4, "instance": "https://hosted.weblate.org", "project": "soundswitch"}, {"name": "Project Hamster", "system": 4, "instance": "https://hosted.weblate.org", "project": "project-hamster"}, {"name": "PIN oversettelser", "system": 4, "instance": "https://hosted.weblate.org", "project": "rms-personal-data-safe"}, {"name": "ASS Danmaku", "system": 4, "instance": "https://hosted.weblate.org", "project": "ass-danmaku"}, {"name": "KeePassDX", "system": 4, "instance": "https://hosted.weblate.org", "project": "keepass-dx"}, {"name": "Guake", "system": 4, "instance": "https://hosted.weblate.org", "project": "guake"}, {"name": "Planner", "system": 4, "instance": "https://hosted.weblate.org", "project": "planner"}, {"name": "EasySSH", "system": 4, "instance": "https://hosted.weblate.org", "project": "easyssh"}, {"name": "Starke Verben", "system": 4, "instance": "https://hosted.weblate.org", "project": "starke-verben"}, {"name": "FMIT", "system": 4, "instance": "https://hosted.weblate.org", "project": "fmit"}, {"name": "Crappy Firetitle", "system": 4, "instance": "https://hosted.weblate.org", "project": "crappy-firetitle"}, {"name": "PDF Slicer", "system": 4, "instance": "https://hosted.weblate.org", "project": "pdf-slicer"}, {"name": "Easer", "system": 4, "instance": "https://hosted.weblate.org", "project": "easer"}, {"name": "DawnlightSearch", "system": 4, "instance": "https://hosted.weblate.org", "project": "dawnlightsearch"}, {"name": "FreeTube", "system": 4, "instance": "https://hosted.weblate.org", "project": "free-tube"}, {"name": "FluffyChat", "system": 4, "instance": "https://hosted.weblate.org", "project": "fluffychat"}, {"name": "GPXSee", "system": 4, "instance": "https://hosted.weblate.org", "project": "gpxsee"}, {"name": "Activity Tracker", "system": 4, "instance": "https://hosted.weblate.org", "project": "activity-tracker"}, {"name": "ONVIFViewer", "system": 4, "instance": "https://hosted.weblate.org", "project": "onvifviewer"}, {"name": "ksnip", "system": 4, "instance": "https://hosted.weblate.org", "project": "ksnip"}, {"name": "GNU Mailman", "system": 4, "instance": "https://hosted.weblate.org", "project": "gnu-mailman"}, {"name": "Mastodon-Twitter Crossposter", "system": 4, "instance": "https://hosted.weblate.org", "project": "mastodon-twitter-crossposter"}, {"name": "Subway Tooter", "system": 4, "instance": "https://hosted.weblate.org", "project": "subway-tooter"}, {"name": "Volunteers Nowhere", "system": 4, "instance": "https://hosted.weblate.org", "project": "volunteers-nowhere"}, {"name": "OnionShare", "system": 4, "instance": "https://hosted.weblate.org", "project": "onionshare"}, {"name": "Ncmpc", "system": 4, "instance": "https://hosted.weblate.org", "project": "ncmpc"}, {"name": "Me And My Shadow", "system": 4, "instance": "https://hosted.weblate.org", "project": "me-and-my-shadow"}, {"name": "Gitcoin", "system": 4, "instance": "https://hosted.weblate.org", "project": "gitcoin"}, {"name": "Jami", "system": 4, "instance": "https://hosted.weblate.org", "project": "jami"}, {"name": "Carburetor", "system": 4, "instance": "https://hosted.weblate.org", "project": "carburetor"}, {"name": "Safe Surfer", "system": 4, "instance": "https://hosted.weblate.org", "project": "safe-surfer"}, {"name": "Athenaeum", "system": 4, "instance": "https://hosted.weblate.org", "project": "athenaeum"}, {"name": "Apple Flinger", "system": 4, "instance": "https://hosted.weblate.org", "project": "apple-flinger"}, {"name": "DBeaver", "system": 4, "instance": "https://hosted.weblate.org", "project": "dbeaver"}, {"name": "Unity IdM", "system": 4, "instance": "https://hosted.weblate.org", "project": "unity-idm"}, {"name": "Emote Collector", "system": 4, "instance": "https://hosted.weblate.org", "project": "emote-collector"}, {"name": "SimpleEmail", "system": 4, "instance": "https://hosted.weblate.org", "project": "simple-email"}, {"name": "Requirements Bazaar", "system": 4, "instance": "https://hosted.weblate.org", "project": "requirements-bazaar"}, {"name": "GameHub", "system": 4, "instance": "https://hosted.weblate.org", "project": "gamehub"}, {"name": "Venom", "system": 4, "instance": "https://hosted.weblate.org", "project": "venom"}, {"name": "Invidious", "system": 4, "instance": "https://hosted.weblate.org", "project": "invidious"}, {"name": "Gemma", "system": 4, "instance": "https://hosted.weblate.org", "project": "gemma"}, {"name": "selfoss", "system": 4, "instance": "https://hosted.weblate.org", "project": "selfoss"}, {"name": "G-Droid", "system": 4, "instance": "https://hosted.weblate.org", "project": "g-droid"}, {"name": "Git Manpages", "system": 4, "instance": "https://hosted.weblate.org", "project": "git-manpages"}, {"name": "Logfly", "system": 4, "instance": "https://hosted.weblate.org", "project": "logfly"}, {"name": "Sequeler", "system": 4, "instance": "https://hosted.weblate.org", "project": "sequeler"}, {"name": "Pasang Emas", "system": 4, "instance": "https://hosted.weblate.org", "project": "pasang-emas"}, {"name": "PDF Tricks", "system": 4, "instance": "https://hosted.weblate.org", "project": "pdftricks"}, {"name": "CPU-X", "system": 4, "instance": "https://hosted.weblate.org", "project": "cpu-x"}, {"name": "PeerTube", "system": 4, "instance": "https://hosted.weblate.org", "project": "peertube"}, {"name": "Etar-Calendar", "system": 4, "instance": "https://hosted.weblate.org", "project": "etar-calendar"}, {"name": "GiveMeLyrics", "system": 4, "instance": "https://hosted.weblate.org", "project": "givemelyrics"}, {"name": "QuickBox", "system": 4, "instance": "https://hosted.weblate.org", "project": "quickbox"}, {"name": "Stride", "system": 4, "instance": "https://hosted.weblate.org", "project": "stride"}, {"name": "Guardian Project", "system": 4, "instance": "https://hosted.weblate.org", "project": "guardianproject"}, {"name": "Whiskers", "system": 4, "instance": "https://hosted.weblate.org", "project": "whiskers"}, {"name": "min-cal-widget", "system": 4, "instance": "https://hosted.weblate.org", "project": "min-cal-widget"}, {"name": "Go For It", "system": 4, "instance": "https://hosted.weblate.org", "project": "go-for-it"}, {"name": "NOC", "system": 4, "instance": "https://hosted.weblate.org", "project": "noc"}, {"name": "I Hate Money", "system": 4, "instance": "https://hosted.weblate.org", "project": "i-hate-money"}, {"name": "Sandbox", "system": 4, "instance": "https://hosted.weblate.org", "project": "sandbox"}, {"name": "pretix-qpaypro", "system": 4, "instance": "https://hosted.weblate.org", "project": "pretix-qpaypro"}, {"name": "HgLauncher", "system": 4, "instance": "https://hosted.weblate.org", "project": "hglauncher"}, {"name": "SuperFreezZ", "system": 4, "instance": "https://hosted.weblate.org", "project": "superfreezz"}, {"name": "Kibana", "system": 4, "instance": "https://hosted.weblate.org", "project": "kibana"}, {"name": "BandcampDownloader", "system": 4, "instance": "https://hosted.weblate.org", "project": "bandcampdownloader"}, {"name": "TOK", "system": 4, "instance": "https://hosted.weblate.org", "project": "tok"}, {"name": "userli", "system": 4, "instance": "https://hosted.weblate.org", "project": "userli"}, {"name": "TRegExpr", "system": 4, "instance": "https://hosted.weblate.org", "project": "tregexpr"}, {"name": "Zrythm", "system": 4, "instance": "https://hosted.weblate.org", "project": "zrythm"}, {"name": "DeadBeef Silica", "system": 4, "instance": "https://hosted.weblate.org", "project": "deadbeef-silica"}, {"name": "CaptainFact - Frontend UI", "system": 4, "instance": "https://hosted.weblate.org", "project": "captainfact-frontend-ui"}, {"name": "Meditation Assistant", "system": 4, "instance": "https://hosted.weblate.org", "project": "meditation-assistant"}, {"name": "squad", "system": 4, "instance": "https://hosted.weblate.org", "project": "squad"}, {"name": "Stellarium-mobile", "system": 4, "instance": "https://hosted.weblate.org", "project": "stellarium-mobile"}, {"name": "Baresip", "system": 4, "instance": "https://hosted.weblate.org", "project": "baresip"}, {"name": "Tasks.org", "system": 4, "instance": "https://hosted.weblate.org", "project": "tasks"}, {"name": "XBackBone", "system": 4, "instance": "https://hosted.weblate.org", "project": "xbackbone"}, {"name": "Airsonic", "system": 4, "instance": "https://hosted.weblate.org", "project": "airsonic"}, {"name": "isomorphic", "system": 4, "instance": "https://hosted.weblate.org", "project": "isomorphic"}, {"name": "Debian Installation Guide", "system": 4, "instance": "https://hosted.weblate.org", "project": "debian-installation-guide"}, {"name": "SDG Metadata", "system": 4, "instance": "https://hosted.weblate.org", "project": "sdg-metadata"}, {"name": "Remmina", "system": 4, "instance": "https://hosted.weblate.org", "project": "remmina"}, {"name": "Wafer", "system": 4, "instance": "https://hosted.weblate.org", "project": "wafer"}, {"name": "pypa", "system": 4, "instance": "https://hosted.weblate.org", "project": "pypa"}, {"name": "Escapepod", "system": 4, "instance": "https://hosted.weblate.org", "project": "escapepod"}, {"name": "mvplan", "system": 4, "instance": "https://hosted.weblate.org", "project": "mvplan"}, {"name": "Moondust Project", "system": 4, "instance": "https://hosted.weblate.org", "project": "moondust-project"}, {"name": "QtPass", "system": 4, "instance": "https://hosted.weblate.org", "project": "qtpass"}, {"name": "Shmoose", "system": 4, "instance": "https://hosted.weblate.org", "project": "shmoose"}, {"name": "Tomb", "system": 4, "instance": "https://hosted.weblate.org", "project": "tomb"}, {"name": "Galette", "system": 4, "instance": "https://hosted.weblate.org", "project": "galette"}, {"name": "OpenWrt", "system": 4, "instance": "https://hosted.weblate.org", "project": "openwrt"}, {"name": "Ubuntu-make", "system": 4, "instance": "https://hosted.weblate.org", "project": "ubuntu-make"}, {"name": "DucksManager", "system": 4, "instance": "https://hosted.weblate.org", "project": "ducksmanager"}, {"name": "DreamChess", "system": 4, "instance": "https://hosted.weblate.org", "project": "dreamchess"}, {"name": "Super Tux Party", "system": 4, "instance": "https://hosted.weblate.org", "project": "super-tux-party"}, {"name": "EtchDroid", "system": 4, "instance": "https://hosted.weblate.org", "project": "etchdroid"}, {"name": "KOReader", "system": 4, "instance": "https://hosted.weblate.org", "project": "koreader"}, {"name": "Orisa", "system": 4, "instance": "https://hosted.weblate.org", "project": "orisa"}, {"name": "dpScreenOCR", "system": 4, "instance": "https://hosted.weblate.org", "project": "dpscreenocr"}, {"name": "Doki Doki Mod Manager", "system": 4, "instance": "https://hosted.weblate.org", "project": "doki-doki-mod-manager"}, {"name": "L'atelier", "system": 4, "instance": "https://hosted.weblate.org", "project": "latelier"}, {"name": "Datenanfragen.de", "system": 4, "instance": "https://hosted.weblate.org", "project": "datenanfragen-de"}, {"name": "FeedTV", "system": 4, "instance": "https://hosted.weblate.org", "project": "feedtv"}, {"name": "CI Global Calendar", "system": 4, "instance": "https://hosted.weblate.org", "project": "ci-global-calendar"}, {"name": "Gapp", "system": 4, "instance": "https://hosted.weblate.org", "project": "gapp"}, {"name": "LK8000", "system": 4, "instance": "https://hosted.weblate.org", "project": "lk8000"}, {"name": "BetterUntis", "system": 4, "instance": "https://hosted.weblate.org", "project": "betteruntis"}, {"name": "Trustroots", "system": 4, "instance": "https://hosted.weblate.org", "project": "trustroots"}, {"name": "blueman", "system": 4, "instance": "https://hosted.weblate.org", "project": "blueman"}, {"name": "PianoBooster", "system": 4, "instance": "https://hosted.weblate.org", "project": "pianobooster"}, {"name": "archivesspace-interfaces", "system": 4, "instance": "https://hosted.weblate.org", "project": "archivesspace-interfaces"}, {"name": "Twinkle Tray", "system": 4, "instance": "https://hosted.weblate.org", "project": "twinkle-tray"}, {"name": "OpenPetra", "system": 4, "instance": "https://hosted.weblate.org", "project": "openpetra"}, {"name": "Tuxemon", "system": 4, "instance": "https://hosted.weblate.org", "project": "tuxemon"}, {"name": "LosslessCut", "system": 4, "instance": "https://hosted.weblate.org", "project": "losslesscut"}, {"name": "3DStris", "system": 4, "instance": "https://hosted.weblate.org", "project": "3dstris"}, {"name": "Ltt.rs", "system": 4, "instance": "https://hosted.weblate.org", "project": "ltt-rs"}, {"name": "CircuitPython", "system": 4, "instance": "https://hosted.weblate.org", "project": "circuitpython"}, {"name": "Sledilnik.org", "system": 4, "instance": "https://hosted.weblate.org", "project": "sledilnik"}, {"name": "JASP", "system": 4, "instance": "https://hosted.weblate.org", "project": "jasp"}, {"name": "kImageAnnotator", "system": 4, "instance": "https://hosted.weblate.org", "project": "kimageannotator"}, {"name": "LocalCDN", "system": 4, "instance": "https://hosted.weblate.org", "project": "localcdn"}, {"name": "TellerBot", "system": 4, "instance": "https://hosted.weblate.org", "project": "tellerbot"}, {"name": "Mobicoop Platform", "system": 4, "instance": "https://hosted.weblate.org", "project": "mobicoop-platform"}, {"name": "FOSSASIA", "system": 4, "instance": "https://hosted.weblate.org", "project": "fossasia"}, {"name": "GNU Health", "system": 4, "instance": "https://hosted.weblate.org", "project": "gnu-health"}, {"name": "CalyxOS", "system": 4, "instance": "https://hosted.weblate.org", "project": "calyxos"}, {"name": "RERO+", "system": 4, "instance": "https://hosted.weblate.org", "project": "rero_plus"}, {"name": "Tower Collector", "system": 4, "instance": "https://hosted.weblate.org", "project": "tower-collector"}, {"name": "Molly Instant Messenger", "system": 4, "instance": "https://hosted.weblate.org", "project": "molly-instant-messenger"}, {"name": "Tauon Music Box", "system": 4, "instance": "https://hosted.weblate.org", "project": "tauon-music-box"}, {"name": "Yet Another Call Blocker", "system": 4, "instance": "https://hosted.weblate.org", "project": "yet-another-call-blocker"}, {"name": "WebODM", "system": 4, "instance": "https://hosted.weblate.org", "project": "webodm"}, {"name": "Last Launcher", "system": 4, "instance": "https://hosted.weblate.org", "project": "last-launcher"}, {"name": "Family Gem", "system": 4, "instance": "https://hosted.weblate.org", "project": "family-gem"}, {"name": "JabberFR", "system": 4, "instance": "https://hosted.weblate.org", "project": "jabberfr"}, {"name": "Vocdoni", "system": 4, "instance": "https://hosted.weblate.org", "project": "vocdoni"}, {"name": "Neos", "system": 4, "instance": "https://hosted.weblate.org", "project": "neos"}, {"name": "Qrop", "system": 4, "instance": "https://hosted.weblate.org", "project": "qrop"}, {"name": "Markets", "system": 4, "instance": "https://hosted.weblate.org", "project": "markets"}, {"name": "OAndBackupX", "system": 4, "instance": "https://hosted.weblate.org", "project": "oandbackupx"}, {"name": "HospitalRun", "system": 4, "instance": "https://hosted.weblate.org", "project": "hospitalrun"}, {"name": "TinyIB", "system": 4, "instance": "https://hosted.weblate.org", "project": "tinyib"}, {"name": "speech dispatcher", "system": 4, "instance": "https://hosted.weblate.org", "project": "speech-dispatcher"}, {"name": "Go Map!!", "system": 4, "instance": "https://hosted.weblate.org", "project": "go-map"}, {"name": "privacyIDEA", "system": 4, "instance": "https://hosted.weblate.org", "project": "privacyidea"}, {"name": "Belenios", "system": 4, "instance": "https://hosted.weblate.org", "project": "belenios"}, {"name": "Kimai - Time tracking", "system": 4, "instance": "https://hosted.weblate.org", "project": "kimai"}, {"name": "StrongBox", "system": 4, "instance": "https://hosted.weblate.org", "project": "strongbox"}, {"name": "Avogadro", "system": 4, "instance": "https://hosted.weblate.org", "project": "avogadro"}, {"name": "Programmer's Learning Machine", "system": 4, "instance": "https://hosted.weblate.org", "project": "programmers-learning-machine"}, {"name": "Vesta Webtrees Custom Modules", "system": 4, "instance": "https://hosted.weblate.org", "project": "vesta-webtrees-custom-modules"}, {"name": "AN2Linux", "system": 4, "instance": "https://hosted.weblate.org", "project": "an2linux"}, {"name": "TRIfA - a Tox Client for Android", "system": 4, "instance": "https://hosted.weblate.org", "project": "trifa-a-tox-client-for-android"}, {"name": "Episodes", "system": 4, "instance": "https://hosted.weblate.org", "project": "episodes"}, {"name": "Ubilling", "system": 4, "instance": "https://hosted.weblate.org", "project": "ubilling"}, {"name": "Mumla", "system": 4, "instance": "https://hosted.weblate.org", "project": "mumla"}, {"name": "Easyrepost", "system": 4, "instance": "https://hosted.weblate.org", "project": "easyrepost"}, {"name": "OSM Smart Menu", "system": 4, "instance": "https://hosted.weblate.org", "project": "osm-smart-menu"}, {"name": "OpenToonz", "system": 4, "instance": "https://hosted.weblate.org", "project": "opentoonz"}, {"name": "App Manager", "system": 4, "instance": "https://hosted.weblate.org", "project": "app-manager"}, {"name": "bombard", "system": 4, "instance": "https://hosted.weblate.org", "project": "bombard"}, {"name": "Vectorify da home!", "system": 4, "instance": "https://hosted.weblate.org", "project": "vectorify-da-home"}, {"name": "tiko'n", "system": 4, "instance": "https://hosted.weblate.org", "project": "tikon"}, {"name": "Terminology", "system": 4, "instance": "https://hosted.weblate.org", "project": "terminology"}, {"name": "zim", "system": 4, "instance": "https://hosted.weblate.org", "project": "zim"}, {"name": "FitoTrack", "system": 4, "instance": "https://hosted.weblate.org", "project": "fitotrack"}, {"name": "insporation*", "system": 4, "instance": "https://hosted.weblate.org", "project": "insporation"}, {"name": "EteSync", "system": 4, "instance": "https://hosted.weblate.org", "project": "etesync"}, {"name": "Trail Sense", "system": 4, "instance": "https://hosted.weblate.org", "project": "trail-sense"}, {"name": "OpenREM", "system": 4, "instance": "https://hosted.weblate.org", "project": "openrem"}, {"name": "adJ", "system": 4, "instance": "https://hosted.weblate.org", "project": "adj"}, {"name": "KWinFT", "system": 4, "instance": "https://hosted.weblate.org", "project": "kwinft"}, {"name": "YoutubeDL-Material", "system": 4, "instance": "https://hosted.weblate.org", "project": "youtubedl-material"}, {"name": "X-Ray Builder", "system": 4, "instance": "https://hosted.weblate.org", "project": "x-ray-builder"}, {"name": "Internet Archive", "system": 4, "instance": "https://hosted.weblate.org", "project": "internetarchive"}, {"name": "Free Software Foundation Europe", "system": 4, "instance": "https://hosted.weblate.org", "project": "fsfe"}, {"name": "Reproducible Builds", "system": 4, "instance": "https://hosted.weblate.org", "project": "reproducible-builds"}, {"name": "UniPatcher", "system": 4, "instance": "https://hosted.weblate.org", "project": "unipatcher"}, {"name": "Appsemble", "system": 4, "instance": "https://hosted.weblate.org", "project": "appsemble"}, {"name": "Twire", "system": 4, "instance": "https://hosted.weblate.org", "project": "twire"}, {"name": "Gancio", "system": 4, "instance": "https://hosted.weblate.org", "project": "gancio"}, {"name": "Collabora Online", "system": 4, "instance": "https://hosted.weblate.org", "project": "collabora-online"}, {"name": "Mailnag", "system": 4, "instance": "https://hosted.weblate.org", "project": "mailnag"}, {"name": "OutRun", "system": 4, "instance": "https://hosted.weblate.org", "project": "outrun"}, {"name": "Odio Edit", "system": 4, "instance": "https://hosted.weblate.org", "project": "odio-edit"}, {"name": "Caja Rename", "system": 4, "instance": "https://hosted.weblate.org", "project": "caja-rename"}, {"name": "Proca", "system": 4, "instance": "https://hosted.weblate.org", "project": "proca"}, {"name": "Croodle", "system": 4, "instance": "https://hosted.weblate.org", "project": "croodle"}, {"name": "oui", "system": 4, "instance": "https://hosted.weblate.org", "project": "oui"}, {"name": "Thunder Engine", "system": 4, "instance": "https://hosted.weblate.org", "project": "thunder-engine"}, {"name": "KiCad EDA", "system": 4, "instance": "https://hosted.weblate.org", "project": "kicad"}, {"name": "Baby Dots", "system": 4, "instance": "https://hosted.weblate.org", "project": "babydots"}, {"name": "GPaste", "system": 4, "instance": "https://hosted.weblate.org", "project": "gpaste"}, {"name": "Catima", "system": 4, "instance": "https://hosted.weblate.org", "project": "catima"}, {"name": "Feeel", "system": 4, "instance": "https://hosted.weblate.org", "project": "feeel"}, {"name": "Omega Launcher", "system": 4, "instance": "https://hosted.weblate.org", "project": "omegalauncher"}, {"name": "newdle", "system": 4, "instance": "https://hosted.weblate.org", "project": "newdle"}, {"name": "RavadaVDI", "system": 4, "instance": "https://hosted.weblate.org", "project": "ravada"}, {"name": "qView", "system": 4, "instance": "https://hosted.weblate.org", "project": "qview"}, {"name": "ut-tweak-tool", "system": 4, "instance": "https://hosted.weblate.org", "project": "ut-tweak-tool"}, {"name": "SDG Translations", "system": 4, "instance": "https://hosted.weblate.org", "project": "sdg-translations"}, {"name": "microCOVID", "system": 4, "instance": "https://hosted.weblate.org", "project": "microcovid"}, {"name": "KeePassXC", "system": 4, "instance": "https://hosted.weblate.org", "project": "keepassxc"}, {"name": "syncosync", "system": 4, "instance": "https://hosted.weblate.org", "project": "syncosync"}, {"name": "isardvdi", "system": 4, "instance": "https://hosted.weblate.org", "project": "isardvdi"}, {"name": "vuela", "system": 4, "instance": "https://hosted.weblate.org", "project": "vuela"}, {"name": "Scribus", "system": 4, "instance": "https://hosted.weblate.org", "project": "scribus"}, {"name": "CAP: Pirate Battleship", "system": 4, "instance": "https://hosted.weblate.org", "project": "capbattleship"}, {"name": "Container Proxy - Firefox extension", "system": 4, "instance": "https://hosted.weblate.org", "project": "firefox-container-proxy"}, {"name": "Stretchly", "system": 4, "instance": "https://hosted.weblate.org", "project": "stretchly"}, {"name": "Font Manager", "system": 4, "instance": "https://hosted.weblate.org", "project": "font-manager"}, {"name": "feincms3", "system": 4, "instance": "https://hosted.weblate.org", "project": "feincms3"}, {"name": "OpenHashTab", "system": 4, "instance": "https://hosted.weblate.org", "project": "openhashtab"}, {"name": "Raise To Answer", "system": 4, "instance": "https://hosted.weblate.org", "project": "raisetoanswer"}, {"name": "Overseerr", "system": 4, "instance": "https://hosted.weblate.org", "project": "overseerr"}, {"name": "mGBA", "system": 4, "instance": "https://hosted.weblate.org", "project": "mgba"}, {"name": "get GNU/Linux!", "system": 4, "instance": "https://hosted.weblate.org", "project": "getgnulinux"}, {"name": "pineapple-pictures", "system": 4, "instance": "https://hosted.weblate.org", "project": "pineapple-pictures"}, {"name": "BrightID", "system": 4, "instance": "https://hosted.weblate.org", "project": "brightid"}, {"name": "GnuCash", "system": 4, "instance": "https://hosted.weblate.org", "project": "gnucash"}, {"name": "Paketti for Sailfish OS", "system": 4, "instance": "https://hosted.weblate.org", "project": "harbour-paketti"}, {"name": "Tracks", "system": 4, "instance": "https://hosted.weblate.org", "project": "tracks"}, {"name": "Noark Standards", "system": 4, "instance": "https://hosted.weblate.org", "project": "noark"}, {"name": "Bottles", "system": 4, "instance": "https://hosted.weblate.org", "project": "bottles"}, {"name": "TerriaJS", "system": 4, "instance": "https://hosted.weblate.org", "project": "terriajs"}, {"name": "TBLauncher", "system": 4, "instance": "https://hosted.weblate.org", "project": "tblauncher"}, {"name": "Sustainable Development Goals - Kazakhstan", "system": 4, "instance": "https://hosted.weblate.org", "project": "sdgs-kazakhstan"}, {"name": "Oengus.io", "system": 4, "instance": "https://hosted.weblate.org", "project": "oengusio"}, {"name": "EnRecipes", "system": 4, "instance": "https://hosted.weblate.org", "project": "enrecipes"}, {"name": "BamBam", "system": 4, "instance": "https://hosted.weblate.org", "project": "bambam"}, {"name": "Odio", "system": 4, "instance": "https://hosted.weblate.org", "project": "odio"}, {"name": "Cytopia", "system": 4, "instance": "https://hosted.weblate.org", "project": "cytopia"}, {"name": "Rigs of Rods", "system": 4, "instance": "https://hosted.weblate.org", "project": "rigs-of-rods"}, {"name": "ejabberd", "system": 4, "instance": "https://hosted.weblate.org", "project": "ejabberd"}, {"name": "File Browser for SailfishOS", "system": 4, "instance": "https://hosted.weblate.org", "project": "harbour-file-browser"}, {"name": "Tea Time", "system": 4, "instance": "https://hosted.weblate.org", "project": "tea-time"}, {"name": "Naev", "system": 4, "instance": "https://hosted.weblate.org", "project": "naev"}, {"name": "Displeger verbo\u00f9", "system": 4, "instance": "https://hosted.weblate.org", "project": "displeger-verbou"}, {"name": "Seasoncalendar", "system": 4, "instance": "https://hosted.weblate.org", "project": "seasoncalendar"}, {"name": "ephios", "system": 4, "instance": "https://hosted.weblate.org", "project": "ephios"}, {"name": "Monal", "system": 4, "instance": "https://hosted.weblate.org", "project": "monal"}, {"name": "Whisperfish", "system": 4, "instance": "https://hosted.weblate.org", "project": "whisperfish"}, {"name": "Feeder", "system": 4, "instance": "https://hosted.weblate.org", "project": "feeder"}, {"name": "Flood", "system": 4, "instance": "https://hosted.weblate.org", "project": "flood"}, {"name": "Censorship.no!", "system": 4, "instance": "https://hosted.weblate.org", "project": "censorship-no"}, {"name": "GitTouch", "system": 4, "instance": "https://hosted.weblate.org", "project": "git-touch"}, {"name": "Aurora Store", "system": 4, "instance": "https://hosted.weblate.org", "project": "aurora-store"}, {"name": "Android Ocr", "system": 4, "instance": "https://hosted.weblate.org", "project": "android-ocr"}, {"name": "FoxEye", "system": 4, "instance": "https://hosted.weblate.org", "project": "foxeye"}, {"name": "foodsharing", "system": 4, "instance": "https://hosted.weblate.org", "project": "foodsharing"}, {"name": "Just (Video) Player", "system": 4, "instance": "https://hosted.weblate.org", "project": "just-player"}, {"name": "Learner's Block", "system": 4, "instance": "https://hosted.weblate.org", "project": "learners-block"}, {"name": "Persian Calendar", "system": 4, "instance": "https://hosted.weblate.org", "project": "persian-calendar"}, {"name": "komga", "system": 4, "instance": "https://hosted.weblate.org", "project": "komga"}, {"name": "kontroller", "system": 4, "instance": "https://hosted.weblate.org", "project": "kontroller"}, {"name": "GMT Tutorials", "system": 4, "instance": "https://hosted.weblate.org", "project": "gmt-tutorials"}, {"name": "LibreTorrent", "system": 4, "instance": "https://hosted.weblate.org", "project": "libretorrent"}, {"name": "helloSystem", "system": 4, "instance": "https://hosted.weblate.org", "project": "hellosystem"}, {"name": "Noice", "system": 4, "instance": "https://hosted.weblate.org", "project": "noice"}, {"name": "Jellyvision", "system": 4, "instance": "https://hosted.weblate.org", "project": "jellyvision"}, {"name": "Mumble", "system": 4, "instance": "https://hosted.weblate.org", "project": "mumble"}, {"name": "CyberOS", "system": 4, "instance": "https://hosted.weblate.org", "project": "cyberos"}, {"name": "Library Space Technology Network", "system": 4, "instance": "https://hosted.weblate.org", "project": "library-space-technology-network"}, {"name": "To Don't", "system": 4, "instance": "https://hosted.weblate.org", "project": "todont"}, {"name": "ByteMD", "system": 4, "instance": "https://hosted.weblate.org", "project": "bytemd"}, {"name": "NekoX", "system": 4, "instance": "https://hosted.weblate.org", "project": "nekox"}, {"name": "WorkoutsNRest", "system": 4, "instance": "https://hosted.weblate.org", "project": "httpsgithubcomsenplfit-workout-fast"}, {"name": "Subz", "system": 4, "instance": "https://hosted.weblate.org", "project": "subz"}, {"name": "basxConnect", "system": 4, "instance": "https://hosted.weblate.org", "project": "basxconnect"}, {"name": "Tabletop Club", "system": 4, "instance": "https://hosted.weblate.org", "project": "tabletop-club"}, {"name": "LunaSea", "system": 4, "instance": "https://hosted.weblate.org", "project": "lunasea"}, {"name": "Soundux", "system": 4, "instance": "https://hosted.weblate.org", "project": "soundux"}, {"name": "Camelot", "system": 4, "instance": "https://hosted.weblate.org", "project": "camelot"}, {"name": "wger Workout Manager", "system": 4, "instance": "https://hosted.weblate.org", "project": "wger"}, {"name": "Flameshot", "system": 4, "instance": "https://hosted.weblate.org", "project": "flameshot"}, {"name": "Nootka", "system": 4, "instance": "https://hosted.weblate.org", "project": "nootka"}, {"name": "BlattWerkzeug", "system": 4, "instance": "https://hosted.weblate.org", "project": "blattwerkzeug"}, {"name": "My Expenses", "system": 4, "instance": "https://hosted.weblate.org", "project": "my-expenses"}, {"name": "FOSS Projects", "system": 4, "instance": "https://hosted.weblate.org", "project": "kooha"}, {"name": "Irregular Expressions", "system": 4, "instance": "https://hosted.weblate.org", "project": "irregular-expressions"}, {"name": "The Algorithms", "system": 4, "instance": "https://hosted.weblate.org", "project": "TheAlgorithms"}, {"name": "Moonlight Game Streaming", "system": 4, "instance": "https://hosted.weblate.org", "project": "moonlight"}, {"name": "LiveTL", "system": 4, "instance": "https://hosted.weblate.org", "project": "livetl"}, {"name": "aTox", "system": 4, "instance": "https://hosted.weblate.org", "project": "atox"}, {"name": "ngPost", "system": 4, "instance": "https://hosted.weblate.org", "project": "ngpost"}, {"name": "Treehill Studio Agenda", "system": 4, "instance": "https://hosted.weblate.org", "project": "treehillstudio-agenda"}, {"name": "Kinovea", "system": 4, "instance": "https://hosted.weblate.org", "project": "kinovea"}, {"name": "Metadata Cleaner", "system": 4, "instance": "https://hosted.weblate.org", "project": "metadata-cleaner"}, {"name": "KeepassA", "system": 4, "instance": "https://hosted.weblate.org", "project": "keepassa"}, {"name": "Celluloid", "system": 4, "instance": "https://hosted.weblate.org", "project": "celluloid"}, {"name": "Beat Feet", "system": 4, "instance": "https://hosted.weblate.org", "project": "beat-feet"}, {"name": "Theme Color", "system": 4, "instance": "https://hosted.weblate.org", "project": "theme-color"}, {"name": "Universal Blood Pressure Manager", "system": 4, "instance": "https://hosted.weblate.org", "project": "ubpm"}, {"name": "Taiga", "system": 4, "instance": "https://hosted.weblate.org", "project": "taiga"}, {"name": "Penpot", "system": 4, "instance": "https://hosted.weblate.org", "project": "penpot"}, {"name": "iptux", "system": 4, "instance": "https://hosted.weblate.org", "project": "iptux"}, {"name": "Heroic Games Launcher", "system": 4, "instance": "https://hosted.weblate.org", "project": "heroic-games-launcher"}, {"name": "Hubzilla", "system": 4, "instance": "https://hosted.weblate.org", "project": "hubzilla"}, {"name": "TeleTux", "system": 4, "instance": "https://hosted.weblate.org", "project": "teletux"}, {"name": "MODX Extras", "system": 4, "instance": "https://hosted.weblate.org", "project": "modx-extras"}, {"name": "Skolplattformen", "system": 4, "instance": "https://hosted.weblate.org", "project": "skolplattformen"}, {"name": "MoodleToolGuide", "system": 4, "instance": "https://hosted.weblate.org", "project": "moodletoolguide"}, {"name": "doliscan", "system": 4, "instance": "https://hosted.weblate.org", "project": "doliscan"}, {"name": "Fly-Pie", "system": 4, "instance": "https://hosted.weblate.org", "project": "fly-pie"}, {"name": "SDG Cambodia", "system": 4, "instance": "https://hosted.weblate.org", "project": "sdg-dsd-cambodia"}, {"name": "Kemai", "system": 4, "instance": "https://hosted.weblate.org", "project": "kemai"}, {"name": "GoGoCarto", "system": 4, "instance": "https://hosted.weblate.org", "project": "gogocarto"}, {"name": "quodlibet", "system": 4, "instance": "https://hosted.weblate.org", "project": "quodlibet"}, {"name": "Debconf templates pt_BR", "system": 4, "instance": "https://hosted.weblate.org", "project": "debconf-templates-ptbr"}, {"name": "Fritter", "system": 4, "instance": "https://hosted.weblate.org", "project": "fritter"}, {"name": "Maemo Leste", "system": 4, "instance": "https://hosted.weblate.org", "project": "maemo-leste"}, {"name": "Mitch", "system": 4, "instance": "https://hosted.weblate.org", "project": "mitch"}, {"name": "Seeneva", "system": 4, "instance": "https://hosted.weblate.org", "project": "seeneva"}, {"name": "Kosmorro", "system": 4, "instance": "https://hosted.weblate.org", "project": "kosmorro"}, {"name": "AlmaLinux OS", "system": 4, "instance": "https://hosted.weblate.org", "project": "almalinux"}, {"name": "Genshin Schedule", "system": 4, "instance": "https://hosted.weblate.org", "project": "genshin-schedule"}, {"name": "Gramps", "system": 4, "instance": "https://hosted.weblate.org", "project": "gramps-project"}, {"name": "Vikunja", "system": 4, "instance": "https://hosted.weblate.org", "project": "vikunja"}, {"name": "Rescuezilla", "system": 4, "instance": "https://hosted.weblate.org", "project": "rescuezilla"}, {"name": "MapComplete", "system": 4, "instance": "https://hosted.weblate.org", "project": "mapcomplete"}, {"name": "Nextcloud Collectives", "system": 4, "instance": "https://hosted.weblate.org", "project": "collectives"}, {"name": "Socialhome", "system": 4, "instance": "https://hosted.weblate.org", "project": "socialhome"}, {"name": "Dialect", "system": 4, "instance": "https://hosted.weblate.org", "project": "dialect"}, {"name": "OfficeLife", "system": 4, "instance": "https://hosted.weblate.org", "project": "officelife"}, {"name": "Products.EasyNewsletter", "system": 4, "instance": "https://hosted.weblate.org", "project": "products-easynewsletter"}, {"name": "SDG Laos", "system": 4, "instance": "https://hosted.weblate.org", "project": "sdg-laos"}, {"name": "clifm", "system": 4, "instance": "https://hosted.weblate.org", "project": "clifm"}, {"name": "Coffee", "system": 4, "instance": "https://hosted.weblate.org", "project": "coffee"}, {"name": "Tautulli Remote", "system": 4, "instance": "https://hosted.weblate.org", "project": "tautulli-remote"}, {"name": "Tautulli", "system": 4, "instance": "https://hosted.weblate.org", "project": "tautulli"}, {"name": "FastNFitnesss", "system": 4, "instance": "https://hosted.weblate.org", "project": "fastnfitnesss"}, {"name": "CutefishOS", "system": 4, "instance": "https://hosted.weblate.org", "project": "cutefishos"}, {"name": "Halma", "system": 4, "instance": "https://hosted.weblate.org", "project": "halma"}, {"name": "Harbour Syncthing", "system": 4, "instance": "https://hosted.weblate.org", "project": "harbour-syncthing"}, {"name": "Fyne", "system": 4, "instance": "https://hosted.weblate.org", "project": "fyne"}, {"name": "Klipper", "system": 4, "instance": "https://hosted.weblate.org", "project": "klipper"}, {"name": "drip", "system": 4, "instance": "https://hosted.weblate.org", "project": "drip"}, {"name": "Welcome To My Garden", "system": 4, "instance": "https://hosted.weblate.org", "project": "wtmg"}, {"name": "ChainSafe Files", "system": 4, "instance": "https://hosted.weblate.org", "project": "chainsafe-files"}, {"name": "MeetingBar", "system": 4, "instance": "https://hosted.weblate.org", "project": "meetingbar"}, {"name": "TachideskJUI", "system": 4, "instance": "https://hosted.weblate.org", "project": "tachideskjui"}, {"name": "Cuppa", "system": 4, "instance": "https://hosted.weblate.org", "project": "cuppa"}, {"name": "jamovi", "system": 4, "instance": "https://hosted.weblate.org", "project": "jamovi"}, {"name": "tenacity", "system": 4, "instance": "https://hosted.weblate.org", "project": "tenacity"}, {"name": "Linagora", "system": 4, "instance": "https://hosted.weblate.org", "project": "linagora"}, {"name": "Kotatsu", "system": 4, "instance": "https://hosted.weblate.org", "project": "kotatsu"}, {"name": "Debitum", "system": 4, "instance": "https://hosted.weblate.org", "project": "debitum"}, {"name": "raspiblitz-web", "system": 4, "instance": "https://hosted.weblate.org", "project": "raspiblitz-web"}, {"name": "Telegrand", "system": 4, "instance": "https://hosted.weblate.org", "project": "telegrand"}, {"name": "Syphon", "system": 4, "instance": "https://hosted.weblate.org", "project": "syphon"}, {"name": "Fabric ModMenu", "system": 4, "instance": "https://hosted.weblate.org", "project": "fabric-modmenu"}, {"name": "SagerNet", "system": 4, "instance": "https://hosted.weblate.org", "project": "sagernet"}, {"name": "SimpleLogin", "system": 4, "instance": "https://hosted.weblate.org", "project": "simplelogin"}, {"name": "Buddha Quotes", "system": 4, "instance": "https://hosted.weblate.org", "project": "buddha-quotes"}, {"name": "+me frontend", "system": 4, "instance": "https://hosted.weblate.org", "project": "plus-me-frontend"}, {"name": "Hypha", "system": 4, "instance": "https://hosted.weblate.org", "project": "hypha"}, {"name": "GooseMod", "system": 4, "instance": "https://hosted.weblate.org", "project": "goosemod"}, {"name": "openATV", "system": 4, "instance": "https://hosted.weblate.org", "project": "openatv"}, {"name": "Dicio", "system": 4, "instance": "https://hosted.weblate.org", "project": "dicio-android"}, {"name": "Night Theme Switcher", "system": 4, "instance": "https://hosted.weblate.org", "project": "night-theme-switcher"}, {"name": "Matomo", "system": 4, "instance": "https://hosted.weblate.org", "project": "matomo"}, {"name": "jExifToolGUI", "system": 4, "instance": "https://hosted.weblate.org", "project": "jexiftoolgui"}, {"name": "Gaphor", "system": 4, "instance": "https://hosted.weblate.org", "project": "gaphor"}, {"name": "IBus Customize", "system": 4, "instance": "https://hosted.weblate.org", "project": "ibus-customize"}, {"name": "Piped", "system": 4, "instance": "https://hosted.weblate.org", "project": "piped"}, {"name": "Autohide Battery", "system": 4, "instance": "https://hosted.weblate.org", "project": "autohide-battery"}, {"name": "opensnitch", "system": 4, "instance": "https://hosted.weblate.org", "project": "opensnitch"}, {"name": "Ella - The Game", "system": 4, "instance": "https://hosted.weblate.org", "project": "ella-the-game"}, {"name": "TheXTech Engine", "system": 4, "instance": "https://hosted.weblate.org", "project": "thextech"}, {"name": "Openki", "system": 4, "instance": "https://hosted.weblate.org", "project": "openki"}, {"name": "LiberaForms", "system": 4, "instance": "https://hosted.weblate.org", "project": "liberaforms"}, {"name": "CoyIM", "system": 4, "instance": "https://hosted.weblate.org", "project": "coyim"}, {"name": "Poop Journal", "system": 4, "instance": "https://hosted.weblate.org", "project": "poop-journal"}, {"name": "Kord Extensions", "system": 4, "instance": "https://hosted.weblate.org", "project": "kord-extensions"}, {"name": "JSignPdf", "system": 4, "instance": "https://hosted.weblate.org", "project": "jsignpdf"}, {"name": "Download Navi", "system": 4, "instance": "https://hosted.weblate.org", "project": "download-navi"}, {"name": "Readrops", "system": 4, "instance": "https://hosted.weblate.org", "project": "readrops"}, {"name": "Plots", "system": 4, "instance": "https://hosted.weblate.org", "project": "plots"}, {"name": "Sober Sailor", "system": 4, "instance": "https://hosted.weblate.org", "project": "sober-sailor"}, {"name": "FlaskBB", "system": 4, "instance": "https://hosted.weblate.org", "project": "flaskbb"}, {"name": "Flashy", "system": 4, "instance": "https://hosted.weblate.org", "project": "flashy"}, {"name": "Karaoke Mugen", "system": 4, "instance": "https://hosted.weblate.org", "project": "karaoke-mugen"}, {"name": "Vacation Days", "system": 4, "instance": "https://hosted.weblate.org", "project": "vacation-days"}, {"name": "Maurbogne", "system": 4, "instance": "https://hosted.weblate.org", "project": "maurbogne"}, {"name": "nicotine-plus", "system": 4, "instance": "https://hosted.weblate.org", "project": "nicotine-plus"}, {"name": "Music Player GO", "system": 4, "instance": "https://hosted.weblate.org", "project": "music-player-go"}, {"name": "LibreTime", "system": 4, "instance": "https://hosted.weblate.org", "project": "libretime"}, {"name": "OneLauncher", "system": 4, "instance": "https://hosted.weblate.org", "project": "onelauncher"}, {"name": "PeerTube Live", "system": 4, "instance": "https://hosted.weblate.org", "project": "peertube-live"}, {"name": "OrganicMaps", "system": 4, "instance": "https://hosted.weblate.org", "project": "organicmaps"}, {"name": "ubuntu-desktop-installer", "system": 4, "instance": "https://hosted.weblate.org", "project": "ubuntu-desktop-installer"}, {"name": "Stooa", "system": 4, "instance": "https://hosted.weblate.org", "project": "stooa"}, {"name": "Droidify", "system": 4, "instance": "https://hosted.weblate.org", "project": "droidify"}, {"name": "Silence", "system": 4, "instance": "https://hosted.weblate.org", "project": "me-lucky-silence"}, {"name": "Antidote", "system": 4, "instance": "https://hosted.weblate.org", "project": "antidote"}, {"name": "FediPhoto-Lineage", "system": 4, "instance": "https://hosted.weblate.org", "project": "fediphoto-lineage"}, {"name": "Did I Take My Meds?", "system": 4, "instance": "https://hosted.weblate.org", "project": "did-i-take-my-meds"}, {"name": "covid-ht", "system": 4, "instance": "https://hosted.weblate.org", "project": "covid-ht"}, {"name": "dnGrep", "system": 4, "instance": "https://hosted.weblate.org", "project": "dngrep"}, {"name": "Linux Kernel's Man Pages l10n", "system": 4, "instance": "https://hosted.weblate.org", "project": "linux-kernels-man-pages-l10n"}, {"name": "Simple Mobile Tools", "system": 4, "instance": "https://hosted.weblate.org", "project": "simple-mobile-tools"}, {"name": "EGAMI", "system": 4, "instance": "https://hosted.weblate.org", "project": "egami"}, {"name": "JaMuz Remote", "system": 4, "instance": "https://hosted.weblate.org", "project": "jamuz-remote"}, {"name": "SMASH", "system": 4, "instance": "https://hosted.weblate.org", "project": "smash"}, {"name": "sa", "system": 4, "instance": "https://hosted.weblate.org", "project": "sa"}, {"name": "CornerDex", "system": 4, "instance": "https://hosted.weblate.org", "project": "cornerdex"}, {"name": "thisisanewproject", "system": 4, "instance": "https://hosted.weblate.org", "project": "thisisanewproject"}, {"name": "POP", "system": 4, "instance": "https://hosted.weblate.org", "project": "pop"}, {"name": "Casinomentor.com", "system": 4, "instance": "https://hosted.weblate.org", "project": "casinomentor-com"}, {"name": "GetShop V5", "system": 4, "instance": "https://hosted.weblate.org", "project": "getshop-v5"}, {"name": "Parlatype", "system": 4, "instance": "https://hosted.weblate.org", "project": "parlatype"}, {"name": "DerDieDas", "system": 4, "instance": "https://hosted.weblate.org", "project": "derdiedas"}, {"name": "Treffen", "system": 4, "instance": "https://hosted.weblate.org", "project": "treffen"}, {"name": "CT-ART 6.0", "system": 4, "instance": "https://hosted.weblate.org", "project": "ct-art-6-0"}, {"name": "Test", "system": 4, "instance": "https://hosted.weblate.org", "project": "test"}, {"name": "agrirouter-user-documentation", "system": 4, "instance": "https://hosted.weblate.org", "project": "agrirouter-user-documentation"}, {"name": "ikelekele", "system": 4, "instance": "https://hosted.weblate.org", "project": "ikelekele"}, {"name": "Markdown Here Revival", "system": 4, "instance": "https://hosted.weblate.org", "project": "markdown-here-revival"}, {"name": "BlackHole", "system": 4, "instance": "https://hosted.weblate.org", "project": "blackhole"}, {"name": "InviZible Pro", "system": 4, "instance": "https://hosted.weblate.org", "project": "invizible"}, {"name": "mdbx", "system": 4, "instance": "https://hosted.weblate.org", "project": "mdbx"}, {"name": "TraductionArticleWikip\u00e9dia", "system": 4, "instance": "https://hosted.weblate.org", "project": "traductionarticlewikipedia"}, {"name": "The Driver Syndicate", "system": 4, "instance": "https://hosted.weblate.org", "project": "the-driver-syndicate"}, {"name": "VTU Tantrika Padakosha", "system": 4, "instance": "https://hosted.weblate.org", "project": "vtu-tantrika-padakosha"}, {"name": "Kiebitz-app", "system": 4, "instance": "https://hosted.weblate.org", "project": "kiebitz-app"}, {"name": "veas", "system": 4, "instance": "https://hosted.weblate.org", "project": "veas"}, {"name": "Unfollow Monkey", "system": 4, "instance": "https://hosted.weblate.org", "project": "unfollow-monkey"}, {"name": "Shveya", "system": 4, "instance": "https://hosted.weblate.org", "project": "shveya"}, {"name": "IbnSina", "system": 4, "instance": "https://hosted.weblate.org", "project": "ibnsina"}, {"name": "Beertube \u4e2d\u6587\u5305", "system": 4, "instance": "https://hosted.weblate.org", "project": "beertube"}, {"name": "Gephi", "system": 4, "instance": "https://hosted.weblate.org", "project": "gephi"}, {"name": "Ubuntu Accomplishments", "system": 4, "instance": "https://hosted.weblate.org", "project": "ubuntu-accomplishments"}, {"name": "testbilibili", "system": 4, "instance": "https://hosted.weblate.org", "project": "testbilibili"}, {"name": "e2openplugin-OpenWebif", "system": 4, "instance": "https://hosted.weblate.org", "project": "e2openplugin-openwebif"}, {"name": "grommunio", "system": 4, "instance": "https://hosted.weblate.org", "project": "grommunio"}, {"name": "LinuxCNC", "system": 4, "instance": "https://hosted.weblate.org", "project": "linuxcnc"}, {"name": "fedora-docs-l10n/docs", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-docs"}, {"name": "fedora-docs-l10n/project", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-project"}, {"name": "fedora-docs-l10n/council", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-council"}, {"name": "ibus-typing-booster", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "ibus-typing-booster"}, {"name": "libvirt", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "libvirt"}, {"name": "ibus-table", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "ibus-table"}, {"name": "ibus-m17n", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "ibus-m17n"}, {"name": "cockpit", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "cockpit"}, {"name": "ibus", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "ibus"}, {"name": "ibus-input-pad", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "ibus-input-pad"}, {"name": "fedora-cheat-cubes", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-cheat-cubes"}, {"name": "cockpit-podman", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "cockpit-podman"}, {"name": "libpwquality", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "libpwquality"}, {"name": "libosinfo", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "libosinfo"}, {"name": "cockpit-composer", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "cockpit-composer"}, {"name": "fedora-infra", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-infra"}, {"name": "entangle", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "entangle"}, {"name": "input-pad", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "input-pad"}, {"name": "authselect", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "authselect"}, {"name": "ABRT", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "abrt"}, {"name": "system-config-printer", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "system-config-printer"}, {"name": "pykickstart", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "pykickstart"}, {"name": "firewalld", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "firewalld"}, {"name": "fedora-websites", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-websites"}, {"name": "fedora-sysv", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-sysv"}, {"name": "cracklib", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "cracklib"}, {"name": "balistica", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "balistica"}, {"name": "cockpit-ostree", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "cockpit-ostree"}, {"name": "camorama", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "camorama"}, {"name": "debbuild", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "debbuild"}, {"name": "blivet", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "blivet"}, {"name": "dnf", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "dnf"}, {"name": "anaconda", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "anaconda"}, {"name": "pulseaudio", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "pulseaudio"}, {"name": "fedora-docs-l10n/ask-fedora-sops", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-ask-fedora-sops"}, {"name": "fedora-docs-l10n/badges", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-badges"}, {"name": "fedora-docs-l10n/ci", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-ci"}, {"name": "fedora-docs-l10n-commops", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-commops"}, {"name": "fedora-docs-l10n/containers", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-containers"}, {"name": "fedora-docs-l10n/cpe", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-cpe"}, {"name": "fedora-docs-l10n/diversity-inclusion", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-diversity-inclusion"}, {"name": "fedora-docs-l10n/engineering", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-engineering"}, {"name": "fedora-docs-l10n/fedora", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-fedora"}, {"name": "fedora-docs-l10n/fedora-coreos", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-fedora-coreos"}, {"name": "fedora-docs-l10n/fedora-docs", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-fedora-docs"}, {"name": "fedora-docs-l10n/fedora-docs-contributing", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-fedora-docs-contributing"}, {"name": "fedora-docs-l10n/fedora-install-guide", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10nfedora-install-guide"}, {"name": "fedora-docs-l10n/fedora-join", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-fedora-join"}, {"name": "fedora-docs-l10n/fedora-magazine", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-fedora-magazine"}, {"name": "fedora-docs-l10n/fedora-release-notes", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-fedora-release-notes"}, {"name": "fedora-docs-l10n/fedora-silverblue", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-fedora-silverblue"}, {"name": "fedora-docs-l10n/fedora-system-administrat", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-fedora-system-administrat"}, {"name": "fedora-docs-l10n/fesco", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-fesco"}, {"name": "fedora-docs-l10n/flatpak", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-flatpak"}, {"name": "fedora-docs-l10n/iot", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10niot"}, {"name": "fedora-docs-l10n/java-packaging-howto", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-java-packaging-howto"}, {"name": "fedora-docs-l10n/mentored-projects", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-mentored-projects"}, {"name": "fedora-docs-l10n/mindshare", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-mindshare"}, {"name": "fedora-docs-l10n/mindshare-committee", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-mindshare-committee"}, {"name": "fedora-docs-l10n/minimization", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-minimization"}, {"name": "fedora-docs-l10n/modularity", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-modularity"}, {"name": "fedora-docs-l10n/neurofedora", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-neurofedora"}, {"name": "fedora-docs-l10n/packaging-guidelines", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-packaging-guidelines"}, {"name": "fedora-docs-l10n/program_management", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-program_management"}, {"name": "fedora-docs-l10n/project-dashboard", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-project-dashboard"}, {"name": "fedora-docs-l10n/qa-docs", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-qa-docs"}, {"name": "fedora-docs-l10n/quick-docs", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-quick-docs"}, {"name": "fedora-docs-l10n/rawhide-gating", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10nrawhide-gating"}, {"name": "fedora-docs-l10n/remix-building", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-remix-building"}, {"name": "fedora-docs-l10n/taiga-docs-taiga", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-taiga-docs-taiga"}, {"name": "fedora-docs-l10n/teleirc-sig", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-teleirc-sig"}, {"name": "fedora-docs-l10n/websites", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-websites"}, {"name": "linux-pam", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "linux-pam"}, {"name": "fedora-comps", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-comps"}, {"name": "freeipa", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "freeipa"}, {"name": "fedora-docs-l10n/asciidoc-keywords", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-asciidoc-keywords"}, {"name": "virt-manager", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "virt-manager"}, {"name": "virt-viewer", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "virt-viewer"}, {"name": "initial-setup", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "initial-setup"}, {"name": "python-meh", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "python-meh"}, {"name": "python-simpleline", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "python-simpleline"}, {"name": "nani", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "nani"}, {"name": "Languages in floss", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "languages-in-floss"}, {"name": "iputils", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "iputils"}, {"name": "SSSD", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "sssd"}, {"name": "ibus-libpinyin", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "ibus-libpinyin"}, {"name": "libguestfs", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "libguestfs"}, {"name": "virt-top", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "virt-top"}, {"name": "im-chooser", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "im-chooser"}, {"name": "candlepin", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "candlepin"}, {"name": "selinux", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "selinux"}, {"name": "rpm", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "rpm"}, {"name": "popt", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "popt"}, {"name": "systemd", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "systemd"}, {"name": "setroubleshoot", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "setroubleshoot"}, {"name": "subscription-manager", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "subscription-manager"}, {"name": "oscap-anaconda-addon", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "oscap-anaconda-addon"}, {"name": "hivex", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "hivex"}, {"name": "imsettings", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "imsettings"}, {"name": "gss-ntlmssp", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "gss-ntlmssp"}, {"name": "plymouth", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "plymouth"}, {"name": "volume_key", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "volume_key"}, {"name": "kde", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "kde"}, {"name": "guix", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "guix"}, {"name": "certmonger", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "certmonger"}, {"name": "passwd", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "passwd"}, {"name": "cockpit-machines", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "cockpit-machines"}, {"name": "fedora-media-writer", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-media-writer"}, {"name": "fedoraloveskde.org", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedoraloveskde-org"}, {"name": "fprintd", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fprintd"}, {"name": "podescape", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "podescape"}, {"name": "fedora-docs-l10n/package-maintainers", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10npackage-maintainers"}, {"name": "fedora-kde", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-kde"}, {"name": "fedora-docs-l10n/fedora-kinoite", "system": 4, "instance": "https://translate.fedoraproject.org", "project": "fedora-docs-l10n-fedora-kinoite"}, {"name": "id-editor", "system": 1, "organisation": "openstreetmap"}, {"name": "osmybiz", "system": 1, "organisation": "openstreetmap"}, {"name": "openinghoursfragment", "system": 1, "organisation": "openstreetmap"}, {"name": "presets", "system": 1, "organisation": "openstreetmap"}, {"name": "vespucci", "system": 1, "organisation": "openstreetmap"}, {"name": "offlate", "system": 2, "repo": "https://framagit.org/tyreunom/offlate", "branch": "master"}]
1<
02<
\ No newline at end of file