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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user