mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Add default locale for generated categories
The client expects at least a name to be set.
Regression of 2c566cf6
.
This commit is contained in:
parent
b5724f507b
commit
521ff4fe17
4 changed files with 20 additions and 8 deletions
|
@ -534,9 +534,21 @@
|
|||
"en-US": "System"
|
||||
}
|
||||
},
|
||||
"1": {},
|
||||
"2.0": {},
|
||||
"tests": {}
|
||||
"1": {
|
||||
"name": {
|
||||
"en-US": "1"
|
||||
}
|
||||
},
|
||||
"2.0": {
|
||||
"name": {
|
||||
"en-US": "2.0"
|
||||
}
|
||||
},
|
||||
"tests": {
|
||||
"name": {
|
||||
"en-US": "tests"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requests": {
|
||||
"install": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue