Extensions cleanup (#257)

* [Cleanup] Add enums and types

* Extract "default languages" from ISOLanguages

The "default languages" will also be translated depending on which language the user selected
This commit is contained in:
schroda
2023-04-21 00:27:42 +02:00
committed by GitHub
parent c81189a9ed
commit 0a56a2f6d4
8 changed files with 101 additions and 42 deletions

View File

@@ -168,13 +168,16 @@
"installing_file": "Installing Extension File..."
},
"language": {
"all": "All"
"all": "All",
"other": "Other"
},
"state": {
"label": {
"installed": "Installed",
"installing": "installing",
"obsolete": "obsolete",
"uninstalling": "uninstalling",
"update_pending": "Update pending",
"updating": "updating"
}
},
@@ -417,7 +420,8 @@
"label": {
"checkout": "Check out",
"guide": "Local source guide"
}
},
"title": "Local source"
},
"title": "Source",
"title_one": "Source",